# Cheetah Security URL/Domain Reputation Check

> Cheetah Security URL/Domain Reputation Check is a paid API for AI agents from x402.cheetahsecurity.de, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Checks a single URL or domain for malicious reputation, returning a risk score, verdict, and threat signals

## Facts

- Endpoint: POST https://x402.cheetahsecurity.de/v1/url-check
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cheetah-security-url-domain-reputation-check-cb2615d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BGrxxZ_WK_R2GLo7nrn6X

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 cheetah-security-url-domain-reputation-check-cb2615d9 -d '<json body>'
```

Example prompt: Can you check whether this URL is safe to click — https://totally-legit-bank-login.ru/secure — and tell me the risk score and whether it's flagged as phishing or malware?

## When to prefer this

Use this endpoint when you need a single, per-call reputation check on a URL or domain with pay-per-use pricing (no subscription required). Prefer it over batch endpoints when checking one link at a time, and over generic search when you need a structured verdict plus risk score rather than a web search result. Especially suited for AI agents that need to gate user-submitted URLs in real time.

## Known failure modes

- Missing or malformed URL input returns a validation error
- Unresolvable or newly registered domains may return low-confidence results
- Rate limiting or payment failure (x402) may block the call
- Private/internal IP addresses or localhost URLs may be rejected
- Very new or uncategorized domains may return an ambiguous verdict

## How this service works

URL/domain reputation check (per call)

## Output

Returns a verdict (e.g. malicious, suspicious, clean), a numeric risk score, an array of reasons explaining the verdict, and a signals object containing detailed threat indicators for the URL or domain submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cheetah-security-url-domain-reputation-check-cb2615d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cheetahsecurity.de](https://www.zero.xyz/host/x402.cheetahsecurity.de/llms.txt)
