TL;DR: AI is compressing code review, deployment, and agent tool use into microseconds, exposing a mismatch between human-paced security controls and machine-speed operations, according to WorkOS’s panel discussion from Enterprise Ready Conference 2025. The result is a governance problem as much as a technical one: identity, authorization, and audit patterns must be rethought for AI-enabled execution.
At a glance
What this is: This is an analysis of how AI is changing both security tooling and security risk, with the key finding that traditional controls still matter but now have to operate at machine speed.
Why it matters: It matters because IAM, NHI, and human governance programmes all rely on assumptions about review, approval, and accountability that AI-driven execution can compress or bypass.
👉 Read WorkOS's panel analysis of AI security and machine-speed identity risk
Context
AI security now sits at the intersection of identity, tooling, and execution speed. The article shows why controls built for human-paced review cycles struggle when agents can generate code, call tools, and trigger downstream actions in microseconds. That makes AI agent governance an identity problem, not just an application security problem.
For IAM and NHI teams, the practical shift is that authorisation is no longer only about who can act. It is also about when action happens, how context changes mid-session, and whether the controls around an actor still hold when decisions and tool calls are made faster than any manual review can keep up.
Key questions
Q: How should security teams govern AI agents that can act at machine speed?
A: They should treat the agent as an identity whose actions can outrun human review. That means governing execution paths, not just entitlements, and placing controls where tool use, data access, and external actions can still be interrupted before completion. Human review remains useful for high-impact exceptions, but it cannot be the only safety mechanism.
Q: Why do AI agents complicate least privilege in practice?
A: Because least privilege is usually defined at provisioning time, while agent behaviour changes at runtime. If an agent can choose tools, sequence actions, and trigger new work without a human approval gate, the privilege boundary becomes situational rather than fixed. Practitioners need policies that govern paths and context, not only account-level permissions.
Q: What do security teams get wrong about MCP-based AI integrations?
A: They often focus on whether a tool is connected and miss the more important question of which tool paths are possible. A safe read action can become unsafe when it feeds an unsafe write action. Teams should model the entire chain, because the attack surface is created by transitions as much as by individual tools.
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.
Technical breakdown
AI for security versus security for AI
The panel draws a useful line between using AI to improve security operations and securing the AI systems themselves. AI for security includes code review assistance, detection, and triage at scale. Security for AI focuses on prompt injection, tool-call abuse, and guardrails around agent behaviour. The critical point is that the second problem is still immature. Traditional security stacks were built to inspect requests, not to govern agents that initiate actions, chain tools, and alter their own execution path inside a session.
Practical implication: separate AI-enabled security tooling from controls that govern agent actions, and do not assume one solves the other.
MCP tool chains and contextual least privilege
Model Context Protocol makes tool access composable, which is useful and risky at the same time. The article describes contextual tool gating, where an agent’s available actions change based on previous tool calls. That is closer to dynamic segregation of duties than static RBAC, because the control is about the sequence of actions, not just the role at login. The architectural issue is that an agent with broad tool reach can still create an unsafe path even if each individual tool was allowed in isolation. The security question becomes whether the chain itself is safe.
Practical implication: govern tool sequences as well as entitlements, especially where one agent can move from reading data to writing actions.
Formal verification and agent guardrails
The panel’s discussion of verification technologies highlights a common AI governance failure mode: policies are often too ambiguous to verify cleanly. If the rule is vague, cryptographic or formal methods cannot reliably prove compliance. That is why domain-specific languages and structured policy definitions matter. In agentic environments, the control surface is not just access rights but the exact expression of permitted paths, outputs, and escalation conditions. Without machine-readable guardrails, verification becomes an aspiration rather than an enforceable control.
Practical implication: express agent constraints in structured policy language before betting on verification or monitoring alone.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Machine-speed execution breaks the review model that most identity programmes still depend on. Security controls such as code review, change approval, and exception handling were built around human latency. When an AI system can create, review, and deploy actions in microseconds, those controls stop being checkpoints and become after-the-fact evidence. The implication is that security programmes must stop assuming a reviewable pause exists in the lifecycle of action.
Dynamic tool use creates an identity governance problem that static entitlements cannot describe. The article’s MCP discussion shows that the real risk is not only whether an agent has a tool, but whether the sequence of tools is safe. That aligns with NHI governance patterns where access scope, context, and action order all matter. Practitioners should treat tool chains as governed execution paths, not just a list of permissions.
Least privilege for AI agents is constrained by runtime behaviour, not by provisioning-time intent. The assumption that privilege can be defined once and reviewed later was designed for stable identity behaviour. That assumption fails when the actor can alter its own path through tools during a session, because the relevant access state may exist only briefly and then disappear. The implication is that review-based governance cannot be the primary safety model for autonomous execution paths.
Contextual segregation of duties: The panel’s strongest governance idea is that sensitive AI actions need sequence-aware controls, not only role checks. This is the same control principle that has long governed financial and administrative workflows, but now it must operate at machine speed. Practitioners should expect the next wave of identity governance to focus on action chains, not just identities.
AI-assisted security will increasingly depend on AI-based verification, but that does not remove the need for policy clarity. Multi-model validation can improve confidence, yet it still depends on well-formed guardrails and a clear statement of what is allowed. That means the governance layer becomes more important, not less, as automation grows. Security teams should treat policy design as a first-class engineering problem.
From our research:
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities, according to The State of Non-Human Identity Security.
- Lack of credential rotation is cited as the top cause of NHI-related attacks by 45% of organisations, followed by inadequate monitoring and logging at 37% and over-privileged accounts at 37%.
- For a broader view of where these gaps sit in the market, see Ultimate Guide to NHIs , Why NHI Security Matters Now for the control priorities that matter most.
What this signals
Machine-speed identity is becoming the new governance boundary. The practical issue for programmes is not whether AI can be secured, but whether existing identity controls can still observe, certify, and intervene at the pace of execution. With 1 in 4 organisations already investing in dedicated NHI security capabilities, according to The State of Non-Human Identity Security, the market is already moving from awareness to action.
Contextual tool governance will matter more than static role design. As AI systems are wired into tools, data, and downstream workflows, the programme risk shifts from single-account privilege to action-chain control. Teams should expect more pressure to document safe tool sequences, define machine-readable policy, and prove where human approval still applies.
Policy clarity is becoming a control in its own right. If a rule cannot be expressed precisely, it cannot be verified reliably, and that matters when agent behaviour changes quickly. The next phase of AI governance will favour organisations that can turn policy into enforceable logic rather than relying on narrative controls alone.
For practitioners
- Map human-speed controls that no longer fit Identify where code review, change approval, ticketing, and manual sign-off assume a delay between decision and execution. Replace those assumptions with controls that can intervene during agent execution, not after it finishes.
- Govern MCP tool chains, not just tool inventories Document allowed sequences such as read, transform, and write, then block unsafe transitions like mailbox read to external posting without an explicit policy gate. Treat sequence control as a core part of least privilege.
- Define machine-readable guardrails before verification Move agent policy into structured, testable language so that monitoring and verification have something precise to check. Ambiguous policy text is the fastest path to false confidence.
- Keep human oversight where exceptions are high impact Preserve human-in-the-loop approval for actions that can affect production systems, external communication, or sensitive data disclosure. The goal is not to slow everything down, but to keep irreversible actions reviewable.
Key takeaways
- AI security is now an identity problem because machine-speed execution can outpace human review, approval, and exception handling.
- The strongest control insight is sequence-aware governance, where the safety of one tool call depends on the path that led to it.
- Programmes that keep relying on provisioning-time assumptions will struggle as autonomous and AI-assisted systems reshape what least privilege means.
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 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while 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 use and prompt injection risks are central to the panel discussion. |
| OWASP Non-Human Identity Top 10 | NHI-02 | AI agents function as non-human identities with credentialed access to tools and data. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | The article centers on continuous verification and contextual access in agent workflows. |
Apply least-privilege and continuous verification to agent action paths, not only login events.
Key terms
- Machine-speed identity: An identity pattern where actions, approvals, and downstream effects occur faster than human review cycles can comfortably observe or interrupt. It matters because security controls built for human latency can become ineffective when execution is compressed into seconds or less.
- Contextual tool access: A governance model where an agent’s allowed tools change based on prior actions, session context, or policy state. It is more precise than static role assignment because it treats the sequence of actions as part of the authorisation decision, not just the identity of the caller.
- Sequence-aware least privilege: Least privilege applied to the order of operations, not only the permission set. In AI and agentic environments, a tool may be safe on its own but unsafe when combined with another action later in the same session.
- Machine-readable guardrail: A policy expressed in structured form so it can be enforced, tested, or verified by software. For agent governance, this reduces ambiguity and gives monitoring, validation, and runtime controls something precise to evaluate.
Deepen your knowledge
AI agent governance and machine-speed identity controls are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your programme is moving from human-paced approvals to agent-driven execution, it is worth exploring.
This post draws on content published by WorkOS: Security in the Age of AI: Old Problems Meet New Risks. Read the original.
Published by the NHIMG editorial team on 2025-10-28.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org