{
  "protocolVersion": "0.3.0",
  "name": "PhishDestroy CTI Agent",
  "description": "Read-only access to timestamped phishing-domain reports, current platform statistics, and public report links. Stored detections are observations, not real-time safety guarantees.",
  "url": "https://phishdestroy.io/api/a2a.php",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://phishdestroy.io/api/a2a.php",
      "transport": "JSONRPC"
    }
  ],
  "iconUrl": "https://phishdestroy.io/assets/images/logo.webp",
  "provider": {
    "organization": "PhishDestroy",
    "url": "https://phishdestroy.io/"
  },
  "version": "2.0.0",
  "documentationUrl": "https://phishdestroy.io/api/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "domain_report",
      "name": "Locate a Domain Threat Report",
      "description": "Return the human-readable and machine-readable PhishDestroy report URLs for a supplied domain.",
      "tags": ["phishing", "threat-intelligence", "domain-analysis"],
      "examples": ["Show the report for example.com"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "platform_stats",
      "name": "Get Platform Statistics",
      "description": "Return current tracked, alive-at-latest-check, unavailable-at-latest-check, and confirmed-takedown counters with an as-of timestamp.",
      "tags": ["statistics", "threat-intelligence"],
      "examples": ["How many domains are currently tracked?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
