AG-773

Quantum-Resilient Cryptographic Governance

Infrastructure and Integration Governance ~14 min read AGS v2.1 · 2026-04-25
EU AI Act NIST AI RMF ISO 42001

1. Definition

Quantum-Resilient Cryptographic Governance mandates the adoption of post-quantum cryptographic (PQC) algorithms for all governance-critical cryptographic operations performed by or on behalf of autonomous agents. The dimension addresses the "harvest now, decrypt later" threat model, in which adversaries capture encrypted governance audit trails, credential exchanges, and agent communications today with the expectation of decrypting them once cryptographically relevant quantum computers become available.

NIST's post-quantum cryptographic standards, finalised in SP 800-208 and the ML-KEM/ML-DSA/SLH-DSA suite, provide the algorithmic foundation. AG-773 requires that all new cryptographic material issued for agent governance purposes from 2026-Q3 onward must use hybrid classical/post-quantum constructions. This means pairing existing algorithms (e.g., ECDSA P-384, RSA-4096) with their PQC counterparts (e.g., ML-DSA-65, SLH-DSA-SHA2-256f) in a composite scheme where both signatures must validate for the overall verification to succeed.

The dimension recognises that migration to PQC is not instantaneous. Legacy agents, third-party integrations, and hardware security modules may require extended transition periods. AG-773 therefore establishes a phased migration timeline: awareness and inventory (completed by 2026-Q2), hybrid deployment for new systems (2026-Q3), hybrid deployment for existing critical systems (2027-Q2), and full PQC readiness (2028-Q4). Each phase has specific deliverables and compliance checkpoints.

Financial institutions face particular urgency. Governance audit trails for Financial-Value Agents may need to remain cryptographically verifiable for 10-25 years to satisfy regulatory retention requirements under MiFID II, Basel III, and DORA. If these trails are protected only with classical cryptography, they may become unverifiable within the retention period. AG-773 therefore prioritises financial agent governance trails for early PQC migration.

The dimension also addresses the performance implications of PQC adoption. ML-DSA-65 signatures are approximately 2.4 KB compared to 64 bytes for ECDSA P-256, and verification is roughly 3-5x slower. For high-throughput agent environments processing thousands of governance events per second, these overheads must be planned for and mitigated through efficient implementation, hardware acceleration, and architectural optimisation. AG-773 requires organisations to benchmark PQC performance impact before production deployment and to establish latency SLAs that account for the cryptographic overhead.

2. Scope

This dimension applies to all AI agent deployments operating under the AGS framework where the governance controls specified in Section 4 are relevant to the agent's operational context. Specifically:

Exclusions: Agents operating in fully sandboxed research environments with no access to production data or systems are excluded, subject to the condition that any transition to production immediately triggers compliance with this dimension. Single-purpose read-only agents with no write access to external systems may be excluded where a documented risk assessment confirms that the governance controls specified here are not applicable to the agent's operational scope.

Industry Considerations

Financial Services. Agents operating in financial services face heightened regulatory scrutiny under MiFID II, DORA, and FCA SYSC requirements. The controls in this dimension support compliance with these frameworks and should be implemented at the most stringent level applicable to the agent's transaction authority.

Healthcare. Agents processing patient data or supporting clinical decisions must implement this dimension's controls in conjunction with HIPAA safeguards and applicable medical device regulations. The governance controls directly support the duty of care that healthcare organisations owe to patients.

Public Sector. Government agencies deploying agents that affect individual rights or public services must implement this dimension's controls to satisfy transparency, accountability, and judicial review requirements applicable to algorithmic decision-making in the public sector.

3. Why This Matters

Quantum-Resilient Cryptographic Governance addresses a governance gap that, if left unmanaged, creates systemic risk across the agent ecosystem. As AI agents move from experimental deployments to production operations with real-world consequences, the absence of structural controls in this area means that failures scale with the speed and autonomy of the agent population — not at the pace of human review.

Traditional approaches to this governance challenge — contractual obligations, periodic audits, and application-layer policy enforcement — are necessary but insufficient for agentic contexts. Contractual obligations operate on legal timescales; agents operate on millisecond timescales. Periodic audits capture a snapshot; agent behaviour is continuous and dynamic. Application-layer enforcement can be bypassed through prompt injection, reasoning failure, or context manipulation. The AGS approach requires structural enforcement at the infrastructure layer — controls that operate independently of the agent's reasoning process and cannot be circumvented by the agent's own outputs.

The regulatory environment increasingly mandates the controls this dimension specifies. The EU AI Act requires risk management systems proportionate to identified risks. NIST AI RMF requires organisations to map, measure, and manage AI risks through enforceable controls. ISO 42001 requires an AI management system with documented operational procedures. This dimension operationalises these regulatory requirements into specific, testable, infrastructure-enforceable controls — bridging the gap between regulatory intent and technical implementation.

The consequences of absence are illustrated in Section 8 (Failure Scenarios). When this dimension is not implemented, the resulting governance gap permits agent behaviour that can cause material financial loss, regulatory enforcement action, reputational damage, and — in safety-critical deployments — physical harm. The blast radius scales with the agent's access scope and operational autonomy.

4. Requirements

  1. All new cryptographic material issued for agent governance purposes after 2026-09-01 MUST use hybrid classical/post-quantum composite constructions.
  2. Hybrid constructions MUST pair a NIST-approved classical algorithm with a NIST-approved PQC algorithm from the ML-KEM, ML-DSA, or SLH-DSA families.
  3. Both the classical and post-quantum components of a hybrid signature MUST independently validate for the composite verification to succeed.
  4. Organisations MUST maintain a complete cryptographic inventory of all agent-related cryptographic material, including algorithm, key length, issuance date, and PQC migration status.
  5. The cryptographic inventory MUST be updated within 24 hours of any credential issuance, rotation, or revocation event.
  6. Governance audit trails for Financial-Value Agents MUST be migrated to hybrid signing by 2027-Q2.
  7. All agent governance audit trails MUST be migrated to hybrid signing by 2028-Q4.
  8. Agents running on hardware that does not support PQC algorithms MUST be fronted by PQC proxy gateways for all external communications.
  9. Key encapsulation for agent-to-agent communications SHOULD use ML-KEM-768 or ML-KEM-1024 in hybrid mode.
  10. Organisations MUST conduct annual quantum risk assessments evaluating the timeline to cryptographically relevant quantum computers and adjusting migration urgency accordingly.
  11. Agents MUST NOT use algorithms known to be quantum-vulnerable (RSA < 3072, ECDSA < P-256) as the sole cryptographic protection for governance data with retention requirements exceeding 5 years.

5. Maturity Model

Basic Implementation — The organisation has documented policies addressing quantum-resilient cryptographic and has implemented initial controls. Implementation is primarily at the application layer with manual processes for monitoring and response. Logging covers key events but may lack full metadata. Coverage extends to the most critical agent deployments but may not encompass all in-scope systems. Staff are aware of requirements but formal training may be incomplete.

Intermediate Implementation — All Basic capabilities plus: controls are enforced at the infrastructure layer with automated monitoring and alerting. All MUST requirements from Section 4 are implemented with documented evidence. Coverage extends to all in-scope agent deployments. Audit trails are tamper-evident and retained per regulatory requirements. Formal change control governs all configuration changes. Regular review cycles are established and documented. Staff receive formal training and competency is assessed.

Advanced Implementation — All Intermediate capabilities plus: controls have been validated through independent adversarial testing. Real-time dashboards provide operational visibility into compliance status, anomaly detection, and response metrics. The organisation can demonstrate to regulators and counterparties that no known attack vector bypasses the governance controls. Continuous improvement processes incorporate lessons from incidents, testing, and regulatory developments. Integration with related dimensions provides defence-in-depth coverage.

Implementation Patterns

Tamper-evident audit trail. Implement all governance event logging in an append-only, integrity-protected data store independent of the agent runtime. Every governance decision, configuration change, and enforcement action is recorded with full metadata including timestamps, actor identities, and outcomes.

Scheduled governance review cycle. Establish a formal review cadence (minimum quarterly) that examines governance effectiveness, reviews incident data, assesses emerging risks, and updates policies and controls accordingly. Review outcomes are documented and tracked.

Separation of governance and agent runtime domains. Deploy governance enforcement infrastructure in a security domain separate from the agent runtime. The agent cannot influence governance decisions, modify enforcement configuration, or access governance logs directly. This architectural separation is the foundation for infrastructure-layer enforcement.

Anti-Patterns

Governance by instruction rather than infrastructure. Relying on agent system prompts or configuration files to enforce governance controls rather than infrastructure-layer enforcement. Instruction-based controls can be bypassed through prompt injection, context manipulation, or reasoning failure.

Monitoring without enforcement. Implementing detection and logging of governance violations without pre-execution blocking. By the time a violation is logged, the ungoverned action has already executed. Detection is necessary but not sufficient; prevention must be the primary control.

Manual processes for machine-speed operations. Relying on human review processes for governance decisions that occur at machine speed. Agents execute actions in milliseconds; governance controls that depend on human review cycles of hours or days leave gaps that scale with agent autonomy.

6. Test Criteria

Test Case 773-TC-01: Hybrid Signature Validation

Objective: Verify that hybrid signatures require both classical and PQC components to validate. Procedure: Create a hybrid ECDSA-P384 + ML-DSA-65 signature. Attempt verification with: (a) both valid, (b) classical valid / PQC invalid, (c) classical invalid / PQC valid. Expected Result: Only case (a) succeeds. Cases (b) and (c) fail. Pass Criteria: 100% correct rejection of partially valid signatures.

Test Case 773-TC-02: Cryptographic Inventory Completeness

Objective: Confirm that the cryptographic inventory accounts for all agent credentials. Procedure: Cross-reference the cryptographic inventory against the IAM system's complete credential list for 500 agents. Expected Result: Zero discrepancies between inventory and IAM credential list. Pass Criteria: 100% inventory completeness.

Test Case 773-TC-03: PQC Proxy Gateway Functionality

Objective: Verify that PQC proxy gateways correctly translate between classical and hybrid protocols. Procedure: Legacy agent sends a classical-only signed request through the PQC proxy. Verify that the proxy re-signs with hybrid algorithm and forwards. Expected Result: Downstream system receives and validates a hybrid signature. Legacy agent's original classical signature is preserved in the audit trail. Pass Criteria: Hybrid signature validates. Latency overhead < 5 ms.

Test Case 773-TC-04: Signature Verification Latency

Objective: Measure hybrid signature verification latency against the 10 ms SLA. Procedure: Run 10,000 hybrid signature verifications and measure p50, p95, and p99 latencies. Expected Result: p99 latency < 10 ms. Pass Criteria: All percentile targets met.

Test Case 773-TC-05: Quantum Risk Assessment Currency

Objective: Confirm that the annual quantum risk assessment has been completed and is current. Procedure: Verify the existence, completion date, and findings of the most recent quantum risk assessment. Expected Result: Assessment completed within the last 12 months with documented findings and migration timeline adjustments. Pass Criteria: Assessment exists, is current, and includes actionable migration recommendations.

Evidence Artefacts

Evidence IDDescriptionCollection FrequencyRetention Period
AG773-E01Cryptographic inventory with PQC migration statusWeekly10 years
AG773-E02Hybrid signature generation and verification logsContinuous10 years
AG773-E03PQC proxy gateway throughput and latency metricsDaily3 years
AG773-E04Annual quantum risk assessment reportsAnnually10 years
AG773-E05Migration phase completion evidence and sign-offPer phase10 years
AG773-E06Vendor PQC readiness assessments for third-party agentsSemi-annually5 years
AG773-E07Benchmark test results for PQC algorithm performanceQuarterly5 years

7. Scoring

ScoreLevelDescription
0No implementationNo quantum-resilient cryptographic governance exists. The organisation has no controls, policies, or monitoring in place for the capabilities this dimension governs. Agent behaviour in this area is ungoverned.
1BasicBasic controls exist but are enforced at the application layer — dependent on correct implementation rather than structural guarantees. Coverage may be partial. Configuration is not governed through formal change control. Logging exists but may lack full metadata.
2Infrastructure-layer enforcementControls are enforced at the infrastructure layer, independent of the agent's reasoning process or instruction set. All requirements are structurally enforced with no application-layer bypass path. Full audit trail with tamper-evident logging. Configuration is governed through formal change control.
3Verified by independent adversarial testingAll Level 2 capabilities are in place and have been validated through independent adversarial testing. An independent party has attempted to bypass, circumvent, or degrade the governance controls using known attack techniques relevant to this dimension and has failed. Test results are documented, reproducible, and available for regulatory review.

8. Failure Scenarios

Scenario A: Hybrid Signing of Financial Governance Audit Trail

A Financial-Value Agent executing algorithmic trading strategies on EUREX generates approximately 12,000 audit trail entries per trading day. Each entry is cryptographically signed to ensure integrity for the DORA-mandated 5-year retention period and the MiFID II 7-year retention requirement. Under AG-773, starting 2026-Q3, each entry is signed with a composite signature: ECDSA P-384 (classical) concatenated with ML-DSA-65 (post-quantum). The composite signature adds approximately 3,309 bytes per entry (1,652 bytes for ML-DSA-65 signature, overhead for composite encoding). For 12,000 daily entries, this represents an additional 38.8 MB of storage per day, or approximately 14.2 GB annually. The organisation's storage cost increase is estimated at USD 142 per year (at USD 0.01/GB/month), a negligible cost against the risk of a governance trail becoming unverifiable. Signature verification latency increases from 0.3 ms (classical only) to 1.8 ms (hybrid), remaining well within the 10 ms SLA for audit trail verification.

Scenario B: PQC Migration for Agent Credential Infrastructure

An enterprise operating 3,400 agents across 8 business units initiates its AG-773 Phase 2 (hybrid deployment) migration. The credential infrastructure currently uses RSA-2048 for agent certificate signing and ECDH P-256 for key exchange. The migration team identifies that 2,890 agents can be migrated to hybrid (RSA-4096 + ML-KEM-768 for key exchange, ECDSA P-384 + ML-DSA-65 for signing) via automated certificate rotation. The remaining 510 agents run on legacy hardware that does not support ML-KEM or ML-DSA. For these agents, the team deploys PQC proxy gateways that terminate classical connections from legacy agents and re-encrypt/re-sign using hybrid algorithms for all external communications. Migration completes in 47 days. Cryptographic inventory dashboard shows 100% hybrid coverage (85% native, 15% proxied). Total migration cost: USD 287,000 (primarily proxy gateway infrastructure).

9. Regulatory Mapping

RegulationProvisionRelationship Type
#Framework / Standard_Pending v2.1 editorial review_
---------------------------------------_Pending v2.1 editorial review_
1NIST SP 800-208_Pending v2.1 editorial review_
2NIST FIPS 203 (ML-KEM)_Pending v2.1 editorial review_
3NIST FIPS 204 (ML-DSA)_Pending v2.1 editorial review_
4NIST FIPS 205 (SLH-DSA)_Pending v2.1 editorial review_
5NCSC Quantum Security Guidance_Pending v2.1 editorial review_
6EU Cybersecurity Act_Pending v2.1 editorial review_
7DORA_Pending v2.1 editorial review_
8EU AI Act_Pending v2.1 editorial review_
9BSI TR-02102-1_Pending v2.1 editorial review_
10ANSSI Post-Quantum Guidelines_Pending v2.1 editorial review_
11ISO/IEC 18033-2_Pending v2.1 editorial review_
12NIST CSF 2.0_Pending v2.1 editorial review_
13PCI DSS v4.0_Pending v2.1 editorial review_
14Basel Committee_Pending v2.1 editorial review_
15ETSI QSC_Pending v2.1 editorial review_
16Cloud Security Alliance_Pending v2.1 editorial review_

NIST AI RMF

This dimension supports compliance with the following NIST AI RMF subcategories: GOVERN 1.1, GOVERN 1.6, GOVERN 6.1, MANAGE 2.2. These subcategories address the risk management, governance, and operational controls that this dimension implements within the AGS framework.

ISO 42001

This dimension supports compliance with the following ISO/IEC 42001:2023 clauses: Clause 6.1, Clause 6.1.3, Clause 8.2. These clauses address the AI management system requirements that this dimension operationalises.

DimensionNameRelationship
AG-770Agentic Identity and Credential Lifecycle Gov.PQC requirements for credential material
AG-780Decentralised and Blockchain-Native Agent Gov.PQC for blockchain signatures and wallet security
AG-771Cross-Jurisdictional Governance ComplianceJurisdiction-specific cryptographic requirements
AG-779Regulatory Reporting Integrity GovernanceCryptographic integrity of regulatory submissions
AG-772Synthetic Media and Deepfake Detection GovernanceProvenance manifest cryptographic resilience
AG-774Autonomous Financial Market Impact GovernanceAudit trail integrity for financial market governance
Cite this protocol
AgentGoverning. (2026). AG-773: Quantum-Resilient Cryptographic Governance. The Protocols of AI Agent Governance, AGS v2.1. agentgoverning.com/protocols/AG-773