Pillar Guide

What is AI Attestation?

A practical guide to signed operational records: what a verifier can check about a scoped control claim, and what signatures cannot establish about truth, coverage, effectiveness, safety, or compliance.

18 min read 3,200+ words
Joe Braidwood
Joe Braidwood
CEO, GLACIS
18 min read

Executive Summary

AI attestation is the practice of creating signed, tamper-evident records asserting that named controls ran with stated parameters and outcomes on covered AI operations. A verifier can check whether covered fields changed and whether the signature matches a disclosed key. Those checks do not by themselves establish that the claim is true, the control was effective, or every operation was covered.

This matters because policies, configurations, monitoring, and signed operational records answer different questions. EU AI Act Article 12 addresses automatic logging and traceability for high-risk systems. Colorado’s revised law (SB 26-189, operative January 1, 2027) requires records and disclosures for covered automated decision-making technology. HIPAA includes audit-control requirements. A signed record may contribute evidence, but it does not itself establish that any framework or law has been satisfied.

The gap between intended policy and actual operation is a recurring assurance problem. Attestation can narrow that gap by producing signed records on configured paths, provided reviewers also examine source truth, signer provenance, key custody, coverage, exclusions, and deployment architecture.

Scoped
Named paths and exclusions
Signed
Integrity and key attribution
Art. 12
EU AI Act requirement
Public
Verification procedure

In This Guide

What is AI Attestation?

AI attestation is the process of generating cryptographic, tamper-evident records that assert which named controls ran, when they reportedly ran, which parameters are covered, and what outcomes were recorded during a scoped AI operation. A valid signature supports record integrity and attribution to a key; it does not by itself prove the event occurred as claimed or that the control operated correctly.

The concept draws from established practices in software supply-chain security, where frameworks such as SLSA (Supply-chain Levels for Software Artifacts) and in-toto use signed statements about build provenance. AI attestation applies a similar record pattern to operation: it signs bounded claims about configured events rather than explaining model reasoning or establishing overall system behavior.

The Core Promise

Traditional AI compliance relies on three pillars: policies (what should happen), configurations (what is set up), and logs (what was recorded). Each has a fundamental weakness:

AI attestation addresses a narrower gap: it can make a signed claim about which control was invoked, what outcome was recorded, and when. Signature and chain checks can expose later alteration of covered fields. They do not prove the control was correctly designed, that every action was captured, or that the overall system was safe or compliant.

Formal Definition

An AI attestation is a cryptographically-signed, timestamped record asserting that a specific AI control or set of controls ran with defined parameters and reported defined outcomes during a specific covered operation. The attestation:

The Verification Vacuum

AI attestation matters now because AI compliance has a structural problem that policies, configurations, and logs do not solve between them. Call it the verification vacuum.

Consider a healthcare AI system processing patient data. The organization has:

Now an auditor asks: “For the 50,000 patient interactions last month, can you prove PHI was de-identified before reaching the LLM for each one?”

The organization cannot answer from those artifacts alone. The logs show the de-identification service was called, but not that it succeeded for every field. The configuration shows de-identification is enabled, but a bug could have bypassed it. The policy describes intent rather than the result of a specific operation.

This is the verification vacuum: the gap between what an organization says its AI system should do and the bounded evidence it can produce about actual operation.

Why Traditional Approaches Fail

Approach What It Shows What It Does Not Establish
Policy documentation What should happen That it actually happened
Configuration screenshots Controls are enabled Controls executed for each request
Standard application logs Events were recorded Logs weren’t modified; no gaps exist
Periodic audits Sample compliance at audit time Compliance between audits
Vendor certifications Vendor has controls Your specific deployment works correctly

What Regulators Now Expect

The verification vacuum matters more as regulations mature. EU AI Act Article 12 requires high-risk AI systems to support automatic recording of events and traceability. Whether a particular logging or attestation design satisfies applicable obligations depends on the system, its classification, implementation, and legal analysis; a signature alone does not answer that question.

Similarly, when enterprise customers send AI security questionnaires asking “How do you ensure PII is protected in AI processing?” they increasingly want evidence, not assurances. The answer “we have a policy” is no longer sufficient.

How AI Attestation Works

AI attestation systems can operate alongside configured AI controls and record stated outcomes. A representative technical flow follows; exact fields, timing, and trust boundaries depend on the deployment.

Step 1: Control Execution Observation

When a request follows a configured path, controls may run: content filters, PII detectors, guardrails, bias checks, or consent verifiers. The attestation component can capture selected fields reported by that path:

Step 2: Attestation Record Creation

The observed data is assembled into an attestation record. This record is then:

When each attestation includes the hash of a previous record, changes to covered fields or links within the presented sequence become detectable. A chain does not show that an event omitted before signing ever existed, and deletion detection depends on retained records, expected sequence information, or an external commitment.

Step 3: Storage and Verification

Attestation records are stored in tamper-evident storage. When verification is needed (audit, customer request, regulatory inquiry), the chain can be validated:

Verification lets a reviewer check supported signatures, covered fields, timestamps, and chain links against disclosed keys or time sources. Those checks reduce reliance on an editable narrative; they do not eliminate trust in key custody, source systems, signer honesty, scope declarations, or organizational relationships.

Attestation vs. Logging vs. Monitoring

AI attestation is often confused with logging and monitoring. While related, they serve fundamentally different purposes.

Capability Logging Monitoring Attestation
Primary purpose Record events Observe system state Record a signed control claim
Timing After the event or near-real-time, depending on implementation Often near-real-time; implementation-dependent When configured instrumentation emits the signed claim; reported execution time requires separate timing evidence
Tamper resistance Implementation-dependent; append-only storage, WORM, signatures, or access controls may be used Implementation-dependent; integrity controls may be available Changes to supported signed fields are detectable
Third-party verifiable Possible with scoped exports and supporting trust evidence Possible with scoped exports and supporting trust evidence Yes, for supported signature and integrity checks; source truth remains separate
Audit readiness Depends on retention, identity, integrity, and scope Depends on retained history and export controls Scoped operational record with disclosed trust assumptions
Coverage Configurable Configured events, traces, or sampled metrics Configured controls on covered paths

Why Logs Aren’t Enough

Organizations often say, “We already log everything, isn’t that sufficient?” Consider what an auditor examining those logs has to accept on faith:

With attestation, an auditor can independently test signatures and chain links instead of accepting record integrity solely on assertion. The auditor must still assess whether the records are complete, whether the source claims are truthful, and whether the control was effective.

Why S3 Object Lock Isn’t Enough

Some organizations use WORM (Write Once Read Many) storage such as S3 Object Lock as part of an evidence architecture. Its retention controls address a different set of properties from signed operational attestation.

Properly configured WORM storage can make later modification of stored logs detectable or prohibited under its retention controls. It does not establish:

An attestation component can sign a claim as a configured event is reported. WORM storage protects a stored record under its configured retention controls. The two are complementary but neither establishes source truth or complete coverage on its own.

What Control Claims You Can Record

AI attestation can record claims and reported outcomes for controls integrated into the covered path. The meaning of each field depends on the control and source system. Common categories include:

Data Privacy Controls

  • PII detector reported a result
  • De-identification step reported completion
  • Data-masking policy and outcome recorded
  • Consent check reported an outcome
  • Selected routing decision recorded

Safety Controls

  • Content-filter decision recorded
  • Guardrail reported an outcome
  • Configured block decision recorded
  • Prompt-injection classifier result recorded
  • Safety-classifier invocation claimed

Fairness Controls

  • Bias-check result recorded
  • Reported fairness metrics captured
  • Protected-attribute handling claim recorded
  • Disparate-impact evaluation reported
  • Model-card check reported an outcome

Governance Controls

  • Declared model version recorded
  • Configuration-hash comparison recorded
  • Human-review trigger outcome recorded
  • Access-control decision recorded
  • Audit-record creation reported

Regulatory Drivers

Multiple regulatory frameworks address logging, traceability, documentation, monitoring, and audit controls. Scoped signed records may contribute to an evidence package, but no attestation format is automatically necessary or sufficient for compliance.

EU AI Act Article 12: Logging and Traceability

Article 12 of the EU AI Act requires high-risk AI systems to have “automatic recording of events (’logs’)” that enable:

Article 12 specifies capabilities and content for logging high-risk AI systems. Signed operational records may support integrity and traceability for selected fields, but satisfying Article 12 depends on the applicable system, required log content, lifecycle processes, and legal assessment. A receipt on its own does not settle it.

Deadline: the AI Omnibus entered into force on July 27, 2026. Relevant high-risk obligations apply from December 2, 2027 for Annex III systems and August 2, 2028 for Annex I product-embedded systems.

Colorado: Automated Decision-Making Technology (SB 26-189)

Colorado’s original AI Act (SB 24-205) was repealed and replaced before it took effect. Governor Polis signed SB 26-189, the Automated Decision-Making Technology Act, on May 14, 2026; its substantive obligations commence January 1, 2027. The earlier “June 30, 2026” date and the “high-risk AI system” framework no longer apply. The law now regulates covered automated decision-making technology (ADMT), meaning technology used to materially influence a consequential decision in domains such as employment, housing, lending, insurance, health-care services, and education. Under SB 26-189, developers and deployers must keep records (retained at least three years) and provide disclosure, including:

The earlier reasonable-care duty against algorithmic discrimination, mandatory risk-management programs, and annual impact assessments were not carried into SB 26-189. When consumers exercise applicable rights, scoped operational records may contribute to an account of how a covered interaction was handled; they do not establish legal compliance or control effectiveness on their own.

HIPAA: Audit Controls for AI Processing PHI

HIPAA’s Security Rule (45 CFR 164.312(b)) requires “hardware, software, and/or procedural mechanisms that record and examine activity in information systems that contain or use electronic protected health information.”

When AI systems process electronic protected health information, an evidence review may examine whether the deployment can account for claims such as:

Neither a traditional log nor a signature alone establishes that de-identification succeeded. A stronger evidence package can combine scoped signed records with control validation, test results, data-flow review, and coverage accounting.

NIST AI RMF: Continuous Monitoring

The NIST AI Risk Management Framework recommends organizations “continuously monitor AI systems for changes that may impact trustworthiness” and maintain “documentation of AI system behavior.”

The framework’s Govern function addresses documentation and accountability structures. Attestation can be one technical input to that work; it does not satisfy the framework or establish trustworthiness by itself.

Deployment Modes

Organizations implementing GLACIS attestation choose between two deployment modes based on their AI architecture:

Sidecar Mode (Inside Your VPC)

GLACIS can run as a sidecar or embedded component alongside AI workloads inside the operator’s infrastructure. The evidence scope is limited to the configured paths that pass through that component; deployment review must identify any paths that bypass it.

When to use:

Pros: Local control execution, an explicit evidence boundary, and deployment-specific visibility into configured paths

Cons: Requires infrastructure integration, deployment complexity

Proxy Mode (External)

GLACIS can deploy as a proxy at a defined chokepoint. This is suitable only when the relevant AI interactions are routed through that point and the team can identify and monitor bypass paths.

When to use:

Pros: A simpler integration surface and a clearly defined control boundary for routed traffic

Cons: Covers less of a distributed internal system, and depends on network routing

Core principle: configured supervision and evidence

On configured, routed paths, GLACIS can connect an intended rule to a selected control decision, such as allow, block, or escalate, and preserve a signed report of the covered event. That scope must be tested: neither deployment mode eliminates bypass paths, proves complete capture, or establishes that the control was effective.

Key Implementation Considerations

Latency Budget

Control evaluation, signing, persistence, and network placement can each add latency. Measure the actual deployment against its SLA; an asynchronous record may reduce response-path latency but cannot provide synchronous blocking for that event.

Key Management

Attestation signatures require cryptographic keys. Key compromise undermines all attestations signed with that key. Plan for key rotation, hardware security modules (HSMs), and key recovery procedures.

Storage Requirements

Each covered interaction may generate one or more attestation records. At scale, this can require significant storage. Plan for retention policies, archival, and efficient querying for audit responses.

Framework Mapping

Raw attestation records need interpretation. Configured mappings can relate fields to selected framework provisions, but they do not determine applicability or compliance.

Frequently Asked Questions

What is the difference between AI attestation and AI certification?

Certification and attestation answer different questions. A certification evaluates stated criteria and scope under its own assessment process. Operational attestation records signed claims about covered events. A valid signature does not prove the control worked or extend a certification beyond its stated scope; reviewers may use both alongside testing and other evidence.

Does AI attestation require blockchain?

No. Blockchain is one way to publish commitments, but signed records, hash links, and independently published anchors can provide targeted integrity checks without a blockchain. The guarantees depend on the exact protocol, retained data, keys, and threat model; different designs should not be treated as equivalent without analysis.

How much latency does AI attestation add?

Latency depends on signing, storage, network calls, anchoring, and whether the record is created synchronously. Asynchronous designs may reduce blocking latency but change when evidence exists and what a failure means. Measure the configured deployment against its own service-level objectives rather than relying on a universal figure.

Can AI attestation prove a negative (that something didn’t happen)?

Not from a receipt alone. A chain can expose some changes within the records presented, but it cannot reveal an operation that bypassed the covered path or was omitted before signing. A negative claim such as “no PHI reached the model without de-identification” needs a defined system boundary, complete routing evidence, validated controls, coverage accounting, and evidence that bypass paths were absent or monitored.

Is AI attestation only for high-risk AI systems?

No. Signed operational records can be useful wherever a reviewer needs a checkable account of covered actions. The appropriate evidence depends on consequence, data sensitivity, buyer requirements, deployment architecture, and applicable law. Attestation does not make a lower-risk system high-risk or certify that its controls work.

How do I start implementing AI attestation?

Start where AI already acts, with a bounded claim. Inventory the paths, identify the control and fields to record, name exclusions, define key custody and signer provenance, and decide how a reviewer will validate source truth and effectiveness beyond the signature. Then test coverage, retention, failure behavior, and the audit-response workflow before expanding.

What’s the cost of AI attestation?

Costs depend on event volume, signing and anchoring design, storage and retention, integration work, verification workflows, and any third-party service fees. Benchmark the proposed architecture with representative payloads and retention periods; there is no universal per-interaction figure.

Close the Verification Gap

GLACIS generates signed operational records for configured controls and covered paths. Use them as one input to customer, audit, and assurance review, alongside scope, testing, deployment evidence, and legal analysis.

See Continuous Attestation in Action

Related Guides