Proposal: CSA Agentic Trust Framework (ATF) Integration
August 4, 2026 ยท View on GitHub
Status: ๐ Active โ ATF author (Josh Woodruff) engaged. Conformance spec published. Async assessment in progress. All 15 requirements mapped.
Author: Agent Governance Toolkit Team (Microsoft)
Created: 2026-03-04
Target: Cloud Security Alliance (CSA) Agentic Trust Framework Working Group
Summary
This proposal documents the Agent Governance Toolkit's alignment with the CSA Agentic Trust Framework (ATF) v0.1.0, an open specification establishing Zero Trust principles for AI agent security.
The ATF defines 5 core pillars and 15 security requirements. The Agent Governance Toolkit provides full coverage across all 15 requirements through its 5 packages.
ATF Pillar Coverage
| ATF Pillar | Toolkit Package | Coverage |
|---|---|---|
| 1. Identity Management | AgentMesh (DID + Entra Agent ID) | โ Full |
| 2. Behavioral Monitoring | Agent Runtime + Agent SRE | โ Full |
| 3. Data Governance | Agent OS (VFS + Policy Engine) | โ Full |
| 4. Segmentation | Agent Runtime (Execution Rings) | โ Full |
| 5. Incident Response | Agent SRE (Circuit Breakers + Kill Switch) | โ Full |
Key Differentiators
- End-to-end coverage โ Single toolkit covers all 5 ATF pillars (most solutions cover 1-2)
- Cryptographic identity โ Ed25519 DID identity with trust scoring, delegation chains, and Entra Agent ID enterprise bridge
- Runtime enforcement โ Not just documentation; policies are enforced at the kernel level
- AI-BOM supply chain โ Full model/data/weights provenance tracking (aligns with ATF data governance requirements)
- OWASP alignment โ 10/10 OWASP Agentic Top 10 coverage complements ATF compliance
Detailed Compliance Mapping
See the ATF conformance assessment for the current requirement-by-requirement mapping.
Proposed Engagement
- Contribute toolkit as ATF reference implementation โ Open-source, MIT-licensed, ready for community validation
- ATF conformance testing โ Develop automated conformance tests based on ATF checklist
- Feedback on ATF spec โ Propose additions for:
- Agent delegation chain verification (not covered in current ATF spec)
- AI-BOM integration for data governance requirements
- Trust scoring quantification methodology
References
- CSA Agentic Trust Framework
- Agent Governance Toolkit
- ATF Conformance Assessment
- OWASP Compliance Mapping
Progress
- 2026-03-04: Proposal created with full 5-pillar compliance mapping
- 2026-03-08: Published to microsoft/agent-governance-toolkit
- 2026-03-19: ATF author Josh Woodruff reached out (Discussion #301)
- 2026-03-20: Confirmed alignment on 3 spec additions (delegation chains, AI-BOM, trust scoring)
- 2026-03-23: ATF Conformance Specification published โ reviewing for implementer feedback
- Next: Async conformance assessment document