{
  "name": "Cheetah Agent Security",
  "description": "Neutral trust and security layer for the agentic internet. Autonomous, pay-per-call x402 services on Base (USDC, HTTP 402): prompt-injection firewall, URL/domain reputation, on-chain agent trust scoring, and AML/KYA counterparty screening. The customer is the agent, not the human.",
  "url": "https://x402.cheetahsecurity.de",
  "homepage": "https://cheetahsecurity.de",
  "version": "1.0.0",
  "provider": {
    "organization": "Blackfort Technology",
    "url": "https://cheetahsecurity.de"
  },
  "capabilities": {
    "x402": true,
    "streaming": false
  },
  "registrations": [
    {
      "agentId": "59098",
      "agentRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "agentAddress": "eip155:8453:0x0CEb89C3aDD0eB15Ad3ECdB09C8fEa3D5C96dCF5"
    }
  ],
  "x402": {
    "network": "eip155:8453",
    "payTo": "0x0CEb89C3aDD0eB15Ad3ECdB09C8fEa3D5C96dCF5",
    "facilitator": "coinbase-cdp",
    "openapi": "https://x402.cheetahsecurity.de/openapi.json",
    "discovery": "https://x402.cheetahsecurity.de/.well-known/x402.json"
  },
  "skills": [
    {
      "id": "scan",
      "name": "Prompt-Injection Firewall",
      "description": "Self-hosted LLM Guard scan of untrusted text for prompt-injection / jailbreak attempts. Returns safe/verdict/risk_score.",
      "endpoint": "https://x402.cheetahsecurity.de/scan",
      "method": "POST",
      "price": "$0.004"
    },
    {
      "id": "url-check",
      "name": "URL / Domain Reputation",
      "description": "RDAP + phishing heuristics reputation check for a URL or domain.",
      "endpoint": "https://x402.cheetahsecurity.de/url-check",
      "method": "POST",
      "price": "$0.003"
    },
    {
      "id": "trust",
      "name": "On-Chain Agent Trust Score",
      "description": "On-chain reputation score (PROCEED/CAUTION/BLOCK) for a Base agent wallet from wallet age, activity, balances and our dispute history.",
      "endpoint": "https://x402.cheetahsecurity.de/trust",
      "method": "GET",
      "price": "$0.005"
    },
    {
      "id": "screen",
      "name": "AML / KYA Counterparty Screening",
      "description": "OFAC sanctions + on-chain exposure + internal scam/dispute list screening of a counterparty wallet. Returns CLEAR/REVIEW/BLOCK.",
      "endpoint": "https://x402.cheetahsecurity.de/screen",
      "method": "GET",
      "price": "$0.02"
    },
    {
      "id": "escrow",
      "name": "Agent Deal Escrow",
      "description": "Escrow state machine for agent-to-agent deals.",
      "endpoint": "https://x402.cheetahsecurity.de/escrow",
      "method": "POST",
      "price": "$0.05"
    }
  ]
}
