Hi ATF maintainers, really nice work on the specification. The five-element framing (Identity, Behavior, Data, Segmentation, Incident Response) and the Intern → Principal maturity model both read as well-considered. The CSA publication gives it the kind of multi-stakeholder legitimacy that most agent-governance work lacks.
Filing this as a proposal to add an ecosystem-adopter entry to ECOSYSTEM.md, following the existing pattern set by Microsoft AGT and VERA.
What we do that maps onto ATF
We implement the technical layer that underpins Element 2: Behavior ("what are you doing?") and Element 5: Incident Response ("what if you go rogue?") via cryptographically signed decision receipts for each agent tool call.
A decision receipt is a JCS-canonical, Ed25519-signed record of one policy evaluation (tool call, sensor reading, API access). Each receipt carries:
- The decision (allow, deny, alert)
- The policy that governed it (name + SHA-256 digest)
- Timestamp
- Hash link to the previous receipt in the chain
- Signature over the JCS-canonical payload
Chains are tamper-evident as a whole: insertions, deletions, and reorderings all break later receipts. Verification is fully offline with any conformant implementation.
Mapping to ATF elements:
| ATF Element |
What we implement |
Notes |
| 2. Behavior ("what are you doing?") |
Per-tool-call signed receipts forming a tamper-evident audit chain. Anomaly detection can run on the chain directly since it captures every decision. |
Primary fit |
| 5. Incident Response ("what if you go rogue?") |
Cedar policy evaluation runs BEFORE each tool call with fail-closed semantics; deny receipts prove the kill-switch held |
Directly addresses "kill switches, circuit breakers, containment" |
| 1. Identity ("who are you?") |
Receipts bind to a supervisor-hook identity (not the agent identity) for signer authenticity; agent identity layer is complementary |
Partial fit, orthogonal |
We do not claim coverage of Elements 3 (Data Governance) or 4 (Segmentation). Those are addressed by the tools we compose with (protect-mcp for MCP tool call gating, Cedar for policy evaluation, and the host sandbox for segmentation).
Proposed ECOSYSTEM.md entry
| Project | Organization | Relationship | ATF Coverage | Repository |
|---|---|---|---|---|
| Veritas Acta / ScopeBlind | ScopeBlind (independent) | Built on IETF draft for signed decision receipts; maps to ATF Elements 2 and 5 | Elements 2, 5 (partial 1) | [GitHub](https://github.com/ScopeBlind) |
Supporting evidence
Note that AGT is already in your ecosystem list; our integration rides on top of AGT's existing policy framework and adds the signed-receipt layer. If the list naming prefers "independent convergence" or "built on ATF principles," our relationship is closer to the latter: we arrived at the same decomposition (identity / behavior / policy / incident response as orthogonal layers) from the protocol-standards side rather than the governance-spec side, which is a nice bidirectional validation.
Two questions
-
Is there a maturity-model mapping you would like ecosystem adopters to report? Our receipts most directly support the Intern and Junior tiers (continuous oversight / human approval of every action), but the infrastructure is the same across all four tiers; the tier is really about what policy the operator writes, not what the receipt layer captures.
-
Is ATF v1.0 accepting new ecosystem entries, or is the list frozen at the public review draft? If the former, happy to open a PR with the entry above. If the latter, happy to wait and contribute to v1.1.
Offer
Happy to contribute any of:
- A PR adding the ecosystem entry above, with one-paragraph expanded relationship text in the same style as the MSFT AGT and VERA entries
- A short case-study doc (markdown, 600-900 words) showing how decision receipts implement a real ATF Element 2 check end-to-end, if that pattern is useful for the spec's implementation guidance
- Cross-linking from our own docs to ATF as the governance-framework context in which our receipt layer fits
Thanks for the work. The ATF framing is the clearest Zero Trust mapping I have seen for AI agents, and I expect it to age well.
Tom Farley
(Independent capacity; IETF draft author.)
Hi ATF maintainers, really nice work on the specification. The five-element framing (Identity, Behavior, Data, Segmentation, Incident Response) and the Intern → Principal maturity model both read as well-considered. The CSA publication gives it the kind of multi-stakeholder legitimacy that most agent-governance work lacks.
Filing this as a proposal to add an ecosystem-adopter entry to
ECOSYSTEM.md, following the existing pattern set by Microsoft AGT and VERA.What we do that maps onto ATF
We implement the technical layer that underpins Element 2: Behavior ("what are you doing?") and Element 5: Incident Response ("what if you go rogue?") via cryptographically signed decision receipts for each agent tool call.
A decision receipt is a JCS-canonical, Ed25519-signed record of one policy evaluation (tool call, sensor reading, API access). Each receipt carries:
Chains are tamper-evident as a whole: insertions, deletions, and reorderings all break later receipts. Verification is fully offline with any conformant implementation.
Mapping to ATF elements:
We do not claim coverage of Elements 3 (Data Governance) or 4 (Segmentation). Those are addressed by the tools we compose with (protect-mcp for MCP tool call gating, Cedar for policy evaluation, and the host sandbox for segmentation).
Proposed ECOSYSTEM.md entry
Supporting evidence
draft-farley-acta-signed-receipts@veritasacta/verifyexamples/protect-mcp-governed/Note that AGT is already in your ecosystem list; our integration rides on top of AGT's existing policy framework and adds the signed-receipt layer. If the list naming prefers "independent convergence" or "built on ATF principles," our relationship is closer to the latter: we arrived at the same decomposition (identity / behavior / policy / incident response as orthogonal layers) from the protocol-standards side rather than the governance-spec side, which is a nice bidirectional validation.
Two questions
Is there a maturity-model mapping you would like ecosystem adopters to report? Our receipts most directly support the Intern and Junior tiers (continuous oversight / human approval of every action), but the infrastructure is the same across all four tiers; the tier is really about what policy the operator writes, not what the receipt layer captures.
Is ATF v1.0 accepting new ecosystem entries, or is the list frozen at the public review draft? If the former, happy to open a PR with the entry above. If the latter, happy to wait and contribute to v1.1.
Offer
Happy to contribute any of:
Thanks for the work. The ATF framing is the clearest Zero Trust mapping I have seen for AI agents, and I expect it to age well.
Tom Farley
(Independent capacity; IETF draft author.)