# URL Phishing & Safety Checker

> URL Phishing & Safety Checker is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Checks whether a given URL is safe or potentially malicious/phishing, returning a safety verdict with confidence score and metadata.

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/url-safety
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/url-phishing-safety-checker-d1c88920
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NmABtitVbW5SMEZkv7lgj

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability url-phishing-safety-checker-d1c88920
```

Example prompt: Can you check if this URL is safe to click or if it looks like a phishing site: https://suspicious-bank-login.xyz/verify-account?

## When to prefer this

Use this endpoint when an AI agent needs to quickly assess whether a URL is safe or phishing before presenting it to a user, clicking it, or including it in a response. Ideal for workflows that process user-submitted links, scraped URLs, or email/message content where malicious links are a risk. Prefer this over manual heuristics when a confidence score and source attribution are needed.

## Known failure modes

- Missing required 'url' query parameter returns error
- Invalid or malformed URL may return low-confidence or error response
- Newly registered or unknown domains may yield low confidence scores
- Rate limiting or payment failure (x402) if quota exceeded
- Network timeout if the upstream safety-check source is slow

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a success boolean, a data object containing the safety analysis result, and metadata including whether the result was cached, the data source, a confidence score (0-1), and the last updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/url-phishing-safety-checker-d1c88920/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
