TL;DR: Autonomous AI threats require organisations to move from prompt-focused security to architecture-level controls such as segmentation, least privilege, isolated execution, logging, and kill switches, according to Aikido. The governance lesson is that blast-radius control is now the primary defence variable, not model trust alone, because agents can chain multi-step attacks and probe systems at machine speed.
NHIMG editorial — based on content published by Aikido: Security metamorphosis, a Mythos-ready architecture checklist for autonomous AI attacks
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
- NHIs outnumber human identities by 25x to 50x in modern enterprises.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface.
Questions worth separating out
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring.
Q: Why do autonomous agents increase the risk of over-privileged access?
A: Autonomous agents increase risk because they can use permissions continuously, at scale, and without human hesitation.
Q: What breaks when AI agents are given broad standing access?
A: Broad standing access breaks governance because the agent can move from one task to another without a fresh authorization check.
Practitioner guidance
- Scope every agent as a governed identity Assign each autonomous workflow a unique identity, explicit permissions, and a narrow task boundary.
- Bind tools to task-scoped credentials Replace standing access with short-lived credentials tied to a single workflow or approval state.
- Instrument every autonomous tool interaction Log tool calls, parameter changes, destinations, and escalation events at a fidelity that supports forensic review.
What's in the full article
Aikido's full blog covers the operational checklist this post intentionally leaves at the architecture level:
- A practical maturity checklist for Mythos-ready security architecture across segmentation, approvals, logging, and isolation
- Specific control assumptions to test when agents can access production, external tools, or multiple environments
- A defensive checklist for red-teaming autonomous AI behaviour before release rather than after abuse appears
- The full argument behind the "attack themselves first" approach for agentic systems and why it changes security review
👉 Read Aikido's architecture checklist for autonomous AI attacks →
Autonomous AI attacks: what architecture controls do teams need now?
Explore further
Autonomous AI security is now an identity governance problem as much as an application security problem. Once an agent can call tools, the question is no longer only whether the model is safe, but whether the delegated identity is bounded, observable, and revocable. That shifts the control plane toward IAM, PAM, and NHI governance because the agent’s access path is the real exploit surface. Practitioners should treat every AI workflow as a governed identity with explicit scope and lifecycle.
A question worth separating out:
Q: Should organisations keep human approval gates for high-risk AI actions?
A: Yes, when the action is irreversible, externally visible, or capable of changing production state. Human approval should be reserved for the highest-impact decisions, while lower-risk actions can be governed by pre-approved policy. That balance preserves speed without turning automation into uncontrolled execution.
👉 Read our full editorial: Security architecture for autonomous AI attacks is shifting now