All ArticlesRuntime Truth
Category & Definitions
Comparison
AI Agent Security

AI Governance Frameworks Compared: NIST AI RMF, ISO 42001, EU AI Act

NIST AI RMF, ISO 42001, and the EU AI Act govern AI risk in different ways, and mature programs run all three against a single control set.

Obsidian Editorial Team
Security Research
·
Obsidian Security
·
July 30, 2026
Key Takeaways

The three AI governance frameworks most teams are asked about are NIST AI RMF (voluntary US risk guidance), ISO 42001 (a certifiable AI management system standard), and the EU AI Act (binding EU law). They overlap heavily on risk assessment, human oversight, and documentation. - Treat them as layers, not rivals. NIST gives you the operating model, ISO 42001 gives you certifiable structure, and the EU AI Act sets the legal floor for systems in scope. - None of the three were written for AI agents. Each assumes AI systems have predictable inputs, defined operators, and static permissions. Agents break all three assumptions. - Every framework assumes you already know which agents exist. Most teams do not, which makes an agent inventory the real prerequisite before any control maps. - Configuration is not reality. A compliance checklist tells you what should be true. Runtime truth tells you what an agent actually did and what it could actually reach. - Verify exact clause numbers, penalty percentages, and effective dates against each framework's primary source. This article stays at a broadly documented level on purpose.

How the three AI governance frameworks relate (and overlap)

Security leaders keep asking the same question about AI governance frameworks: do we pick one, or run all three? The practical answer is that NIST AI RMF, ISO 42001, and the EU AI Act solve different problems, and a mature program uses them together rather than choosing between them.

Here is the split that holds up in practice:

  • NIST AI RMF gives you the operating model: how to reason about AI risk, roles, and lifecycle stages.
  • ISO 42001 gives you the certifiable structure: an auditable management system with documented controls, built on the same management-system pattern used by other ISO standards.
  • The EU AI Act gives you the legal floor: enforceable obligations, heaviest for systems classed as high-risk that touch the EU market.

The controls overlap substantially. Risk assessment, human oversight, data governance, incident response, and documentation show up in all three. Where they diverge is enforcement posture. NIST is voluntary guidance, ISO 42001 is certifiable but optional, and the EU AI Act is binding law with financial penalties. These are standards, not competing products, and they are meant to stack.

Where all three fall short in the same way is agentic AI. None of them prescribe controls for autonomous agents that inherit human credentials, chain actions across connected apps, and move data at machine speed. That gap is where security teams have to translate governance language into operational agent controls.

NIST AI RMF in brief

NIST AI RMF is a voluntary framework published by the US National Institute of Standards and Technology. It organizes AI risk management into four core functions: Govern, Map, Measure, and Manage. It is guidance, not law, and carries no penalty for non-adoption.

  • Origin: NIST, in the US. Freely available.
  • Status: Voluntary. No fines, no certification.
  • Structure: Four functions (Govern, Map, Measure, Manage), each with subcategories.
  • Companion: A Generative AI Profile that adds guidance for large language model risks such as data leakage through prompts and model provenance. Check NIST's site for the current version.
  • Best for: Teams that want a shared vocabulary for AI risk without certification pressure.

What is the difference between NIST RMF and NIST AI RMF?

They are two separate documents. The older NIST Risk Management Framework governs information system risk for federal agencies. NIST AI RMF is a newer, standalone framework for AI-specific risks such as bias, explainability, and model drift. They share NIST authorship and general risk vocabulary, but you cannot substitute one for the other.

ISO 42001 in brief

ISO/IEC 42001 is the first international standard for an AI management system. It lets an organization certify, through accredited auditors, that it runs a documented and auditable AI governance program.

  • Origin: The International Organization for Standardization.
  • Status: Voluntary but certifiable. No law currently requires it.
  • Structure: Follows the standard ISO management-system format, with clauses covering context, leadership, planning, support, operation, evaluation, and improvement.
  • Reference controls: An annex of reference controls spanning AI risk assessment, data quality, human oversight, and third-party AI. Confirm the exact control set against the published standard.
  • Best for: Enterprises that need external validation for customers, insurers, or procurement.

How long does ISO 42001 certification take?

Most organizations plan for several months to a year from decision to certificate, moving through gap assessment, remediation, internal audit, and external audit stages. Companies already certified to ISO 27001 usually move faster because the management-system scaffolding already exists. Treat any timeline as a planning estimate, not a guarantee.

Is ISO 42001 certification required or optional?

Optional. No law currently mandates it. Enterprises pursue it because customers, insurers, and procurement teams increasingly ask for third-party assurance, much as SOC 2 became a default expectation for B2B software.

EU AI Act in brief

The EU AI Act is the first broad, binding AI law of its kind. It uses a risk-tiered model and applies extraterritorially: if your AI system is placed on the EU market or its output is used in the EU, you are likely in scope regardless of where you are based, similar to how GDPR reaches beyond the EU.

  • Origin: The European Union.
  • Status: Binding law, with financial penalties that can reach a share of global annual turnover. The exact percentages and caps are set out in the Act itself, so verify current figures against the official text.
  • Risk tiers: Prohibited uses (banned), high-risk (heavy obligations), limited-risk (transparency duties), and minimal-risk (few or no obligations).
  • Timeline: Obligations phase in over time, with different tiers applying on different dates. Some high-risk obligations are already in effect as of 2026. Check the official timeline for what applies to you and when.
  • Best for: Not a choice. If you sell into the EU or your AI reaches EU users, you comply.

Do I need to comply with the EU AI Act if I am not in Europe?

Often, yes. If your AI system is placed on the EU market, used in the EU, or its output is used there, you can be in scope. A US software company whose AI product is used by EU customers is a common in-scope example.

What are the main obligations for high-risk systems?

Broadly documented obligations include a risk management process, quality controls on training data, technical documentation, activity logging for traceability, transparency to the parties deploying the system, human oversight, and accuracy and cybersecurity measures. Providers and deployers carry different duties. For the precise obligations and their article references, read the Regulation text.

Side-by-side comparison of the three AI governance frameworks

Frameworks are standards, not vendors, so this table compares posture and structure, then adds the operational reading that matters most for security teams: what each attribute means for AI agents. Verify any specific clause, percentage, or date against each framework's primary source.

Attribute NIST AI RMF ISO 42001 EU AI Act So what for AI agents
Type Voluntary framework Certifiable standard Binding law All three assume you know which agents exist. An agent inventory comes first.
Jurisdiction Global, US-authored Global EU market reach Cross-border agents complicate scope. Map effective access per platform.
Enforcement None Audit-based Financial penalties (verify current figures) Runtime truth beats configuration screenshots during an audit.
Human oversight Required under Govern Reference control Required for high-risk (verify clause) Agents chain actions in under a second. After-the-fact review is not oversight.
Documentation Guidance Mandatory clauses Technical documentation required Record who created each agent, whose credentials it uses, and its data reach.
Cost signal Low, internal effort Moderate, audit effort Higher, legal and compliance Cost climbs when agent sprawl surfaces mid-audit.

What the frameworks require for AI agents, and running one program for all three

None of the three frameworks were written with autonomous agents in mind. They assume AI systems have predictable inputs, defined operators, and static permissions. Agents violate all three assumptions, so the work is translating framework language into agent-specific controls.

What each framework requires for AI agents specifically

  • NIST AI RMF asks you to identify context and stakeholders. For an agent, that means answering who created it, whose credentials it runs on, which tools it can call, and which data it can actually reach. That is effective access, not a theoretical configuration page.
  • ISO 42001's lifecycle and operation clauses expect documented control over deployment. For agents, that means a live inventory across every platform, ownership records, and detection of orphaned agents whose creator accounts are already disabled.
  • The EU AI Act's human-oversight expectation for high-risk systems requires a person to be able to intervene. For an agent that completes an action chain across several connected apps in under a second, review after the fact is not intervention. A guardrail that can act before the action completes is.

The honest name for this gap is machine insider risk. An agent holds bearer tokens like a human insider, takes actions like a human insider, and reaches data like a human insider, yet no traditional insider program covers it. The blast radius shows up when a connected integration is compromised: the UNC6395 campaign against Salesloft Drift reached roughly 700 organizations by abusing tokens that a legitimate integration held. Frameworks describe the duty of care. They do not close this gap for you.

The operational answer is to correlate each agent's activity to its effective access inside the connected app: which service account it runs as, which tables and objects it can read or write, and which actions it can trigger. That runtime picture is the evidence an auditor actually needs, and it is stronger than any vendor config page. Approved context worth stating plainly: agents move on the order of 16 times more data than humans, and roughly 90 percent of agents are over-permissioned, so effective access rarely matches the intended design.

Running one program that satisfies all three

Yes, you can run a single AI governance program mapped to all three frameworks, because the control overlap is large. A practical build order:

  1. Inventory first. You cannot govern what you cannot see. Build an authoritative list of every AI system and agent across Copilot, Agentforce, Bedrock, Vertex, n8n, and any custom deployments.
  2. Classify by risk. Use the EU AI Act tiers as the strictest lens. NIST and ISO risk categories map into them.
  3. Assign ownership. Every agent needs a named human owner. Orphaned agents are an audit finding waiting to happen.
  4. Document effective access. For each agent, record what it can actually do inside connected apps, not what the configuration claims.
  5. Add runtime truth. Configuration snapshots answer documentation clauses. Runtime records answer monitoring clauses. You need both.
  6. Add enforcement where the platform supports it. Autonomous runtime blocking is available today for Claude and Microsoft Copilot, so a deterministic guardrail can fire before a risky action completes on those platforms. For Agentforce, Snowflake Cortex, ServiceNow and Now Assist, Moveworks, Bedrock, Vertex, and n8n, the capability today is discover and govern, with runtime enforcement on the roadmap. Obsidian works as a decision engine on the "Intel Inside" model rather than sitting inline in the request path.

Frequently Asked Questions

Which AI governance framework should my company use?

If you sell into the EU, the EU AI Act applies whether you choose it or not. Beyond that, most enterprises use NIST AI RMF for internal structure and pursue ISO 42001 when customers or regulators want certifiable proof. Running all three is common.

Can you use several frameworks at the same time?

Yes, and most large enterprises do. The frameworks overlap heavily on core controls, so one well-documented control set can answer requirements across all three with mapped evidence.

What is the difference between the NIST AI RMF Generative AI Profile and the base framework?

The base framework applies to AI systems broadly. The Generative AI Profile adds guidance for language-model risks such as prompt-based data leakage and model provenance. Check NIST for the current published version.

Does ISO 42001 cover AI agents specifically?

Not directly. It addresses AI systems at a management-system level. Agent-specific risks such as credential inheritance, connector sprawl, and action chaining are not named. Security teams translate its clauses into agentic controls.

How do these frameworks handle non-human identity?

Loosely. All three reference access control and least privilege in general terms. None of them address that AI agents are now the fastest-growing category of non-human identity, or that agents move roughly 16 times more data than humans while about 90 percent run over-permissioned.

What happens if we ignore these frameworks?

It depends on the framework. Ignoring NIST AI RMF carries no legal penalty. Skipping ISO 42001 only means you cannot claim certification. Violating the EU AI Act carries financial penalties set out in the Act, and the operational costs (blocked procurement, higher insurance, audit-committee escalation after an incident) often bite first.