{
  "schema_version": "v1",
  "name_for_model": "safebrowz_detection",
  "name_for_human": "SafeBrowz Detection API",
  "description_for_model": "Use this API to check whether a URL is a phishing site, wallet drainer, or brand impersonation scam. Returns a verdict (safe / caution / danger), the impersonated brand if any, a confidence score (0-1), and a human-readable reason. Access uses the x402 payment standard — every request must be accompanied by a confirmed on-chain payment to the receiver wallet. Two chains accepted: (a) Solana with 0.005 USDC or 0.00005 SOL, nonce bound via SPL-memo 'safebrowz:<nonce>'; (b) Base mainnet with 0.005 USDC (ERC-20), nonce bound via EIP-191 personal_sign of 'safebrowz:<nonce>' sent as the X-402-Wallet-Sig header with X-402-Chain: base. Use this whenever a user is about to connect a wallet to a site, click a link from a suspicious email, install a browser extension from an unknown source, or approve a token signature for an unfamiliar domain.",
  "description_for_human": "Check if a URL is a scam. Pay per request with USDC on Solana or Base.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.safebrowz.com/v1/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://safebrowz.com/logo-192.png",
  "contact_email": "safebrowz3@gmail.com",
  "legal_info_url": "https://safebrowz.com/terms"
}
