TL;DR: Agentic AI systems can behave like users, services, data stores, and dataflows in the same workflow, which makes fixed-role models like STRIDE less reliable for full coverage, according to Bishop Fox. MAESTRO helps security teams model threats across layered AI architecture, and the practical answer is often to blend both approaches while treating agents as potential insider threats.
At a glance
What this is: The article argues that agentic AI breaks the fixed-role assumptions behind STRIDE and requires layered threat modeling with MAESTRO.
Why it matters: IAM, PAM, and NHI teams need this distinction because AI agents can cross trust boundaries, hold privileges, and act like multiple identities in one workflow.
👉 Read Bishop Fox's analysis of STRIDE versus MAESTRO for agentic AI threat modeling
Context
Agentic AI changes threat modeling because the same system can behave like a requester, a processor, a datastore, and an external-facing actor depending on the interaction. That collapses the neat role separation many security models rely on, especially when an LLM-backed agent is connected to internal workflows, external tools, and sensitive data.
For identity and access teams, the key issue is not just model behaviour. It is the identity boundary around the agent itself, the permissions it inherits, and the trust decisions made by surrounding systems. That is where NHI governance, least privilege, and delegated access controls intersect with AI security.
Bishop Fox uses a corporate travel-booking example to show that simple agent designs can still fit traditional modelling, but more autonomous and tool-connected systems quickly demand deeper analysis. That starting position is typical for organisations moving from proof of concept to production AI.
Key questions
Q: How should security teams model AI agents that can read, act, and delegate across systems?
A: Model them as non-human identities with multiple operational roles, then separate those roles by trust boundary and privilege scope. A single agent can behave like a user, a service, a datastore, and a tool caller in different paths. Security teams should therefore combine access review, workflow mapping, and layered threat modelling rather than assuming one architectural model covers everything.
Q: Why do traditional integration models struggle with agentic AI?
A: Traditional models assume known systems, fixed paths, and predictable consumers. Agentic AI breaks those assumptions because the agent can discover tools at runtime, branch across systems, and act on changing context. That makes static connectors and batch-oriented orchestration poor fits for secure governance, especially when identity and authorisation need to follow the full action chain.
Q: What breaks when AI agents have broader access than their tasks require?
A: Over-privileged agents break segregation of duties, weaken auditability, and expand blast radius across transactions, data lookups, and workflow triggers. In banking, a single agent identity can act with more operational reach than any human reviewer can safely justify.
Q: When should teams use MAESTRO instead of STRIDE for AI systems?
A: Use MAESTRO when the system has meaningful autonomy, multiple layers, external tools, memory, or complex data flows. STRIDE still helps for simple internal components, but it does not fully capture how agentic systems are attacked through memory poisoning, tool misuse, or trust-boundary confusion. For many deployments, the right answer is a blended model.
Technical breakdown
Why STRIDE fits simple agentic AI flows
STRIDE remains useful when an AI component behaves like a conventional internal application service. If the agent only receives a request, reads from a controlled database, and returns a response without autonomous tool use, the classic categories of spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege still map cleanly. In that setup, the agent is not really a new threat class. It is a new implementation detail inside a familiar system boundary. The model starts to weaken only when the agent’s role shifts across contexts or when it begins to interact with external systems and policy decisions.
Practical implication: use STRIDE for bounded internal workflows, but do not stop there when the agent can make or chain decisions.
How MAESTRO models agent memory and tool misuse
MAESTRO is more useful once the AI system has memory, tools, external APIs, and broader infrastructure dependencies. Its layered approach separates model behaviour, data operations, execution logic, deployment, observability, governance, and ecosystem risk. That matters because an agent can be poisoned through retrieved data, misled by external responses, or over-privileged at the infrastructure layer even when the LLM itself is unchanged. In other words, the failure is not always the model. It may be the layer where the model reads, stores, calls, or is allowed to act. This is especially relevant when the agent handles confidential data or operational approvals.
Practical implication: map agent risk by layer, then assign controls to memory, tools, infrastructure, and compliance separately.
Why AI agents behave like insider threats in practice
Once an agent can cross trust boundaries, it stops looking like a single system component and starts resembling an insider with delegated access. The article’s blended model shows how valid internal actors, malicious actors, and even adversarial AI can all influence the same agentic workflow. That creates identity ambiguity: the agent may be trusted by one system, untrusted by another, and capable of initiating actions across both. For security architecture, this is where least privilege and trust-boundary design become more important than the label attached to the workload. A multi-agent or tool-using system should be assessed as an actor in its own right.
Practical implication: treat agent identities and delegated privileges as first-class governance objects, not just application settings.
NHI Mgmt Group analysis
AI agents are becoming identity-bearing systems, not just application features. Once an agent can read data, call tools, and influence downstream decisions, it starts to function like a non-human identity with distributed authority. That changes how trust boundaries should be drawn and how privilege should be reviewed. The governance question is no longer whether the model is accurate enough. It is whether the agent’s access, action scope, and accountability model are defensible.
Fixed-role threat models understate agentic risk because they assume stable system identity. STRIDE works when a component is predictably one thing at a time. Agentic AI breaks that assumption by shifting between actor, process, datastore, and dataflow depending on context. That creates a role fluidity gap: the same system can be trusted inside one path and dangerous in another. Practitioners should treat that gap as a core design constraint rather than a modelling edge case.
Layered AI threat modelling is now a control problem, not just a documentation exercise. MAESTRO’s value is that it pushes teams to assign specific threats to model, memory, framework, deployment, observability, and ecosystem layers. That is closer to how real failures happen in production AI systems, where over-permissioned tools or poisoned inputs drive harmful outcomes. For identity teams, the lesson is to align access control with the layer where the agent actually acts.
Least privilege is necessary but insufficient without trust-boundary validation. The article shows that even when permissions are scoped, an agent can still be coerced through prompt manipulation, injected data, or misaligned workflow assumptions. That means the security question extends beyond who can sign in to what the agent is allowed to infer, fetch, and trigger. Practitioners should assume the agent can be influenced at every boundary it crosses.
Security teams should model AI agents as potential insider threats when they can delegate, persist, or chain actions. This is the operational conclusion that matters most for IAM and PAM programmes. If an agent can move across internal systems and external tools, it needs governance that looks closer to workload identity and privileged access management than to ordinary application review.
What this signals
Agentic AI governance is converging with identity governance because the practical question is no longer only what the model can do. It is what the agent is authorised to do, which systems it can influence, and how those permissions are bounded across the workflow. That makes workload identity, delegated access, and privileged task scope central design concerns for programmes that are already stretched by human IAM.
Role fluidity gap: the most dangerous AI pattern is not a single malicious action, but a system that can temporarily look trusted in one context and untrusted in another. Security teams should expect this to complicate access reviews, detection logic, and incident scoping unless agent actions are logged with the same discipline used for privileged human activity.
Teams that already use layered frameworks such as the NIST AI Risk Management Framework or MITRE ATLAS should extend them to identity controls, not keep them separate. The operational signal to watch is whether agent permissions remain auditable as the system adds tools and external integrations. If they do not, governance will fall behind the deployment curve.
For practitioners
- Define the agent’s trust boundaries Document which inputs, data stores, approval flows, and external tools the agent can reach, then mark every boundary where identity, privilege, or policy changes. Use that map to decide where a traditional model is still sufficient and where layered AI threat modelling is required.
- Separate access by layer Assign different controls to memory, tool execution, infrastructure, and compliance rather than treating the agent as one monolithic risk. That lets you revoke or constrain the specific layer that fails without overcorrecting the entire system.
- Treat agent privileges as delegated identity Review agent permissions as if they were a non-human identity with the ability to act across workflows. Keep access narrow, time-bound where possible, and tied to explicit business tasks rather than broad system roles.
- Test for prompt and data coercion Add attack-path testing for injected content, poisoned memory, malicious API responses, and approval-bypass attempts. The goal is to see whether the agent can be pushed into unauthorized actions even when its nominal permissions look acceptable.
Key takeaways
- Agentic AI breaks the assumption that a system has one fixed role, which is why traditional modelling alone leaves gaps.
- Layered threat analysis is necessary because the real failure point may be memory, tools, infrastructure, or trust boundaries rather than the model itself.
- Security teams should treat powerful AI agents as delegated identities and apply least privilege, boundary testing, and layered governance accordingly.
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, CSA MAESTRO and MITRE ATLAS 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 discusses agentic AI threat patterns and trust-boundary failures. | |
| CSA MAESTRO | MAESTRO is the article's central layered threat-modelling approach for agentic systems. | |
| NIST AI RMF | GOVERN | AI governance and accountability are central when agents act across systems. |
| MITRE ATLAS | TA0006 , Credential Access; TA0008 , Lateral Movement | The article’s agent abuse scenarios involve identity and movement across trusted systems. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access scoping are central to the article’s governance message. |
Use OWASP Agentic AI guidance to map prompt injection, tool misuse, and role confusion before production rollout.
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.
- Trust Boundary: A trust boundary is the point where one system’s authority should stop and another system’s authority should begin. For internal automation, weak trust boundaries let monitoring, remediation, and execution share privileges that should have remained separate.
- Role Fluidity: Role fluidity describes a system that can act as multiple entity types depending on context, such as user, service, datastore, or external tool caller. It is a core reason agentic AI breaks simple threat models, because the security model cannot assume one stable identity or function.
- Layered Threat Modeling: Layered threat modeling breaks a system into distinct architectural layers so teams can analyse risks where they actually arise. For AI systems, that means separating model behaviour, memory, tools, deployment, observability, and ecosystem exposure instead of treating the whole stack as one threat surface.
What's in the full article
Bishop Fox's full article covers the framework-level examples and architectural comparisons this post intentionally leaves for the source:
- Side-by-side STRIDE and MAESTRO examples for the travel-booking agent scenario
- Layer-by-layer threat patterns for memory, framework, deployment, observability, and ecosystem risk
- Practical mitigation examples such as prompt clarification, read-only memory, and least-privilege tool access
- Discussion of when a blended threat model is more useful than a single framework
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and access lifecycle controls. It gives practitioners a practical foundation for governing delegated access and workload identities across modern security programmes.
Published by the NHIMG editorial team on August 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org