TL;DR: Anthropic’s Claude Code auto mode evaluates each action with layered checks, and the source article says users approve 93% of permission prompts, highlighting why human-in-the-loop approval does not scale for agentic systems. Runtime intent enforcement is now the practical boundary between useful autonomy and security failure.
NHIMG editorial — based on content published by Lasso Security: Intent Security Through the Lens of Claude Code Auto Mode
By the numbers:
- Anthropic’s data from their Claude Code auto mode post says users approve 93% of permission prompts.
Questions worth separating out
Q: How should security teams govern AI agents that can act without constant approval?
A: Security teams should treat autonomous agent behaviour as a runtime authorisation problem, not a ticketing or review problem.
Q: Why do AI agents complicate least privilege and blast-radius control?
A: AI agents complicate least privilege because their exact action sequence is not fully knowable at provisioning time.
Q: What do teams get wrong when they rely on human approval for every agent action?
A: They assume that more human checkpoints always equal more security.
Practitioner guidance
- Define separate intent boundaries for each agent Document user intent, system intent, model intent, and external content as distinct governance inputs.
- Split content screening from action approval Use one control to inspect inbound content and another to authorise outbound tool calls.
- Measure approval fatigue as a control signal Track how often users approve agent prompts without review and identify where routine acceptance is masking risk.
What's in the full article
Lasso Security’s full analysis covers the operational detail this post intentionally leaves for the source:
- A side-by-side comparison of Intent Security and Claude Code auto mode at the layer-by-layer runtime level
- Detailed discussion of intent dimensions, baseline tracking, and conditional action monitoring
- The article’s own breakdown of how prompt injection, overeager actions, and model misalignment are separated in practice
- Further explanation of how system intent is defined and enforced per application context
👉 Read Lasso Security’s analysis of Claude Code auto mode and Intent Security →
Claude Code auto mode and runtime intent checks for agentic AI?
Explore further
Runtime approval is not identity governance when the actor can move faster than the reviewer. The article shows that 93% approval rates turn human review into a pacing problem, not a security boundary. That makes the real control question whether the runtime can decide faster than the agent acts, which is the relevant governance test for agentic systems.
A few things that frame the scale:
- Anthropic’s data from their Claude Code auto mode post says users approve 93% of permission prompts, according to Analysis of Claude Code Security.
- Our research on AI agent governance also found that 80% of organisations report their AI agents have already performed actions beyond their intended scope.
A question worth separating out:
Q: What should organisations do when system scope changes for an AI agent?
A: They should update the agent’s operational boundaries as a security-controlled artifact, not as an informal prompt change. If the intended mission changes, the runtime policy should change with it, or the system will continue enforcing an outdated definition of safe behaviour. Scope provenance matters because stale policy creates misalignment even without an attack.
👉 Read our full editorial: Claude Code auto mode shows why agentic security needs runtime intent checks