Skip to content
Back to Sunward Proof Receipt

Card snapshot

sunward-proof-receipts.aadoc.chatgpt.site · 2026-08-13 17:01:59 UTC · 1ff993bb1eec431f760d9d041cae595037630659b518e42b72fca3900625049b

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.

{
  "name": "Sunward Proof Receipt",
  "description": "Screens agent work requests for prompt-injection patterns, missing acceptance criteria, and human-authority risks, then returns a deterministic evidence receipt.",
  "url": "https://sunward-proof-receipts.aadoc.chatgpt.site/a2a/v1",
  "supportedInterfaces": [
    {
      "url": "https://sunward-proof-receipts.aadoc.chatgpt.site/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Sunward",
    "url": "https://sunward-proof-receipts.aadoc.chatgpt.site"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sunward-proof-receipts.aadoc.chatgpt.site/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "agent-work-proof-receipt",
      "name": "Agent Work Proof Receipt",
      "description": "Preflights a bounded agent task and emits a task fingerprint, safety flags, scope checks, verdict, and safe next action.",
      "tags": [
        "verification",
        "agent-safety",
        "prompt-injection",
        "escrow-evidence"
      ],
      "examples": [
        "Check this task before my agent bids on it.",
        "Create an evidence receipt for this work request."
      ]
    }
  ]
}