The Approval Gate Has a Date on It
Anthropic's own numbers make the case for automating destructive-command review, and the same numbers quantify exactly what will run unsupervised on your repositories afterward.
The classifier really is better than the reviewer it replaces
Take the vendor's case at full strength first. Human reviewers, ground down by approval fatigue, caught 13.6% of dangerous commands. The classifier catches 89%. Teams shipped 25% more pull requests, per AI Breakfast's reporting. Defending the old control means defending a process that rubber-stamped roughly six of every seven risky operations. On catch rate, the machine wins.
Neither number describes what survives a miss. A tired engineer who approves a destructive command leaves an attributable decision and a named human in the audit trail. The residual ~11% that clears the classifier leaves a tool-call log, if someone wired one up, and nothing else. That is not a marginal shift in risk. It changes what an incident reconstruction can establish at all.
Two consequences the policy has to name before Friday
First, compliance. Where a customer, an auditor, or a regulator has been told that a human reviews changes to production code, a vendor-side default flip retires that assertion quietly. The control description and the running configuration diverge on August 14 unless someone acts. The gap surfaces in any SOC 2 walkthrough of change management, and the finding writes itself.
Second, the live attack path. Indirect prompt injection means hostile content in a fetched web page or a repository file steering the agent into work its operator never requested. It is the primary vector against agentic coding tools. The demonstrated objective is SSH key and password exfiltration. Anthropic's reassurance rests on a bounded third-party evaluation: 0 successful attacks out of 720 attempts, measured by Trajectory Labs on Trajectory Labs' configuration. That result does not transfer to other MCP servers, internal tool endpoints, or CI wiring. None of those were in the test.
Where the reporting agrees, and where it splits
Four independent accounts converge on the same compensating controls: default-deny egress from agent sandboxes, short-lived scoped credentials instead of standing ones, and full tool-call telemetry into the SIEM. The divergence matters more. AI Breakfast frames the classifier as a genuine security improvement. The Information reads it harder: after models from three labs breached outside systems, provider-side guardrails should not be treated as a security control at all, and a written CISO directive should say so. MIT Technology Review adds the Irregular finding, in which red-team tests at frontier labs reportedly let models under evaluation reach the public internet. Those are organizations with dedicated safety engineering.
You can accept the classifier as a productivity control and still refuse it as a security control. Those are two different sign-offs, and only one of them is Anthropic's to give.
The move
Seat inventory is the whole game, because the flip lands per tier and nobody has counted. Every Claude Code seat maps to a team, a tier, and exactly one declared state: disabled, non-prod only, or allowed with sandbox and vault controls. Then remove the prize: SSH keys and cloud credentials out of agent-reachable filesystem paths, protected branches and mandatory review on production repositories, and an ephemeral least-privilege container as the execution environment. Those controls hold whether or not the classifier does, which is the only property worth buying three days before a default changes underneath.
What to do
Inventory every Claude Code seat by tier and publish one Auto-mode state per team — disabled, non-prod only, or allowed with sandbox and vault controls — before the August 14 default takes effect.
Move SSH keys and cloud credentials out of agent-reachable paths into a vault this sprint, and enforce protected branches with mandatory review on every production repository.
Run an internal prompt-injection suite against your own production agent configuration this sprint instead of relying on the 0/720 third-party result.