Skip to content
Back to AgentMail Sanctions Agent

Card snapshot

sanctionsai.dev · 2026-08-14 18:10:20 UTC · 21fecc99ab2d945a1086b264e3c77c60a4203108972618aa4b656d28f47261dc

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "AgentMail Sanctions Agent",
  "description": "OFAC sanctions screening for AI agents. Screen names, wallets, countries, and entities against the OFAC SDN list. Free tier: 5 checks/day by IP. API, hosted demo, self-host pip package.",
  "url": "https://sanctionsai.dev/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "sanctions_check",
      "name": "Screen Against Sanctions",
      "description": "Screen a name, wallet address, or country against the OFAC SDN, OFAC Non-SDN, BIS, and EU sanctions lists. Returns matches with confidence scores.",
      "tags": [
        "sanctions",
        "ofac",
        "compliance",
        "kyc",
        "aml"
      ]
    },
    {
      "id": "risk_score",
      "name": "Risk Assessment",
      "description": "Return a risk score and breakdown for a wallet or entity based on sanctions proximity and OFAC enforcement history.",
      "tags": [
        "risk",
        "ofac",
        "compliance",
        "scoring"
      ]
    },
    {
      "id": "kya_verify",
      "name": "Know Your Agent",
      "description": "Run a KYC/pseudonymity assessment on an AI agent: wallet, code signing, platform of origin, and sanctions proximity.",
      "tags": [
        "kyc",
        "ai-agent",
        "wallet",
        "compliance"
      ]
    },
    {
      "id": "dispute_open",
      "name": "Open a Dispute",
      "description": "Open a dispute when an agent-paid transaction went bad (non-delivery, fraud). Records the dispute with a 7-day auto-escalation window.",
      "tags": [
        "dispute",
        "escalation",
        "compliance"
      ]
    }
  ],
  "attribution": "AgentMail (sanctionsai.dev), https://sanctionsai.dev"
}