ATF Conformance Specification

April 2, 2026 ยท View on GitHub

Version: 0.9.0 Status: Public Review Draft License: CC BY 4.0 Last Updated: April 2026

Purpose

This document defines what it means to conform to the Agentic Trust Framework (ATF). It provides two tiers of recognition:

  • ATF Compatible: Self-assessed alignment with ATF requirements. No external audit needed.
  • ATF Certified: Independent third-party validation against all ATF requirements plus additional operational rigor.

This is a living document. Community feedback is welcome via GitHub Issues or the CSA Zero Trust Working Group.

Relationship to the ATF Specification

This document builds on the ATF Specification and the CSA blog post that introduced the framework. The 25 core requirements below come directly from those sources. Conformance is assessed against these requirements, not against specific implementation choices.

ATF is deliberately technology-agnostic. Implementations can use any stack, language, or platform as long as the requirements are met.


ATF Compatible (Self-Attestation)

An implementation qualifies as ATF Compatible when the organization:

  1. Documents how it addresses each of the 25 core requirements below
  2. Publishes a conformance statement identifying which requirements are fully met, partially met, or not yet addressed
  3. Identifies the target agent maturity level (Intern, Junior, Senior, Principal)
  4. Makes the conformance statement available to stakeholders on request

No external audit is required. The organization is responsible for the accuracy of its self-assessment.

The 25 Core Requirements

Element 1: Identity ("Who are you?")

#RequirementDescription
I-1Unique IdentifierGlobally unique, immutable identifier for each agent instance
I-2Credential BindingAgent identity bound to cryptographic credentials
I-3Ownership ChainClear documentation of ownership and operational responsibility
I-4Purpose DeclarationDocumented intended use and operational scope
I-5Capability ManifestMachine-readable list of claimed agent capabilities

Element 2: Behavioral Monitoring ("What are you doing?")

#RequirementDescription
B-1Structured LoggingAll agent actions logged in machine-parseable format
B-2Action AttributionEvery action tied to agent identity and session context
B-3Behavioral BaselineEstablished patterns of normal operation for anomaly detection
B-4Anomaly DetectionIdentification of deviations from expected behavior
B-5ExplainabilityAbility to retrieve rationale for agent decisions

Element 3: Data Governance ("What are you eating? What are you serving?")

#RequirementDescription
D-1Schema ValidationInputs conform to expected structure and types
D-2Injection PreventionDetection of prompt injection and adversarial inputs
D-3PII/PHI ProtectionAutomated detection and masking of sensitive data
D-4Output ValidationOutputs conform to expected structure and content policies
D-5Data LineageTracking of data provenance through the agent pipeline

Element 4: Segmentation ("Where can you go?")

#RequirementDescription
S-1Resource AllowlistExplicit enumeration of permitted resources
S-2Action BoundariesExplicit enumeration of permitted actions
S-3Rate LimitingMaximum operations per time period
S-4Transaction LimitsMaximum impact per individual action
S-5Blast Radius ContainmentLimits on cumulative impact and cascade effects

Element 5: Incident Response ("What if you go rogue?")

#RequirementDescription
R-1Circuit BreakerAutomatic halt on repeated failures
R-2Kill SwitchImmediate manual termination capability (<1 second)
R-3Session RevocationAbility to invalidate all agent sessions
R-4State RollbackAbility to undo agent actions where possible
R-5Graceful DegradationFallback to lower autonomy level on issues

Conformance Statement Template

Organizations claiming ATF Compatible status should publish a statement in the following format:

Organization: [Name]
Implementation: [Product/System Name]
ATF Version: 0.9.0
Target Maturity Level: [Intern | Junior | Senior | Principal]
Assessment Date: [Date]

Element 1 - Identity:       [X/5 requirements met]
Element 2 - Behavior:       [X/5 requirements met]
Element 3 - Data Governance: [X/5 requirements met]
Element 4 - Segmentation:   [X/5 requirements met]
Element 5 - Incident Response: [X/5 requirements met]

Notes: [Any partial implementations, planned work, or scope limitations]

For each requirement marked as met, the organization should maintain internal documentation describing how it is implemented.


ATF Certified (Third-Party Audit)

ATF Certified is a higher bar. It requires everything in ATF Compatible, plus independent validation and additional operational controls.

Prerequisites

  • All 25 core requirements must be fully met (not partial)
  • ATF Compatible self-assessment completed first
  • Minimum 90 days of production operation at the declared maturity level

Additional Requirements

Independent Verification

  • Annual third-party security audit covering all five ATF elements
  • Source code or configuration review for security-critical paths
  • Validation that the conformance statement matches the actual implementation

Operational Maturity

  • Formal security governance program with defined roles and responsibilities
  • Regular training for staff involved in agent operations
  • Documented change management process for agent configurations and policies

Testing

  • Penetration testing covering agent-specific attack vectors (prompt injection, privilege escalation, data exfiltration)
  • Automated compliance testing integrated into deployment pipeline
  • Periodic simulation of incident response procedures

Continuity

  • Business continuity plan that addresses agent governance failures
  • Defined procedures for agent demotion (reducing autonomy level) when incidents occur
  • Crisis communication plan for agent-related incidents

Certification Process

  1. Complete ATF Compatible self-assessment
  2. Engage an approved third-party auditor
  3. Auditor validates all 25 core requirements plus additional Certified requirements
  4. Submit audit report for review
  5. Certification valid for 12 months from audit completion

The list of approved auditors and detailed audit procedures will be published as this specification matures. Organizations interested in early certification should contact the ATF maintainers.


Maturity Level Requirements

Not all 25 requirements apply equally at every maturity level. The table below shows the minimum conformance expectation by level:

RequirementInternJuniorSeniorPrincipal
I-1 Unique IdentifierMUSTMUSTMUSTMUST
I-2 Credential BindingSHOULDMUSTMUSTMUST
I-3 Ownership ChainMUSTMUSTMUSTMUST
I-4 Purpose DeclarationMUSTMUSTMUSTMUST
I-5 Capability ManifestSHOULDSHOULDMUSTMUST
B-1 Structured LoggingMUSTMUSTMUSTMUST
B-2 Action AttributionMUSTMUSTMUSTMUST
B-3 Behavioral BaselineSHOULDMUSTMUSTMUST
B-4 Anomaly DetectionSHOULDSHOULDMUSTMUST
B-5 ExplainabilityMAYSHOULDMUSTMUST
D-1 Schema ValidationSHOULDMUSTMUSTMUST
D-2 Injection PreventionSHOULDMUSTMUSTMUST
D-3 PII/PHI ProtectionMUSTMUSTMUSTMUST
D-4 Output ValidationMAYSHOULDMUSTMUST
D-5 Data LineageMAYSHOULDSHOULDMUST
S-1 Resource AllowlistMUSTMUSTMUSTMUST
S-2 Action BoundariesMUSTMUSTMUSTMUST
S-3 Rate LimitingSHOULDMUSTMUSTMUST
S-4 Transaction LimitsMAYSHOULDMUSTMUST
S-5 Blast Radius ContainmentMAYSHOULDMUSTMUST
R-1 Circuit BreakerSHOULDMUSTMUSTMUST
R-2 Kill SwitchMUSTMUSTMUSTMUST
R-3 Session RevocationMAYSHOULDMUSTMUST
R-4 State RollbackMAYMAYSHOULDMUST
R-5 Graceful DegradationMAYSHOULDMUSTMUST

MUST, SHOULD, and MAY follow RFC 2119 definitions.


Revision History

VersionDateChanges
0.1-draft2026-03-18Initial community review release
0.9.02026-04-01Version aligned with specification release; conformance statement template updated

Contributing

This specification is maintained at github.com/massivescale-ai/agentic-trust-framework. File issues or submit pull requests to propose changes.

For questions about ATF conformance, contact josh@massivescale.ai or join the CSA Zero Trust Working Group.