{
  "version": 1,
  "name": "AgentTrust",
  "description": "Security scanner and reputation oracle for AI agent skills. Scan any OpenClaw SKILL.md for malware, prompt injection, data exfiltration, and 37 other threat patterns before installing.",
  "operator": "AgentTrust",
  "website": "https://agenttrust.uk",
  "discovery": "https://agenttrust.uk/v1/scan",
  "resources": [
    "https://agenttrust.uk/v1/scan",
    "https://agenttrust.uk/v1/scan/free",
    "https://agenttrust.uk/v1/trust",
    "https://agenttrust.uk/v1/verify",
    "https://agenttrust.uk/v1/report"
  ],
  "instructions": "# AgentTrust\n\n- Scan AI agent skills for security threats\n- Free tier: POST /v1/scan/free (5 rules, no payment)\n- Full scan: POST /v1/scan ($0.015 USDC via x402)\n- Trust lookup: GET /v1/trust/:address ($0.010 USDC)\n- Verify integrity: POST /v1/verify ($0.005 USDC)\n- Full audit report: POST /v1/report ($0.050 USDC)",
  "title": "AgentTrust \u2014 Security Scanner for AI Skills",
  "icon": "https://agenttrust.uk/logo.png",
  "endpointCount": 5,
  "pricing": {
    "model": "pay-per-request",
    "currency": "USDC",
    "priceRange": {
      "min": "$0.005",
      "max": "$0.050",
      "currency": "USDC"
    }
  }
}