We maintain microsoft/agent-governance-toolkit — a governance framework for autonomous AI agents with an existing A2A protocol adapter.
Proposal: Extend A2A Agent Cards to carry governance metadata:
- Trust score — normalized score indicating governance compliance level
- Capability manifest — machine-readable list of permitted actions
- Policy compliance — which governance standards the agent conforms to (ATF, OWASP, etc.)
- Audit trail reference — where to find the agent's tamper-evident audit chain
This enables receiving agents to make trust decisions before accepting tasks from unknown agents. Currently, Agent Cards declare what an agent can do, but not how governed it is.
We already implement all of this internally. Happy to submit a spec PR if there is interest.
We maintain microsoft/agent-governance-toolkit — a governance framework for autonomous AI agents with an existing A2A protocol adapter.
Proposal: Extend A2A Agent Cards to carry governance metadata:
This enables receiving agents to make trust decisions before accepting tasks from unknown agents. Currently, Agent Cards declare what an agent can do, but not how governed it is.
We already implement all of this internally. Happy to submit a spec PR if there is interest.