Subscribe to the Non-Human & AI Identity Journal

Attestation theatre

A control pattern where reviewers approve exported lists or static evidence because the live system cannot be reached. It creates the appearance of governance while leaving the underlying accounts, permissions, and lifecycle state unchanged.

Expanded Definition

Attestation theatre is a governance failure where evidence is reviewed as if it were proof of control, even though the live NHI environment cannot be validated directly. In practice, the organisation may approve exported spreadsheets, screenshots, ticket exports, or point-in-time reports while service accounts, API keys, and delegated permissions continue unchanged.

It is not the same as legitimate attestation. Real attestation checks whether a control is operating now, not whether someone can produce a document that appears complete. In NHI programs, this distinction matters because machine identities are often numerous, short-lived, and distributed across code, pipelines, vaults, and cloud control planes. The NIST Cybersecurity Framework 2.0 emphasises outcomes such as governance, access control, and continuous oversight, which are undermined when review evidence is detached from the live system.

Definitions vary across vendors, but the operational pattern is consistent: the review process exists, yet the evidence path is too static to confirm actual state. The most common misapplication is treating exported access lists as authoritative, which occurs when the system of record is not queried and stale privileges remain invisible.

Examples and Use Cases

Implementing attestation rigorously often introduces operational friction, requiring organisations to balance reviewer convenience against the cost of live verification and exception handling.

  • A quarterly access review approves a CSV export of service accounts, but the export excludes nested entitlements from a cloud role chain.
  • A security team signs off on screenshots from a secrets vault instead of checking whether expired tokens were actually revoked.
  • An auditor accepts a ticket trail showing offboarding intent, yet the API key used by an automation job still works in production.
  • A platform owner certifies least privilege based on an RBAC report, but the report was generated before recent pipeline changes and no longer reflects current permissions.
  • Teams rely on static evidence during a control review instead of validating live posture documented in the Ultimate Guide to NHIs, which leaves rotations and revocations unverified.

Attestation theatre is especially common when environments span multiple clouds or CI/CD systems and no single operator can safely query all active identities in one pass. A practical countermeasure is to require live pull-based verification or direct system access checks, aligned with the intent of continuous control validation described in the NIST Cybersecurity Framework 2.0.

Why It Matters in NHI Security

Attestation theatre creates false confidence around the exact assets that attackers most often exploit: service accounts, tokens, certificates, and automation credentials. When reviews are detached from execution reality, organisations can miss excessive privilege, dormant secrets, and failed offboarding, even while sign-off records show full compliance.

NHI Mgmt Group research shows that 91.6% of secrets remain valid five days after the targeted organisation is notified, a reminder that paper-based closure does not equal operational remediation. That gap is exactly where attestation theatre becomes dangerous: it can make unresolved exposure look like completed control execution. It also weakens Zero Trust efforts because trust decisions are based on documents instead of verified state.

Practitioners should treat any review that cannot confirm live lifecycle state as provisional, not authoritative, and require evidence that is anchored to the running identity system. Organisations typically encounter the cost of attestation theatre only after a secrets leak, privilege abuse, or failed offboarding exposes the discrepancy, at which point the control failure becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Attestation theatre hides live NHI exposure behind static evidence and weak review.
NIST CSF 2.0 GV.RM Governance and risk management require evidence that reflects real control state, not stale exports.
NIST Zero Trust (SP 800-207) AC-6 Zero Trust depends on verified access decisions, which static attestations cannot provide.
NIST SP 800-63 IAL2 Identity assurance breaks down when approval evidence is disconnected from the real entity state.
CSA MAESTRO Agentic environments need operational checks on delegated authority, not static compliance artifacts.

Validate active NHI state directly and reject attestations that cannot prove current control operation.