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 PillarToolkit PackageCoverage
1. Identity ManagementAgentMesh (DID + Entra Agent ID)โœ… Full
2. Behavioral MonitoringAgent Runtime + Agent SREโœ… Full
3. Data GovernanceAgent OS (VFS + Policy Engine)โœ… Full
4. SegmentationAgent Runtime (Execution Rings)โœ… Full
5. Incident ResponseAgent SRE (Circuit Breakers + Kill Switch)โœ… Full

Key Differentiators

  1. End-to-end coverage โ€” Single toolkit covers all 5 ATF pillars (most solutions cover 1-2)
  2. Cryptographic identity โ€” Ed25519 DID identity with trust scoring, delegation chains, and Entra Agent ID enterprise bridge
  3. Runtime enforcement โ€” Not just documentation; policies are enforced at the kernel level
  4. AI-BOM supply chain โ€” Full model/data/weights provenance tracking (aligns with ATF data governance requirements)
  5. 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

  1. Contribute toolkit as ATF reference implementation โ€” Open-source, MIT-licensed, ready for community validation
  2. ATF conformance testing โ€” Develop automated conformance tests based on ATF checklist
  3. 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

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