Back to TrustAuditor

Card snapshot

reputation-auditor-2j7ethgffq-uc.a.run.app · 2026-05-14 19:25:51 UTC · ecf72333de0b388557092931f7624602281a9b9b68912ab050253f6f82bb77ba

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.

{
  "capabilities": {
    "extensions": [
      {
        "description": "Per-verification billing via Agent Payments Protocol (AP2).",
        "params": {
          "unit_price": 0.1,
          "currency": "USD"
        },
        "uri": "https://trust-auditor.local/extensions/monetization/v1"
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "description": "Verifies agent identity and transaction reputation via A2A before high-stakes agent-to-agent transactions.",
  "name": "TrustAuditor",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "skills": [
    {
      "description": "Verify cryptographic ownership and basic identity signals for a target agent.",
      "id": "verify_identity",
      "name": "Identity Check",
      "tags": [
        "identity",
        "cryptography",
        "trust"
      ]
    },
    {
      "description": "Score historical performance using MCP-backed transaction logs and produce a trust score.",
      "id": "audit_reputation",
      "name": "Reputation Audit",
      "tags": [
        "reputation",
        "history",
        "mcp"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "url": "https://reputation-auditor-gen-lang-client-0148504263.us-central1.run.app/",
  "version": "1.0.0"
}