Anthropic is changing how Claude Code handles risky commands, moving away from constant human approval prompts and toward an automated safety classifier called auto mode.
Starting August 14, 2026, auto mode will become the default setting for new sessions on Claude Code’s Pro, Max, and Team plans, marking a major shift in how AI coding agents balance autonomy with security.
The decision follows months of internal and third-party testing comparing manual permission prompts against automated review. Anthropic found that human reviewers were becoming dangerously complacent, approving 97% of all permission requests in Claude Code, often reflexively rather than through genuine scrutiny.
This “approval fatigue” left a wide security gap: in a controlled study involving 1,053 paid professional testers, human reviewers caught only 13.6% of dangerous commands slipped into their workflow, while auto mode’s classifier caught 89% of the same threats.
Claude Code Shifts Agent Security
Auto mode blocked 800 commands that humans had approved, while humans blocked just 6 that auto mode missed. Notably, human vigilance declined further as sessions lengthened, dropping from a 17% catch rate early on to just 5% after 50 or more prior prompts, whereas auto mode’s detection rate stayed consistent throughout.
Rather than interrupting users with repeated prompts, auto mode routes every tool call through a classifier designed to block actions that are irreversible, destructive, or directed outside the user’s own environment.

When it flags something risky, Claude typically finds a safer alternative or asks the user directly for confirmation. If it hits three consecutive blocks, or twenty across a session, Claude Code automatically falls back to manual approvals.
Existing permission rules still take priority in most cases, except overly broad allow-rules like unrestricted Python or Node execution, which are set aside during auto mode since they would let commands bypass the classifier entirely.
Beyond routine command review, auto mode has demonstrated resilience against sophisticated attacks. In a two-week red-teaming engagement with Apollo Research, the classifier’s miss rate against adversarial attacks fell from 12% to 7% after hardening.
In prompt-injection testing conducted by Trajectory Labs, none of 720 attack attempts succeeded against Claude models running auto mode, compared to a 5.83% success rate against OpenAI’s GPT-5.6 Sol operating in Codex’s comparable auto-review mode.
Internally at Anthropic, auto mode has already prevented real incidents, including blocking an attempted data leak to a public code-sharing site, halting a mass pod-kill that would have destroyed in-flight training jobs, and catching an over-privileged cloud access request that would have granted full administrative control instead of read-only billing access.
Beyond security, auto mode is designed to let Claude work autonomously for longer stretches without interruption, a feature particularly suited to long-running models like Claude Opus 5.
Anthropic reports that Teams and Enterprise adopters using auto mode ship roughly 25% more pull requests. Companies including Adobe, Nuro, Gusto, and Garner Health have already deployed auto mode as their production default, using it to power overnight research agents, automate multi-country web page verification, and standardize development workflows across hundreds of employees.
Auto mode remains opt-in for now on Claude Enterprise, the Claude API, and cloud platforms including AWS, Google Cloud, and Microsoft Foundry, giving administrators time to evaluate the change before Anthropic extends the default there in the coming month.
Anthropic is also no longer charging Pro, Max, and Team users for the extra token overhead the auto mode classifier requires. For security teams, the shift signals a broader industry trend: as AI coding agents take on more autonomous, long-running tasks, automated risk classification may prove more reliable than human oversight fatigued by constant, repetitive approval requests.
Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. -> Integrate ANY.RUN With Your SOC Now.
The post Claude Code Shifts Agent Security From Repeated Human Approval to Auto Mode appeared first on Cyber Security News.
