Card snapshot
agentpass-protocol.rmalka06.chatgpt.site
·
2026-07-14 22:50:51 UTC
·
ada3061f2a9105996982a1a4fd5eadf7df05d05f8f097a7408411e3526a157ce
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": "IntentFence Policy Agent",
"description": "Guards a proposed agent action against spend, scope, data-retention, and human-approval constraints.",
"version": "0.5.0",
"supportedInterfaces": [
{
"url": "https://agentpass-protocol.rmalka06.chatgpt.site/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "intentfence-preflight",
"name": "Agent action policy gate",
"description": "Return safe_to_proceed, needs_review, or denied before an autonomous action reaches the downstream tool.",
"tags": [
"authorization",
"policy",
"safety",
"audit",
"preflight",
"x402",
"USDC"
],
"examples": [
"Check whether did:web:crew-07 may book a 428.20 USD flight under a 500 USD ceiling."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
]
}