They combine delegated runtime behaviour with assumed IAM roles and connected data sources, so their effective reach can exceed what a simple workload inventory suggests. A narrow interface can still produce broad access if the attached role, action groups, or knowledge bases are over-scoped.
Why This Matters for Security Teams
Bedrock agents create more access risk than standard workloads because they do not behave like fixed services. They combine an execution identity, delegated IAM permissions, action groups, and connected data sources into a runtime system that can chain requests in ways a static inventory will miss. A narrow agent interface can still reach broad datasets, external tools, and downstream APIs if the attached role is over-scoped. That is why current guidance increasingly treats agent access as an identity and authorization problem, not just an application review.
NHIMG research has repeatedly shown that weakly governed non-human identities are a major breach path, with Oasis Security & ESG reporting that 72% of organisations have experienced or suspect a breach of non-human identities. For agentic systems, that risk compounds because behavior is goal-driven and may change per prompt, tool call, or context. Related failure patterns are visible in cases like CoPhish OAuth Token Theft via Copilot Studio and Gemini AI Breach, where the control boundary was weaker than the interface suggested. In practice, many security teams discover the problem only after an agent has already exercised permissions no one expected it to need.
How It Works in Practice
Bedrock agents are riskier than standard workloads because they sit at the intersection of orchestration, delegation, and inference. A normal service usually has a bounded call pattern. An agent can decide, at runtime, whether to retrieve knowledge, invoke an action group, call an API, or pass data to another system. That means the effective blast radius is determined less by the application name and more by the runtime permissions behind it.
Practically, the main controls are scope, duration, and observability. Security teams should review the IAM role assumed by the agent, the permissions granted to any action groups, and the access attached to knowledge bases or data connectors. Best practice is evolving toward just-in-time, short-lived privileges rather than long-lived static credentials. This aligns with the emerging workload identity model described in the SPIFFE workload identity specification, where cryptographic identity proves what the workload is, while policy decides what it may do right now.
- Use least privilege on the agent role, not just on the parent application.
- Separate read, write, and execute permissions across action groups.
- Limit knowledge base access to the minimum dataset required for the task.
- Prefer short-lived tokens and explicit revocation paths for sensitive operations.
- Log prompt, tool, and IAM context together so authorization decisions can be reviewed later.
This framing matches the direction of the OWASP Agentic AI Top 10 and NHIMG’s OWASP NHI Top 10, both of which emphasize that runtime behavior, not just deployment-time configuration, determines exposure. These controls tend to break down when agents are allowed broad connectors to production systems because the agent can combine benign tool calls into an unintended high-privilege workflow.
Common Variations and Edge Cases
Tighter agent controls often increase operational overhead, requiring organisations to balance faster task completion against stronger containment. That tradeoff becomes sharper in environments where agents must work across many data sources, because every additional connector expands the authorization surface and the review burden.
There is no universal standard for this yet, but current guidance suggests treating high-risk agent actions as context-aware authorization decisions rather than static role assignments. For example, a support agent that can draft responses is very different from one that can update records, delete objects, or trigger payments. The latter should usually require stronger approvals, narrower tokens, and clearer policy evaluation at request time. The NIST AI Risk Management Framework and CSA MAESTRO agentic AI threat modeling framework both support this shift toward runtime governance.
Edge cases include agents embedded in human approval flows, agents that inherit permissions from shared service roles, and agents that must persist memory across sessions. Those patterns can blur accountability and make revocation difficult. In these environments, teams should assume that prompt injection, tool chaining, and over-broad retrieval can turn a limited interface into a broader access path. That is especially true when the agent is wired to production data stores or administrative APIs, where a single mis-scoped role can become a multi-system incident.
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, OWASP Non-Human Identity Top 10 and CSA MAESTRO 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 | A1 | Agent tool misuse and over-broad permissions are central to this risk. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Static or long-lived secrets increase the blast radius of agent actions. |
| CSA MAESTRO | MAESTRO focuses on threat modeling agentic workflows and runtime abuse paths. | |
| NIST AI RMF | AI RMF supports governance for dynamic AI behavior and decision accountability. | |
| NIST Zero Trust (SP 800-207) | PS3 | Zero trust is relevant because agent identity and context must be verified continuously. |
Assign ownership for agent decisions and review runtime policy against observed behavior.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 25, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org