Foundry agents can inherit permissions from managed identities and service principals that were often created for rapid development rather than long-term governance. When those identities carry broad Azure RBAC roles, the agent inherits that reach across subscriptions, resource groups, and resources. That expands blast radius because one agent can become a path into sensitive data, tools, and connected services.
Why This Matters for Security Teams
Foundry agents increase blast radius because they do not behave like a single fixed application. They inherit Azure permissions from managed identities and service principals, then use those rights dynamically across subscriptions, resource groups, storage, Key Vault, data planes, and downstream automation. That means the risk is not only stolen credentials, but agent-driven misuse of broad access that was never scoped for autonomous execution.
This is where static IAM thinking breaks down. Role assignments that look acceptable for a human operator can become excessive when an agent can chain tools, retry actions, call APIs in parallel, and act faster than manual review can intervene. NHIMG research shows that 97% of NHIs carry excessive privileges, which helps explain why blast radius grows so quickly when identity governance lags behind deployment speed. See the Ultimate Guide to NHIs — 2025 Outlook and Predictions and the OWASP Agentic AI Top 10 for why agent autonomy changes the control model.
In practice, many security teams discover the scope of the problem only after an agent has already touched data, triggered workflows, or reached a sensitive service through permissions that were assumed to be harmless.
How It Works in Practice
In Azure, the blast radius expands when an agent is granted an identity that can be reused across many operations. A managed identity tied to an app, container, pipeline, or Foundry workflow may inherit RBAC roles that were originally meant for development convenience. If that identity has Reader, Contributor, Key Vault access, storage permissions, or custom roles, the agent can use them repeatedly without a human in the loop. That turns one compromise or one unsafe action into a multi-resource incident.
Current guidance suggests treating the agent as a workload with its own security boundary, not as a user surrogate. That means scoping permissions to the minimum task, issuing just-in-time credentials where possible, and preferring short-lived tokens over standing access. Workload identity is the primitive that matters here: cryptographic proof of what the agent is, not an assumption based on where it was deployed. Standards such as SPIFFE and runtime policy systems such as OPA are increasingly used to evaluate access at request time rather than rely on static role assignment alone. The NIST AI Risk Management Framework and CSA MAESTRO agentic AI threat modeling framework both reinforce the need to evaluate autonomy, context, and downstream impact.
- Separate agent identities by task, environment, and data domain.
- Use short TTL secrets and revoke them automatically when the task ends.
- Map Azure RBAC to the narrowest effective scope, not subscription-wide convenience.
- Log tool calls, permission checks, and data-plane actions as a single trace.
- Continuously review which downstream services the agent can reach through chained permissions.
NHIMG’s research also shows that 90% of IT leaders say properly managing NHIs is essential for successful zero-trust implementation, which is directly relevant when agent identities are the control plane for cloud actions. The same risk pattern is visible in agent compromise cases such as the CoPhish OAuth Token Theft via Copilot Studio analysis, where identity misuse becomes operational reach. These controls tend to break down in large Azure estates with inherited roles, shared service principals, and legacy automation because permission sprawl makes it impossible to predict the agent’s effective access chain.
Common Variations and Edge Cases
Tighter agent controls often increase operational overhead, requiring organisations to balance deployment speed against containment. That tradeoff becomes especially visible in hybrid estates, multi-subscription landing zones, and teams that rely on shared identities for CI/CD or platform automation.
There is no universal standard for this yet, but best practice is evolving toward per-agent scoping, ephemeral credentials, and runtime policy enforcement. Some teams try to solve blast radius with broader monitoring alone, but that only improves detection after the agent has already moved. Others rely on human approval gates, which can be useful for high-risk actions but do not scale well when agents make frequent low-latency calls. The stronger pattern is to pair Azure RBAC reduction with context-aware authorization, so the agent’s rights change based on task, data sensitivity, and environment state.
Edge cases include agents that call external APIs, write back to DevOps systems, or operate across tenants. Those environments can amplify impact because one identity may bridge cloud control plane, application data, and third-party services. For agentic risk context, the OWASP NHI Top 10 and Ultimate Guide to NHIs — 2025 Outlook and Predictions are useful references for privilege sprawl, rotation, and lifecycle governance. The practical rule is simple: if an agent can chain tools faster than a reviewer can stop it, its effective blast radius is already larger than the role assignment suggests.
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 OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A2 | Agent autonomy and tool chaining drive the blast-radius expansion. |
| CSA MAESTRO | MAESTRO models runtime controls for agentic identity and action risk. | |
| NIST AI RMF | AI RMF addresses governance, monitoring, and impact of autonomous systems. | |
| OWASP Non-Human Identity Top 10 | NHI-01 | Service principals and managed identities are the non-human identities in scope. |
| NIST Zero Trust (SP 800-207) | SC-1 | Zero Trust limits lateral movement by verifying every request and identity. |
Inventory each agent identity and remove any standing privilege not tied to a task.
Related resources from NHI Mgmt Group
- When do identity security controls matter most for limiting blast radius in cloud environments?
- What is the difference between patching a vulnerability and reducing identity blast radius?
- How can organisations reduce the blast radius of compromised agent identities?
- Why do AI agents increase the blast radius of over-scoped NHI tokens?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 27, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org