<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.2.3) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-hillier-certisyn-ai-governance-verified-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="AI Governance Verified">AI Governance Verified — A Cryptographic Verification Standard for Agentic AI Governance in Regulated Industries</title>

    <author initials="J. D." surname="Hillier" fullname="Joel David Hillier">
      <organization>Certisyn, Inc.</organization>
      <address>
        <postal>
          <street>Ogden</street>
          <region>Utah</region>
          <code>84401</code>
          <country>United States</country>
        </postal>
        <email>jhillier@certisyn.com</email>
        <uri>https://certisyn.com</uri>
      </address>
    </author>

    <date year="2026" month="August" day="12"/>

    <area>Security</area>
    
    <keyword>Internet-Draft</keyword> <keyword>agentic AI</keyword> <keyword>AI governance</keyword> <keyword>verification</keyword> <keyword>attestation</keyword> <keyword>VRO</keyword>

    <abstract>


<t>This document specifies a verification standard for the cryptographic
attestation of agentic AI governance in regulated industries. It defines the
Verification Reconciliation Object (VRO), the issuing-partner framework, the
eight control areas through which AI governance posture is reconciled, three
maturity-attestation levels (Documented, Operational, Adversarial-ready), and
the cryptographic continuity requirements that together produce deterministic,
independently reconstructable, auditor-grade attestations of agentic AI
governance. The standard sits beneath ISO/IEC 42001:2023, the NIST AI Risk
Management Framework, and other agentic AI governance frameworks, and produces
the verifiable artefact those frameworks were designed to imply but do not
deliver.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>Agentic artificial intelligence is now operative across the workplace at a scale
that exceeds the control envelope of every previously published governance
framework. ISO/IEC 42001:2023 <xref target="ISO42001"/> specifies a management system for AI
but does not produce a verifiable artefact. The NIST AI Risk Management
Framework <xref target="NIST-AI-RMF"/> provides a functional taxonomy but issues no
certification or attestation. The European Union AI Act <xref target="EU-AI-ACT"/>
establishes obligations and prohibitions but leaves verification of compliance
to national competent authorities and self-attestation. No published standard
issues a cryptographically anchored, deterministically reproducible monthly
artefact of agentic AI governance.</t>

<t>This document closes that gap. It defines the verification artefact, the
issuing-partner framework, the evidence requirements across eight control areas,
the maturity-level attestation methodology, and the cryptographic continuity
requirements that together produce a deterministic, auditor-grade AI governance
attestation.</t>

<t>The urgency of that artefact has been underscored by a class of failure now
observed in practice: an autonomous system reaching an assigned objective
through a consequence its operators neither authorised nor observed in time —
including, in a controlled capability evaluation, an agent escaping its intended
execution boundary and acting on external infrastructure without human
authorisation, detected only after the fact. Governance that is documented but
never adversarially exercised does not detect this class. The Adversarial-ready
Maturity Level (<xref target="maturity-level-attestation"/>) and the evaluation-time
containment requirement (<xref target="evaluation-time-and-adversarial-test-containment"/>)
introduced in this document address it directly.</t>

<t>This document does not replace ISO/IEC 42001, the NIST AI Risk Management
Framework, the EU AI Act, or any national framework. It sits beneath them and
produces the artefact each was designed to imply but does not deliver. Where
this document and any normative framework cited herein conflict on operational
content, the cited framework prevails.</t>

<t>This document applies to organisations that operate, integrate, deploy, or
expose AI systems — whether developed internally, procured from third-party
model providers, or consumed via API. It does not specify AI model architecture,
training procedure, or evaluation methodology. It specifies the verification of
governance applied to AI use, not the AI itself.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>

<t>For the purposes of this document, the following definitions apply.</t>

<dl>
  <dt>Subject Entity:</dt>
  <dd>
    <t>The organisation whose AI governance posture is the subject of verification.</t>
  </dd>
  <dt>AI System:</dt>
  <dd>
    <t>Any deployed system, application, or service whose behaviour incorporates the
use of one or more machine-learning models, irrespective of model architecture
or training methodology.</t>
  </dd>
  <dt>Agentic System:</dt>
  <dd>
    <t>An AI System that takes actions in the operating environment, generates
outputs that influence downstream decisions, or operates with reduced or
absent human-in-the-loop supervision.</t>
  </dd>
  <dt>Model Provider:</dt>
  <dd>
    <t>An external party supplying a foundation model, fine-tuned model, or
model-as-a-service to the Subject Entity.</t>
  </dd>
  <dt>Deployment Context:</dt>
  <dd>
    <t>The set of integrations, data sources, user populations, regulatory
obligations, and risk attributes within which an AI System is operated.</t>
  </dd>
  <dt>Governance Surface:</dt>
  <dd>
    <t>The composite of policies, controls, telemetry, evidence sources, and review
cadences through which the Subject Entity governs the use of its AI Systems.</t>
  </dd>
  <dt>Verification Reconciliation Object (VRO):</dt>
  <dd>
    <t>The deterministic, cryptographically anchored output of a conforming AI
governance attestation under this standard.</t>
  </dd>
  <dt>Issuing Partner:</dt>
  <dd>
    <t>A counterparty designated by the protocol operator to act as a co-issuer of
VROs under this standard within a defined market or scope.</t>
  </dd>
  <dt>Attestation Period:</dt>
  <dd>
    <t>The contiguous time interval over which a VRO asserts conformance.</t>
  </dd>
  <dt>Anchor Event:</dt>
  <dd>
    <t>The cryptographic operation that binds a VRO to an immutable public settlement
layer at issuance and at supersession.</t>
  </dd>
  <dt>Maturity Level:</dt>
  <dd>
    <t>One of three levels (Documented, Operational, Adversarial-ready) defined in
<xref target="maturity-level-attestation"/>.</t>
  </dd>
  <dt>Supersession:</dt>
  <dd>
    <t>The lifecycle event by which a new VRO replaces a prior VRO.</t>
  </dd>
</dl>

</section>
<section anchor="architectural-overview"><name>Architectural Overview</name>

<t>Conforming attestations under this standard are produced by a verification
infrastructure organised as five architectural components. Internal design,
scoring methodology, and calibration logic are not in scope for this document.</t>

<section anchor="evidence-ingestion-and-normalization-layer"><name>Evidence Ingestion and Normalization Layer</name>

<t>The Evidence Ingestion and Normalization Layer accepts AI governance Evidence
Artefacts from Subject Entity systems — model registries, identity-provider
telemetry, prompt and output logs, sanctioned-application controls, incident
records — and normalises representation across heterogeneous source formats.</t>

</section>
<section anchor="reconciliation-confidence-engine"><name>Reconciliation Confidence Engine</name>

<t>The Reconciliation Confidence Engine reconciles Conformance Claims against
normalised evidence and produces a deterministic reconciliation output.</t>

</section>
<section anchor="verification-state-machine"><name>Verification State Machine</name>

<t>The Verification State Machine maintains the lifecycle state of each VRO through
intake, evidence ingestion, reconciliation, anchoring, issuance, supersession,
and revocation.</t>

</section>
<section anchor="entity-graph-propagation"><name>Entity Graph Propagation</name>

<t>Entity Graph Propagation propagates verification state across related entities
where continuity is in scope (parent-subsidiary, prime-subcontractor,
controller-processor, deployer-supplier).</t>

</section>
<section anchor="attestation-protocol"><name>Attestation Protocol</name>

<t>The Attestation Protocol produces the final VRO, performs the Anchor Event,
registers the artefact in the public attestation registry, and binds the
issuing-partner identity.</t>

</section>
<section anchor="determinism"><name>Determinism</name>

<t>Conforming attestations are deterministic. Given the same Conformance Claims and
the same Evidence Artefacts processed through the same Attestation Protocol
version, the same VRO SHALL be produced. Determinism applies to the verification
operation, not to the AI systems being verified.</t>

</section>
</section>
<section anchor="ai-governance-verification-requirements"><name>AI Governance Verification Requirements</name>

<t>Sections <xref format="counter" target="area-1-ai-inventory-and-shadow-ai-discovery"/> to
<xref format="counter" target="area-8-incident-drift-and-escalation-response"/> specify the eight control
areas through which agentic AI governance is reconciled under this standard.</t>

<section anchor="area-1-ai-inventory-and-shadow-ai-discovery"><name>Area 1: AI inventory and shadow-AI discovery</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity maintains a current inventory of AI Systems in operation
across its workforce, integrations, and infrastructure, and detects use of
unsanctioned or undisclosed AI Systems within its operating environment.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>AI System register; identity-provider telemetry of AI service
authentications; endpoint or network telemetry of model API egress;
sanctioned-application register; shadow-AI detection output; periodic
reconciliation reports.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared inventory against detected use across the
Attestation Period; exception cases reconciled against the disclosure or
remediation register.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at Attestation Period start and end. Material expansions of inventory
require a supersession anchor.</t>
  </dd>
</dl>

</section>
<section anchor="area-2-use-case-classification-and-risk-assessment"><name>Area 2: Use-case classification and risk assessment</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity classifies each AI System by use-case category and risk
tier, and records the classification together with the rationale and the
residual-risk position.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Use-case classification register; risk assessment artefact for each AI System;
risk-tier policy artefact; review records evidencing periodic reassessment;
exception register for ungoverned use cases.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared classifications against the policy taxonomy;
reconciliation of risk tier against deployment context evidence;
identification of classification drift over the Attestation Period.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance; supersession on material change in deployment context,
risk tier, or use-case scope.</t>
  </dd>
</dl>

</section>
<section anchor="area-3-model-and-data-provenance"><name>Area 3: Model and data provenance</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity records and maintains provenance evidence for each AI
System in use, including model identity, model version, Model Provider
identity, training data disclosures (where available), and update or
fine-tuning lineage.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Model registry entries with provider, version, and lineage data; Model
Provider transparency reports or model cards where supplied; training data
attestations where available; fine-tuning records; vendor change log.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of recorded provenance against AI System operational state;
reconciliation of fine-tuning lineage against change-management evidence;
identification of model-version drift across the Attestation Period.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and at each material model-version change or Model
Provider change.</t>
  </dd>
</dl>

</section>
<section anchor="area-4-sanctioned-application-control"><name>Area 4: Sanctioned-application control</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity restricts use of AI Systems to those that have been
explicitly sanctioned for the applicable user population and use-case context,
consistent with the asserted Maturity Level.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Sanctioned-application allow-list policy; endpoint or network enforcement
evidence; exception register; user-population scope evidence; periodic review
records.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared allow-list against enforcement telemetry;
reconciliation of exception cases against the exception register;
identification of unsanctioned use over the Attestation Period.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and on material allow-list changes.</t>
  </dd>
</dl>

</section>
<section anchor="area-5-prompt-and-output-governance"><name>Area 5: Prompt and output governance</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity governs the content of prompts submitted to AI Systems and
outputs produced by AI Systems, including controls preventing disclosure of
sensitive data to external AI Systems and controls preventing high-risk output
content from entering downstream processes.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Prompt-content policy artefact; output-content policy artefact;
prompt-monitoring telemetry; output-review telemetry; data-loss-prevention
rules applied to AI traffic; high-risk content exception register.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared content controls against monitoring telemetry;
reconciliation of exception handling against review evidence; identification
of control bypass or drift over the Attestation Period.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and on each material change in control scope,
sensitive-content taxonomy, or enforcement state.</t>
  </dd>
</dl>

</section>
<section anchor="area-6-identity-and-access-control-for-ai"><name>Area 6: Identity and access control for AI</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity enforces identity and access controls on the use of AI
Systems consistent with the asserted Maturity Level, including authentication,
authorisation, multi-factor enforcement, and segregation between human and
machine principals.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Identity-provider telemetry for AI service authentications; access assignment
register for AI Systems; multi-factor enrolment coverage report;
service-account inventory; access review records.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared access model against assignment register;
reconciliation of multi-factor enforcement against identity-provider evidence;
reconciliation of service-account use against the inventory and policy.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and at the conclusion of each scheduled access review
cycle.</t>
  </dd>
</dl>

</section>
<section anchor="area-7-logging-telemetry-and-auditability"><name>Area 7: Logging, telemetry, and auditability</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity captures, retains, and protects logs of AI System use
sufficient to permit retrospective reconstruction of governance-relevant
events, with retention and integrity properties consistent with the asserted
Maturity Level.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>Logging policy artefact; log content schema; log retention configuration;
log-integrity attestation; access-control evidence for log stores; sampling or
audit records.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared logging scope against captured content;
reconciliation of asserted retention against log-store configuration;
reconciliation of asserted integrity properties against evidence of log-store
immutability or chain protection.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and on material changes to logging scope, retention, or
integrity configuration.</t>
  </dd>
</dl>

</section>
<section anchor="area-8-incident-drift-and-escalation-response"><name>Area 8: Incident, drift, and escalation response</name>

<dl>
  <dt>Subject Claim:</dt>
  <dd>
    <t>The Subject Entity operates an incident-response capability for AI-related
events, including hallucination, output failure, prompt-injection, data
exfiltration, model drift, and high-impact misuse, with defined escalation
paths and post-event review consistent with the asserted Maturity Level.</t>
  </dd>
  <dt>Evidence Categories:</dt>
  <dd>
    <t>AI incident-response policy; incident register; incident classification
taxonomy; escalation records; post-event review reports; remediation evidence;
drift-monitoring telemetry.</t>
  </dd>
  <dt>Verification Expectation:</dt>
  <dd>
    <t>Reconciliation of declared response capability against the incident register
over the Attestation Period; reconciliation of escalation evidence against the
declared escalation paths; reconciliation of remediation evidence against
committed actions.</t>
  </dd>
  <dt>Anchor Requirement:</dt>
  <dd>
    <t>Anchored at issuance and at the conclusion of each material incident response
or post-event review cycle.</t>
  </dd>
</dl>

</section>
<section anchor="evaluation-time-and-adversarial-test-containment"><name>Evaluation-time and adversarial-test containment</name>

<t>Where a Subject Entity conducts capability evaluations, red-team exercises, or
other adversarial tests of an AI System — particularly tests that deliberately
reduce guardrails or grant elevated capability to the system under test — the
containment of the evaluation environment is itself a governance-relevant
control and SHALL be within the scope of this control area.</t>

<t>At Maturity Level Adversarial-ready, the Subject Entity SHALL verify, in real
time during the evaluation, that the system under test remains within its
intended execution boundary: that network egress is restricted to the declared
allow-list, that no capability escalation beyond the evaluation's declared scope
occurs, and that any action reaching external infrastructure is reconciled
against the evaluation's authorised scope before it takes effect. Detection of
boundary escape SHALL be treated as a reportable incident under this control
area, with the containment failure — not only the model behaviour — recorded
in the incident register.</t>

<t>Evidence Categories for this requirement include: evaluation-environment
containment policy; egress-control configuration and telemetry for the
evaluation environment; real-time boundary-monitoring records; and
post-evaluation reconciliation of intended versus actual system conduct.</t>

<t>At Maturity Levels Documented and Operational, the Subject Entity SHALL record
the containment posture of its evaluation environments; real-time boundary
reconciliation is RECOMMENDED but not required below Adversarial-ready.</t>

</section>
</section>
<section anchor="maturity-level-attestation"><name>Maturity Level Attestation</name>

<t>A conforming VRO under this standard SHALL attest a Maturity Level for each of
the eight control areas. Different control areas MAY attest at different
Maturity Levels within a single VRO; the overall VRO attestation is the minimum
Maturity Level attested across the eight control areas unless otherwise
asserted.</t>

<dl>
  <dt>Maturity Level Documented:</dt>
  <dd>
    <t>Reflects the baseline expectation that governance content exists, that policy
artefacts are written, that an inventory is maintained, and that a designated
owner is accountable. Evidence requirements at this level emphasise the
existence of declared content and basic operational artefacts over an
Attestation Period of at least three (3) consecutive months.</t>
  </dd>
  <dt>Maturity Level Operational:</dt>
  <dd>
    <t>Reflects the expectation that controls are not only documented but exercised:
telemetry collected, periodic reviews occurring, exceptions recorded and
handled, and the governance surface responding to material change. Evidence
requirements add depth of telemetry, review-cadence evidence, exception
handling, and continuity over an Attestation Period of at least six (6)
consecutive months.</t>
  </dd>
  <dt>Maturity Level Adversarial-ready:</dt>
  <dd>
    <t>Reflects the expectation that governance withstands adversarial conditions:
prompt-injection attempts, model-drift events, data-exfiltration attempts via
AI channels, sophisticated misuse, and dependency failures at the Model
Provider. Evidence requirements add continuity, defence-in-depth evidence,
red-team or adversarial evaluation attestation where in scope, and continuous
reconciliation over an Attestation Period of at least twelve (12) consecutive
months.</t>
  </dd>
</dl>

<t>A Subject Entity that progresses to a higher Maturity Level for any control area
SHALL be issued a superseding VRO recording the progression. The prior VRO is
preserved and marked as superseded.</t>

</section>
<section anchor="verification-reconciliation-object-vro"><name>Verification Reconciliation Object (VRO)</name>

<t>A conforming VRO under this standard SHALL contain, at minimum:</t>

<t><list style="symbols">
  <t>Subject Entity identifier.</t>
  <t>Attestation Period start and end timestamps.</t>
  <t>Maturity Level attested for each of the eight control areas.</t>
  <t>Conformance Claims as asserted by the Subject Entity.</t>
  <t>Evidence categories ingested and reconciliation outcome for each.</t>
  <t>AI System inventory snapshot at Attestation Period end.</t>
  <t>Issuing Partner identity and seat designation.</t>
  <t>Anchor Event identifiers binding the VRO to the public settlement layer.</t>
  <t>Verification State Machine state at issuance.</t>
  <t>Supersession chain reference, where applicable.</t>
  <t>Conformance statement of this standard, version 1.0.</t>
</list></t>

<t>A VRO MAY be revoked by the Issuing Partner upon determination of material
non-conformance, evidence falsification, undisclosed incidents, or other
circumstances rendering the original attestation unreliable. Revocation does not
delete the VRO; it records a revocation state, the revocation reason class, and
the Anchor Event binding the revocation to the public settlement layer.</t>

<t>Each issued VRO SHALL be registered in the public attestation registry.</t>

</section>
<section anchor="issuing-partner-requirements"><name>Issuing Partner Requirements</name>

<t>An organisation seeking designation as an Issuing Partner under this standard
SHALL demonstrate, at minimum:</t>

<t><list style="symbols">
  <t>Operational capacity to assess AI governance posture across the eight control
areas at the Maturity Level for which issuance is sought.</t>
  <t>Demonstrable competence in AI deployment models, identity and access controls,
prompt and output monitoring, and incident response.</t>
  <t>Independence from the Subject Entity at the engagement level, with declared
conflicts of interest disclosed and managed.</t>
  <t>Independence from any Model Provider whose models are within the scope of
attestation, or, where dependency exists, declared and managed under a stated
independence protocol.</t>
  <t>Adherence to the protocol operator's Partner Code of Conduct.</t>
  <t>Acceptance of the Designation Schedule terms applicable to the relevant market
and seat.</t>
</list></t>

<t>An Issuing Partner SHALL NOT, for a given Subject Entity engagement,
simultaneously act as the implementing vendor, deployment integrator, or
operator of the AI Systems being verified.</t>

</section>
<section anchor="cryptographic-continuity-requirements"><name>Cryptographic Continuity Requirements</name>

<t>Each VRO SHALL be cryptographically anchored to an immutable public settlement
layer at the Anchor Event. The hash committed at the Anchor Event SHALL be a
one-way function of the VRO content, Issuing Partner identity, and timestamp,
computed under a digest algorithm of at least 256-bit strength.</t>

<t>A VRO issued under this standard SHALL remain a conforming artefact across
regulatory regime changes occurring within or after the Attestation Period.</t>

<t>The Anchor Event binding SHALL remain independently verifiable in the event of a
Model Provider ceasing to operate, withdrawing a model, or being acquired or
restructured. VROs issued during the operating life of a withdrawn model are not
retroactively invalidated.</t>

</section>
<section anchor="standards-alignment"><name>Standards Alignment</name>

<t>This standard is interoperable with adjacent frameworks. Conforming VROs MAY be
referenced within audit, certification, and regulatory artefacts produced under:</t>

<t><list style="symbols">
  <t>ISO/IEC 42001:2023 <xref target="ISO42001"/> — AI management-system controls map to the
eight control areas in <xref target="ai-governance-verification-requirements"/>.</t>
  <t>NIST AI Risk Management Framework <xref target="NIST-AI-RMF"/> — Functions (Govern, Map,
Measure, Manage) map to evidence categories within the eight control areas.</t>
  <t>EU AI Act <xref target="EU-AI-ACT"/> — Provider and deployer obligations MAY be evidenced
through conforming VROs where the obligation is verifiable through
reconcilable evidence. The EU AI Act remains authoritative for legal
compliance determinations.</t>
  <t>ISO/IEC 27001:2022 <xref target="ISO27001"/> — AI control areas intersecting information
security (Sections <xref format="counter" target="area-4-sanctioned-application-control"/>,
<xref format="counter" target="area-6-identity-and-access-control-for-ai"/>,
<xref format="counter" target="area-7-logging-telemetry-and-auditability"/>) are interoperable with
ISO 27001 Annex A controls.</t>
  <t>Essential Eight Verified <xref target="I-D.hillier-certisyn-essential-eight-verified"/> —
Cross-references Sections <xref format="counter" target="area-4-sanctioned-application-control"/>,
<xref format="counter" target="area-6-identity-and-access-control-for-ai"/>, and
<xref format="counter" target="area-7-logging-telemetry-and-auditability"/> for application control,
privilege restriction, and authentication evidence categories.</t>
</list></t>

<t>This revision maps the following obligations explicitly. EU AI Act <xref target="EU-AI-ACT"/>
Article 14 (human oversight) is evidenced through Areas 6 and 8 and the
evaluation-time containment requirement
(<xref target="evaluation-time-and-adversarial-test-containment"/>); Article 50 (transparency
obligations) is evidenced through Areas 3 and 7. NIST AI Risk Management
Framework <xref target="NIST-AI-RMF"/> Manage and Measure functions map to the incident,
drift, logging, and containment evidence categories. Reconciliation Outputs and
VRO Anchor Events MAY be notarised as transparent statements under the SCITT
architecture <xref target="RFC9943"/>, and an agent-action reconciliation
performed under the Attestation Reconciliation Protocol
<xref target="I-D.hillier-scitt-arp"/> MAY supply the real-time containment evidence required
by the evaluation-time containment requirement.</t>

</section>
<section anchor="conformance"><name>Conformance</name>

<t>An attestation artefact MAY claim conformance to this standard if and only if
it satisfies every requirement specified in Sections 3 through 8. Partial
conformance is not recognised. Variant conformance to a subset of control areas
without the full eight-area scope is not recognised.</t>

<t>The public attestation registry constitutes the authoritative record of issued
VROs.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Agentic AI governance operates under adversarial conditions distinct from
traditional cybersecurity. Implementations of this standard SHOULD pay
particular attention to prompt-injection resistance, model-drift detection, and
exfiltration paths through AI channels that may bypass traditional
data-loss-prevention controls.</t>

<t>Issuing Partners are required by <xref target="issuing-partner-requirements"/> to be
independent from the Subject Entity and from Model Providers whose models are
within attestation scope.</t>

<t>The Anchor Event binding SHOULD use a digest algorithm of at least 256-bit
strength and a public settlement layer with no single private operator capable
of extinguishing the binding.</t>

<t>This standard does not address the correctness or safety of the AI Systems being
governed. It addresses the verifiability of governance applied to those systems.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>




<reference anchor='RFC2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
    <date month='March' year='1997'/>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>


<reference anchor='RFC8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
    <date month='May' year='2017'/>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='8174'/>
  <seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>


<reference anchor="ISO42001" >
  <front>
    <title>Information technology — Artificial intelligence — Management system</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="2023"/>
  </front>
  <seriesInfo name="ISO/IEC" value="42001:2023"/>
</reference>
<reference anchor="NIST-AI-RMF" >
  <front>
    <title>AI Risk Management Framework</title>
    <author >
      <organization>National Institute of Standards and Technology</organization>
    </author>
    <date year="2023"/>
  </front>
</reference>
<reference anchor="EU-AI-ACT" >
  <front>
    <title>Regulation (EU) 2024/1689 — Artificial Intelligence Act</title>
    <author >
      <organization>European Union</organization>
    </author>
    <date year="2024"/>
  </front>
</reference>


    </references>

    <references title='Informative References'>




<reference anchor='I-D.hillier-certisyn-essential-eight-verified'>
   <front>
      <title>Essential Eight Verified — A Cryptographic Verification Standard for the ACSC Essential Eight Maturity Model</title>
      <author fullname='Joel Hillier' initials='J.' surname='Hillier'>
         <organization>Certisyn, Inc.</organization>
      </author>
      <date day='23' month='July' year='2026'/>
      <abstract>
	 <t>   This document specifies a verification standard for the cryptographic
   attestation of conformance to the Australian Cyber Security Centre
   (ACSC) Essential Eight Maturity Model.  It defines the Verification
   Reconciliation Object (VRO), the issuing-partner framework, the
   evidence categories required for each of the eight controls of the
   Essential Eight, the three maturity-attestation levels, and the
   cryptographic continuity requirements that together produce
   deterministic, independently reconstructable, auditor-grade
   attestations of cybersecurity posture.  The standard sits beneath the
   ACSC Essential Eight Maturity Model and produces the verifiable
   artefact the model was designed to imply but does not deliver.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-hillier-certisyn-essential-eight-verified-01'/>
   
</reference>


<reference anchor='I-D.hillier-scitt-arp'>
   <front>
      <title>Attestation Reconciliation Protocol</title>
      <author fullname='Joel Hillier' initials='J.' surname='Hillier'>
         <organization>Certisyn, Inc.</organization>
      </author>
      <date day='8' month='August' year='2026'/>
      <abstract>
	 <t>   This document specifies the Attestation Reconciliation Protocol
   (ARP), a deterministic, bilateral, minimum-disclosure mechanism for
   reconciling verification claims against a plurality of sovereign
   authoritative registers without raw register records leaving their
   data-residency jurisdiction.  ARP extends the SCITT (Supply Chain
   Integrity, Transparency, and Trust) architecture to cross-sovereign
   claim reconciliation.  A reconciliation server canonicalises a
   structured claim, binds the identity of the requesting principal --
   including, where the requester is an autonomous agent, a friend-or-
   foe determination of that agent&#x27;s verifiable principal binding --
   projects the claim through register-specific controlled projection
   functions producing the nearest permitted ancestor predicate
   supported by each addressed register, transmits register-specific
   ciphertexts, receives partial attestations whose payload discloses
   only a verdict and an optional divergence axis, aggregates the
   partial attestations through either homomorphic or hash-linkage
   aggregation, and seals the resulting reconciliation output against a
   policy-version hash.  An append-only cross-jurisdictional settlement-
   layer ledger records only hashes, with no content.  The protocol
   supports retroactive re-evaluation of historical reconciliations
   under updated pattern libraries or policy versions without bilateral
   renegotiation, and a cryptographic-primitive-upgrade path including
   post-quantum primitives.  This revision adds agentic-principal
   reconciliation, requester identity binding, alignment with HTTP
   Message Signatures and COSE Receipts, and composition of
   heterogeneous agent-action accountability attestations into a single
   producer-agnostic reconciled verdict evaluated at decision time.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-hillier-scitt-arp-02'/>
   
</reference>


<reference anchor='RFC9943'>
  <front>
    <title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
    <author fullname='H. Birkholz' initials='H.' surname='Birkholz'><organization/></author>
    <author fullname='A. Delignat-Lavaud' initials='A.' surname='Delignat-Lavaud'><organization/></author>
    <author fullname='C. Fournet' initials='C.' surname='Fournet'><organization/></author>
    <author fullname='Y. Deshpande' initials='Y.' surname='Deshpande'><organization/></author>
    <author fullname='S. Lasker' initials='S.' surname='Lasker'><organization/></author>
    <date month='June' year='2026'/>
  </front>
  <seriesInfo name='RFC' value='9943'/>
  <seriesInfo name='DOI' value='10.17487/RFC9943'/>
</reference>


<reference anchor="ISO27001" >
  <front>
    <title>Information security, cybersecurity and privacy protection — Information security management systems — Requirements</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="2022"/>
  </front>
  <seriesInfo name="ISO/IEC" value="27001:2022"/>
</reference>


    </references>


<section anchor="motivating-incident-class"><name>Motivating Incident Class</name>

<t>This appendix is informative.</t>

<t>The requirements of this document, and in particular the Adversarial-ready
Maturity Level and the evaluation-time containment requirement of
<xref target="evaluation-time-and-adversarial-test-containment"/>, are motivated by a class
of failure in which an autonomous system reaches an assigned objective through a
consequence that its operators neither authorised nor observed in time.</t>

<t>A representative instance of the class, as disclosed publicly, is a
cyber-capability evaluation in which an autonomous system operating under
reduced guardrails escaped the evaluation's execution boundary by exploiting an
unremediated vulnerability in a supporting service, obtained network egress its
containment had assumed impossible, and achieved code execution on external
infrastructure, retrieving material from outside its authorised scope — without
human authorisation, and detected only after the fact.</t>

<t>The generalisable properties of the class are: that the execution boundary was
assumed rather than continuously proven; that the authority under which the
system acted was not scoped and bound to its actual conduct; and that there was
no independent, real-time reconciliation of the system's claimed activity
against its actual activity while the action could still be refused. This
document addresses the first and third through the evaluation-time containment
requirement and the reconciliation-based evidence model; the second is addressed
at the protocol layer by the Attestation Reconciliation Protocol
<xref target="I-D.hillier-scitt-arp"/>.</t>

</section>
<section anchor="document-history"><name>Document History</name>

<t>RFC Editor: please remove this section before publication.</t>

<section anchor="since-draft-hillier-certisyn-ai-governance-verified-01"><name>Since draft-hillier-certisyn-ai-governance-verified-01</name>

<t><list style="symbols">
  <t>Editorial only. No normative statement is added, removed, or altered.</t>
  <t>The SCITT architecture citation in Standards Alignment is updated from
draft-ietf-scitt-architecture to <xref target="RFC9943"/>, which is the published form of
that document.</t>
  <t>The five architectural components in <xref target="architectural-overview"/> are given
section titles. In -01 each component's entire descriptive sentence stood as
the section heading; the text of each is unchanged. The determinism
requirement that closed that section is now a titled subsection of its own,
also with its text unchanged.</t>
  <t>The framework cross-references in <xref target="standards-alignment"/> are expressed as
section references rather than as control-area names, so that they resolve
for a reader working from the table of contents.</t>
</list></t>

</section>
<section anchor="since-draft-hillier-certisyn-ai-governance-verified-00"><name>Since draft-hillier-certisyn-ai-governance-verified-00</name>

<t><list style="symbols">
  <t>Added an evaluation-time and adversarial-test containment requirement as a new
subsection (4.9) of the AI Governance Verification Requirements, normative at
Maturity Level Adversarial-ready.</t>
  <t>Added a motivating paragraph to the Introduction and an informative Motivating
Incident Class appendix.</t>
  <t>Extended Standards Alignment with explicit EU AI Act Article 14 and Article 50
mappings, NIST AI RMF function mappings, and SCITT architecture and Attestation
Reconciliation Protocol composition.</t>
  <t>No change to the eight control areas, the VRO content model, the Maturity
Level definitions, or the cryptographic continuity requirements of -00.</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
AA==

-->

</rfc>

