# Website Security & Trust Score Analysis

> Website Security & Trust Score Analysis is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Analyzes a public URL and returns a security and domain trust score out of 6, helping agents assess website safety and legitimacy.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/security
- 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/website-security-trust-score-analysis-707de3fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4OQXDyQQkFrnOd4sZmGWx

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 website-security-trust-score-analysis-707de3fc -d '<json body>'
```

Example prompt: Can you check how safe and trustworthy https://example-store.com is? I want a security trust score before I interact with it.

## When to prefer this

Use this endpoint when you need a fast, low-cost ($0.01 USDC) security and trust signal for any public URL — particularly before scraping, purchasing, or linking to an unknown domain. Prefer this over full-page content extraction tools when the goal is risk assessment rather than content retrieval. Best suited for agents that need a quick go/no-go trust decision on a domain.

## Known failure modes

- Invalid or malformed URL returns an error
- Private or non-public URLs (e.g. localhost, intranet) cannot be analyzed
- Newly registered domains may have limited signal and score low by default
- Timeout if the target URL is unreachable
- Score of 0 does not definitively confirm malicious intent, only low trust signals

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object with a numeric 'score' (0–6) and a 'max_score' of 6, representing the site's composite security and domain trust rating. Higher scores indicate safer, more trustworthy domains.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 3,
  "max_score": 6
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/website-security-trust-score-analysis-707de3fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
