TL;DR: Enterprise AI security is increasingly being shaped by layered frameworks from NIST, MITRE, OWASP, Cisco, Databricks, Google, and CSA, each addressing different risks across governance, threat modelling, application controls, lifecycle security, and agentic behaviour, according to Akto. The practical challenge is not choosing one framework, but combining the right ones into an operational program that connects risk ownership, control coverage, and continuous monitoring.
At a glance
What this is: This is a comparative analysis of seven AI security frameworks and the key finding that no single framework covers governance, threats, controls, and runtime risk end to end.
Why it matters: It matters because IAM and security teams building AI and agentic programmes need to align governance, control design, and identity boundaries before tool sprawl creates unmanaged risk.
By the numbers:
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, with 38% having no or low visibility and 47% only partial visibility.
👉 Read Akto's analysis of seven AI security frameworks for enterprise programmes
Context
AI security frameworks now span threat modelling, governance, control design, lifecycle security, and agent behaviour, which is why “one framework” thinking leaves gaps. In enterprise programmes, the issue is not whether teams have a framework, but whether they can map it to identity boundaries, tool permissions, runtime controls, and accountability across the AI stack.
For IAM, NHI, and agentic AI teams, the identity question is central because AI systems increasingly depend on service accounts, API keys, tokens, and delegated tool access. The article is best read as a framework-selection problem: which standards define risk, which define controls, and which help operationalise identity-aware AI security without turning governance into paperwork.
Key questions
Q: How should security teams combine AI security frameworks without duplicating effort?
A: Start by assigning each framework a role. Use a governance framework for ownership, a threat framework for abuse cases, and a control framework for implementation. That avoids overlapping reviews and makes gaps visible. The goal is not completeness on paper, but a stack that connects risk, control, and monitoring in production.
Q: Why do conversational AI systems create new identity and access risks?
A: Because they can combine data retrieval, decision-making, and execution in a single interaction. That collapses the gap between information access and business action, which traditional IAM and security tools were not built to manage. The result is higher exposure when the system can modify records or disclose sensitive guest data.
Q: What do organisations get wrong when they rely only on threat taxonomies?
A: They confuse knowing the attack paths with controlling them. Taxonomies describe how abuse happens, but they do not enforce least privilege, monitor runtime behaviour, or prove accountability. Without a control layer, the programme can look mature while remaining operationally weak.
Q: Should teams prioritise lifecycle monitoring before expanding AI agent access?
A: Yes. Access that is not continuously reviewed tends to drift as prompts, tools, and data sources change. Lifecycle monitoring helps teams detect when the original approval no longer matches the system’s actual behaviour. That is especially important for agents that depend on service accounts, tokens, and connected tools.
Technical breakdown
How AI security frameworks split governance from control design
The article separates AI security into distinct layers: risk governance, threat modelling, application security, lifecycle security, and operational monitoring. That matters because NIST AI RMF is designed as a program backbone, while CSA AICM and Databricks DASF are closer to control libraries. MITRE ATLAS and OWASP Top 10 style lists describe attack paths and common failure modes, but they do not tell teams how to run ownership, assurance, or lifecycle review. In practice, mature programmes need all three layers to avoid blind spots between policy and implementation.
Practical implication: use governance frameworks to assign ownership, threat frameworks to define abuse cases, and control frameworks to enforce them.
Why agentic AI changes the security model for tools and identities
Agentic systems are different from simple LLM applications because they can choose actions, call tools, and chain steps with less human intervention. That creates an identity problem as much as an AI problem: the system needs scoped access, traceable delegation, and constraints on tool use. OWASP’s agentic AI risks and Cisco’s taxonomy both point to over-permissive tool access and unsafe connected workflows as recurring failures. For IAM teams, the core challenge is not model output quality alone, but the authority granted to the system at runtime.
Practical implication: treat AI agents as governed access subjects and define least privilege for their tool and data permissions.
What lifecycle security means for AI pipelines and runtime behaviour
Databricks DASF and Google’s secure-by-design approach both reflect the same reality: AI security has to work from data preparation through deployment and monitoring. That includes data lineage, model management, deployment controls, and feedback loops when behaviour changes. The gap in many programmes is that they stop at pre-production review, even though runtime exposure, connected tools, and new prompts can reshape risk after release. Lifecycle thinking is what turns framework selection into an operating model rather than a one-time checklist.
Practical implication: build AI inventory, change control, and runtime monitoring into the same lifecycle that governs identity and access.
NHI Mgmt Group analysis
AI security has become a framework orchestration problem, not a framework shortage problem. The article shows that governance, threat modelling, control design, and lifecycle security are now distributed across multiple standards. That is not redundancy. It is a sign that enterprise programmes must compose frameworks by function rather than search for a single canonical model. Practitioners should treat the framework stack as an operating architecture, not a library of references.
Agentic AI security is fundamentally an identity governance issue. Once an AI system can call tools, select actions, and use delegated access, the question becomes who or what is authorised to act. That brings NHI governance into the center of AI security, especially around API keys, tokens, service accounts, and scoped delegation. AI delegation boundary: the line between model inference and actionable authority, which is where most runtime governance failures emerge. Practitioners should define that boundary explicitly before agents are allowed into production workflows.
Threat taxonomies without enforceable controls create a false sense of maturity. MITRE ATLAS and OWASP help teams understand what can go wrong, but they do not by themselves constrain permissions, verify runtime behaviour, or prevent unsafe tool use. The article’s strongest message is that AI security programmes need a control layer that can be audited and monitored continuously. Practitioners should use attack frameworks for realism, then back them with control frameworks that change behaviour.
Lifecycle security is where AI governance either becomes operational or collapses into documentation. The article repeatedly points to data, deployment, monitoring, and feedback loops, which means risk shifts after the initial build stage. That is also where identity sprawl appears in AI systems, because service access, secrets, and connected tools multiply over time. Practitioners should design AI governance as a living process tied to change control, not a one-time approval event.
What this signals
AI security programmes will increasingly be judged by their ability to govern delegated authority, not just model quality. As agentic systems move into production, security leaders need to track which identities they are using, what tools they can call, and how quickly access can be revoked when behaviour drifts. The practical bar is moving from policy intent to runtime evidence, aligned with NIST Cybersecurity Framework 2.0 and identity-aware control design.
AI delegation boundary: the next governance fault line is the line between permissible inference and permissible action. Once that boundary is blurred, service accounts, tokens, and connectors become the real control surface. Teams should expect more scrutiny on AI inventories, secret handling, and access reviews because the same permissions that power productivity can also amplify misuse.
Security leaders should also prepare for framework convergence in procurement, audit, and assurance. Buyers will increasingly ask whether a platform aligns with the OWASP Agentic AI Top 10, how it handles lifecycle governance, and whether controls can be evidenced rather than assumed. That shifts evaluation from feature comparison to proof of governable behaviour.
For practitioners
- Map each framework to a distinct governance function Use NIST AI RMF for ownership and oversight, MITRE ATLAS for adversarial scenarios, and CSA AICM or DASF for control mapping so the programme does not collapse into duplicated reviews.
- Define runtime authority for AI agents and tools Classify every agent, plugin, connector, and API path by the access it can exercise, then bind that access to least privilege, logging, and approval boundaries.
- Build lifecycle controls into AI change management Require inventory, model and prompt change tracking, approval checkpoints, and post-deployment monitoring so runtime behaviour is governed after release, not just at launch.
- Use attack taxonomies to drive red-team scenarios Translate OWASP agentic AI and MITRE ATLAS patterns into tests for prompt injection, tool abuse, data leakage, and delegated access misuse.
- Separate policy design from enforcement evidence Document which control enforces each policy, then verify that logs, alerts, and access reviews can prove the control is operating as intended.
Key takeaways
- AI security is now a multi-framework discipline, and the main challenge is sequencing governance, threat modelling, and control enforcement into one operating model.
- Agentic AI turns access control into an identity problem because delegated tools, tokens, and service accounts define what the system can actually do.
- Teams that cannot connect lifecycle controls to runtime evidence will struggle to prove AI governance, even if their policies look complete on paper.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10, MITRE ATLAS and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | The article directly discusses the OWASP Top 10 for agentic applications and runtime tool abuse. | |
| MITRE ATLAS | TA0006 , Credential Access; TA0009 , Collection | ATLAS fits the adversarial AI threat modelling focus across data and model abuse. |
| NIST AI RMF | GOVERN | AI RMF underpins the governance backbone the article says teams need. |
| NIST CSF 2.0 | PR.AC-4 | Identity and access control is central when AI systems use delegated tools and credentials. |
| CSA MAESTRO | CSA MAESTRO is relevant where the article covers multi-agent and agentic AI security models. |
Assign AI ownership and oversight under GOVERN before expanding models or agents into production.
Key terms
- Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
- AI Governance: AI governance is the set of controls used to discover, classify, approve, restrict, monitor, and revoke AI-enabled access. It connects identity, data, and policy so organisations can manage what AI can reach, what it can share, and when it should be stopped.
- Delegated Agent Authority: The permission granted to an AI agent to act on behalf of a human user or another agent, inheriting some or all of their access rights. Delegated authority must be explicitly scoped, time-limited, and auditable.
- Lifecycle Security: Lifecycle security is the practice of governing a system across its full life, from creation and deployment to update and retirement. For AI, it means security cannot stop at launch because risk can enter through training data, configuration, access, monitoring, and decommissioning.
What's in the full article
Akto's full blog covers the operational detail this post intentionally leaves for the source:
- A side-by-side breakdown of how each framework maps to AI governance, threats, controls, and lifecycle security
- The practical combination model for security, legal, product, and engineering teams working on AI programmes
- Examples of how to use OWASP, MITRE, CSA, and NIST together in a real enterprise control stack
- The article's own framing of why AI security is now a system of layered frameworks rather than a single standard
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It gives security practitioners a practical grounding in the controls that matter when AI systems depend on delegated access and service identities.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org