Blog · AI Governance

AI Risk Register Best Practices: Audit-Ready, Agentless

AETHER Pulse·29 July 2026·15 min read

AI Risk Register Best Practices: Audit-Ready, Agentless

Professional reviewing AI risk register documents

Every per-system AI risk register entry needs a fixed schema, named owners, mandatory event-driven triggers, and tamper-evident evidence links before your next regulatory examination. Auditors aligned with the NIST AI RMF Govern/Map/Measure/Manage functions expect provenance, not narrative policies. The MAS Executive Handbook reinforces proportional, risk-based governance: scale oversight to business impact and AI reliance. SR 11-7 model-risk expectations extend naturally to AI systems, requiring documented validation, clear ownership, and ongoing monitoring.

Minimum fields auditors will check for each entry:

  • System ID — unique, stable identifier for the deployed AI system
  • Owner — named role (not a person) accountable for the entry
  • Risk category — anchored to a public framework (e.g., NIST AI RMF)
  • Inherent/residual ratings — scored on a fixed qualitative scale with separate pre- and post-control (inherent and residual) values, using a fixed scale such as 5×5 or 4-point so that auditors can clearly see control effects
  • Control reference IDs — pointers to the control plan only; no duplicated descriptions
  • Evidence pack link — URL or file path to the signed, tamper-evident evidence artifact
  • Review trigger and last review date — event type plus timestamp

Table of Contents

Why a standard IT risk register won't cover your AI systems

AI systems fail probabilistically. A misconfigured firewall either blocks traffic or it doesn't. A large language model generating regulatory disclosures may produce plausible but factually wrong output on any given run, with no deterministic failure signal. That distinction makes standard IT registers structurally inadequate for AI governance.

Socio-technical risks include feedback loops between model outputs and human decisions, demographic disparities in automated credit or claims decisions, and cascading failures when multiple AI agents share a common upstream vendor. A generative model producing a hallucinated regulatory figure in a client report is a concrete example: the IT register records no system error, yet the compliance exposure is real and material. The NIST AI RMF explicitly warns that registers fail when treated as static checkboxes; entries must be dynamic, mapped to GOVERN, MAP, MEASURE, and MANAGE functions, and reassessed as context changes.


What fields belong in an audit-ready AI risk register schema

Per-system registers should be small, fixed, and stable. Control descriptions, verification methods, and test results live in a separate control plan; the register holds control reference IDs only, preventing dual-versioning and administrative bloat.

Hands sorting AI risk register index cards

FieldPurposeRequired FormatExample
Risk IDStable unique referenceRK-[system]-[seq]RK-LLM01
System IDLinks entry to asset inventorySYS-[code]SYS-CRED
Model versionTies risk to a specific artifactSemantic version or hash identifierversion hash
Risk categoryAnchors to public taxonomyNIST AI RMF labelConfabulation
Attack pathDescribes how the risk materializesFree text, concise descriptionPrompt injection via user input field
Inherent likelihood/impactPre-control qualitative scoreFixed 5×5 or 4-point qualitative risk scoreHigh risk (e.g., 4 × 4)
Control reference IDsPointers to control planC-[seq] listC-11
Residual riskPost-control qualitative scoreFixed 5×5 or 4-point qualitative risk scoreMedium risk (e.g., 2 × 2 = 4)
Named acceptor / treatment ownerDecision accountabilityRole title + deadlineHead of Model Risk, date
Review triggerEvent that forces re-evaluationTrigger type labelModel version change
Last review dateAudit trail timestampISO date format
Evidence pack linkPoints to signed artifactURL or file hashsha256:7f3a…

A named acceptor must include a rationale and explicit invalidation conditions; residual risks without a decision make the register stale and unsupportable under examination.


Seven AI-specific risk categories every register must track

The NIST Generative AI Profile identifies risk categories unique to or exacerbated by AI systems. Regulated financial firms should map every deployed system to at least one of the seven categories below.

CategoryTypical ControlsEvidence Examples
Hallucination / confabulationOutput grounding, human-in-the-loop reviewGrounding test report, review log hash
Bias / fairnessFairness testing, demographic parity checksStatistical parity report, disparate impact score
Prompt injection / securityInput sanitization, red-team testingRed-team report, sanitization config hash
Data leakage / privacyData minimization, output filteringPrivacy impact assessment, filter test log
IP / copyrightTraining data provenance reviewData lineage record, license audit
Vendor dependency / supply chainVendor SLA review, fallback planningSLA document, continuity test result
Compliance / regulatory mappingRegulatory change monitoring, control mappingMapping matrix, change log

For each category, the register entry should state a specific risk statement, the attack path, at least one Key Risk Indicator, the relevant control reference IDs, and a link to the evidence artifact. Generative models require particular attention to hallucination and prompt injection; predictive models (e.g., credit scoring) carry higher bias and regulatory-mapping exposure.

Pro Tip: For generative AI systems, record the model's grounding mechanism (retrieval-augmented generation, system prompt constraints, or none) directly in the attack path field. Auditors increasingly ask for this level of specificity.


How to keep the register live with cadences and triggers

Adopt both periodic cadences and mandatory event-driven triggers. Neither alone is sufficient: periodic reviews catch drift; triggered reviews catch discrete events that change the risk profile immediately.

Recommended cadence by risk tier:

  • High risk — frequent review plus triggered review on any qualifying event
  • Medium risk — regular periodic review plus triggered review
  • Low risk — periodic review along with triggered review

Mandatory triggers (any one of these forces an immediate review):

  1. Model version change or retraining
  2. Material use-case change or new deployment context
  3. Logged incident or near-miss
  4. Regulatory change affecting the system's domain
  5. Vendor change or upstream model substitution

The AIRiskAware guidance recommends at minimum quarterly reviews for high-risk systems. Entry lifecycle moves: Creation → Treatment → Acceptance → Monitoring → Retirement, with each transition requiring a dated, signed record.

Pro Tip: Attach trigger conditions directly to the review trigger field in the register schema. When an incident management system fires an alert, it should automatically flag the relevant register entries for review — not rely on manual triage.


Who owns what: RACI, committees, and GRC integration

Every register entry needs four roles filled before it is considered complete.

  • Business owner — accountable for the use case and its outcomes
  • Technical owner — accountable for model performance and version control
  • Risk owner — accountable for the risk rating and control adequacy
  • Approver — signs off on residual risk acceptance or treatment plan
ActivityBusiness OwnerTechnical OwnerRisk OwnerApprover
Create/update entryConsultedResponsibleResponsibleInformed
Score inherent riskInformedConsultedResponsibleInformed
Verify controlsInformedResponsibleConsultedInformed
Accept residual riskConsultedInformedResponsibleAccountable
Triggered reviewInformedResponsibleResponsibleAccountable

The AI governance committee should receive a register summary at each periodic cadence: new entries, changed risk ratings, overdue reviews, and open treatment plans. Integration points with existing GRC and model-risk functions include procurement/vendor review gates, incident response workflows, board-level risk appetite reporting, and audit sampling. The MAS Executive Handbook frames this as proportional governance: oversight effort should scale to business impact and AI reliance.


What auditors will ask for and how to make evidence defensible

Auditors expect a provenance trail tied to each register entry. Cryptographic signatures, file hashes, timestamps, and a documented chain of custody for evidence files are the standard. Practitioner guidance points to HMAC/SHA256-style provenance and signed evidence packs as the most effective way to reduce auditor friction while preserving production integrity.

Required evidence items per register entry:

  • Model version artifact (binary hash or container digest)
  • Training and validation summary (data sources, split ratios, performance metrics)
  • Test results: fairness, accuracy, and drift monitoring outputs
  • Incident reports and near-miss logs
  • Control verification results (cross-referenced to control plan)
  • Triggered-review records with timestamps and approver signatures

Non-invasive capture matters here. Read-only metadata collection avoids touching production data, reducing both data exposure risk and the regulatory surface area of the governance tooling itself. A tamper-evident evidence pack — where each file carries a cryptographic hash stored outside the production environment — lets an auditor verify provenance without re-running tests or accessing live systems. The AIRiskAware register guide identifies the register as the primary evidence artifact for regulatory examinations and ISO 42001 audits.


What to require from vendors when evaluating governance tooling

For regulated firms, the procurement checklist for AI governance tooling is distinct from standard SaaS evaluation. Non-invasive (agentless) approaches are often the right fit: they deploy faster, expose less data, and produce evidence that auditors can verify independently.

Vendor evaluation checklist:

  • Read-only metadata capture with no access to customer data or model weights
  • Cryptographic signing of evidence packs (HMAC/SHA256 or equivalent)
  • Immutable audit trail with export capability for regulatory submissions
  • Data residency controls aligned to your jurisdiction
  • Role-based access controls with delegated authority per entry
  • Per-system inventory mapping with agent identity graphing
  • Integration with existing GRC platforms and control plan tooling
  • Evidence retention SLA of at least seven years for regulated financial services

Agentless advantages for regulated production environments:

  1. Minimal production impact — no agent installed in the inference path
  2. Faster deployment — OAuth metadata integration rather than code changes
  3. Lower data exposure risk — metadata only, no customer data in scope
  4. Easier auditor verification — evidence packs are self-contained and independently verifiable

Sample register row, incident playbook, and pre-audit checklist

Sample register row (realistic, populated):

FieldValue
Risk IDRK-LLM01
System IDSYS-CRED
Model versionversion hash
Risk categoryHallucination / confabulation
Attack pathLLM generates fabricated regulatory figure in client disclosure; no grounding layer active
Inherent score4 × 4 (5×5 fixed scale)
Control refsC-11 (human review gate)
Residual score2 × 2 = 4 (5×5 fixed scale)
Named acceptorHead of Model Risk — accepted —, invalidated by model version change
Review triggerModel version change
Evidence packsha256 hash (stored in evidence vault)

Incident playbook (register update steps):

  1. Detect — incident management system flags anomaly; risk owner notified within 2 hours
  2. Triage — technical owner assesses model involvement; register entry flagged for triggered review
  3. Evidence capture — read-only logs extracted and hashed within 24 hours
  4. Register update — risk rating, attack path, and control refs updated; new evidence pack generated
  5. Committee notification — AI governance committee briefed within 48 hours
  6. Remediation and post-mortem — treatment plan created with owner and deadline; post-mortem filed as evidence artifact

Pre-audit checklist:

  • All deployed AI systems appear in the inventory with a system ID
  • Every high-risk entry has a named acceptor with invalidation conditions
  • No entry has a last review date older than its cadence threshold
  • All evidence pack links resolve to signed, hashed artifacts
  • Triggered-review log shows timestamps and approver names
  • RACI roles are filled for every entry

Common mistakes that make registers fail audits

  • Treating the register as a one-time spreadsheet. A static register with no triggered reviews is the single most common finding in AI governance examinations. Fix: attach trigger conditions to every entry at creation.
  • Conflating portfolio and per-system registers. Portfolio-level and per-system registers serve different functions and must be maintained separately, with cross-references. Merging them produces entries too vague to be auditable.
  • Duplicating control descriptions. When control text lives in both the register and the control plan, versions diverge. Fix: store control reference IDs only in the register.
  • Missing named acceptors. A residual risk with no named acceptor, rationale, or invalidation condition will be treated as unsupported by any competent auditor.
  • Stale ownership. Role changes without register updates leave entries with no accountable owner. Fix: tie ownership fields to HR role-change workflows.
  • Over-automating without governance. Automation that generates register entries without human review of risk ratings or acceptance decisions undermines auditability. Automation must preserve the human decision trail, not replace it.

Key Takeaways

An audit-ready AI risk register requires a fixed per-system schema, named decision owners, event-driven triggers, and cryptographically signed evidence packs — not long narrative policies.

PointDetails
Fixed schema, not free textUse a stable set of fields (Risk ID, System ID, model version, scores, control refs, evidence link) for every entry.
Separate register from control planStore control reference IDs only; detailed descriptions live in the control plan to prevent versioning conflicts.
Triggers plus cadenceHigh-risk systems need monthly periodic reviews and immediate triggered reviews on model changes, incidents, or regulatory updates.
Named acceptors are mandatoryEvery residual risk needs a named role, a rationale, and explicit invalidation conditions — or it is unsupportable under examination.
Aetherpulse for agentless evidenceAetherpulse delivers read-only, cryptographically signed evidence packs and per-system inventory mapping without touching production data.

What the register reveals about AI governance maturity

The most underappreciated aspect of AI risk register best practices is not the schema — it is the organizational signal the register sends. A well-maintained register with triggered reviews, named acceptors, and signed evidence packs tells an examiner that governance is embedded in operations, not bolted on before an inspection. Firms that treat the register as a compliance artifact to be completed quarterly tend to discover their biggest gaps during the examination itself.

The non-invasive approach deserves more credit than it typically receives. Governance tooling that inserts itself into production inference paths creates its own risk surface: data exposure, latency, and a new dependency that itself requires governance. Agentless metadata capture sidesteps that problem entirely, producing evidence that is independently verifiable without any footprint in the production environment. That is not a minor convenience; it is a structural advantage when an auditor asks how the evidence was collected and whether the collection process itself could have altered the system's behavior.

The 30/90/180-day roadmap below is a starting point, not a ceiling. Firms that move fastest are those that begin with discovery and schema enforcement, then layer in automation once the human governance process is stable.


Aetherpulse gives you agentless, audit-ready AI governance

Regulated financial firms that have followed the schema and evidence requirements above face one remaining question: how to capture that evidence without inserting tooling into production systems. Aetherpulse answers that directly. It connects via OAuth metadata only, builds a per-system agent inventory and identity graph, and generates cryptographically signed (HMAC/SHA256) evidence packs that map to the register fields described throughout this guide.

Aetherpulse

Three specific fit points for regulated firms: read-only metadata capture with no customer data in scope; tamper-evident evidence packs with provenance tracking for audit submissions; and regulatory mapping aligned to EU AI Act Article 26, FCA SYSC, Consumer Duty, and ICO frameworks. Evidence is generated on demand, not reconstructed after the fact. To see how Aetherpulse maps to your current register schema, request a demo and bring your existing inventory to the conversation.


Authoritative sources and further reading

  • NIST AI RMF 1.0 — The foundational framework for AI risk management; show this to auditors to justify your Govern/Map/Measure/Manage structure.
  • NIST AI RMF: Generative AI Profile (600-1) — Covers risk categories unique to generative AI; use for hallucination, prompt injection, and IP risk entries.
  • NIST AI RMF Resource Center — Central hub for playbooks, crosswalks, and sector-specific profiles.
  • MAS AI Risk Management Executive Handbook — Proportional governance guidance; cite for review cadence and materiality-based oversight decisions.
  • Drel: What goes in an AI risk register — Prescriptive guidance on schema design, control ID referencing, and named acceptor requirements.
  • AIRiskAware: AI Risk Register Guide — Covers AI-specific fields, triggered review requirements, and the register as primary audit evidence.
  • Techjack: AI Risk Register Lifecycle Guide — Practical 5×5 scoring methodology and per-system lifecycle guidance.
  • Berkeley CLTC: General-Purpose AI Risk-Management Standards Profile — Complements NIST AI RMF for large-scale and agentic AI systems; useful for vendor and supply-chain risk entries.

Recommended

Working on Article 26 readiness, deployer-side governance evidence, or AI agent risk at a regulated firm? We'd value 15 minutes of your perspective.

Start a conversation