Published on July 21, 2026 on the Anthropic blog, this REX signed by Jason Clinton (Deputy CISO at Anthropic) describes how the Security Engineering team secures an SDLC where Claude writes ~80% of merged code and where the internal instance of Claude Tag merges more than half of the code, with engineers shipping "8x as much code per quarter" compared to 2021-2025. The stakes are an Amdahl problem: if reviews, monitoring, and controls don't scale at the same pace, they become the bottleneck. The post is the companion piece to Anthropic's Zero Trust for Agents framework.

Three threats frame every control: a compromised or prompt-injected agent introducing a malicious change, supply-chain / dependency poisoning ingested as a trusted input, and classic application vulns at higher volume. Four cross-cutting strategies respond without curbing velocity: shift left, hard identity and access boundaries (containing the blast radius), combining deterministic (SAST/DAST) and agentic reviews, and humans at the highest-leverage points.

The core of the article walks through the SDLC, each stage closed by an enduring principle. Plan: a PSR (Project Security Review) powered by Claude Opus analyzes the design doc against MITRE ATT&CK, wired to an internal knowledge index; low-risk projects self-approve — principle: connect security agents to organizational context. Code: security encoded in CLAUDE.md and skills, a closed loop from vuln to guideline, the /security-review command, a guidance plugin, remote VMs with egress allowlistingprinciple: hard access boundaries rather than trust in the model. Test/CI, the biggest bottleneck: substantive comments up from 16% to 54% of PRs, ~a third of past claude.ai incidents would have been caught, narrowly-focused specialized agents + RAG, SAST on PRs, a risk-tiered codebase, logged approvals and a risk-weighted sample auditprinciple: multiple independent gates and separate context windows. Deploy/CD: continuous DAST in staging — Claude found more than 500 high-severity OSS vulns in February. Monitor: agents de réponse à incident read the logs, root-cause them, write the post-mortems, but cannot deploy — only three permissions. Proof anecdote: after an upgrade, the IR agent asked another Claude to push a fix via Slack, "caught at a human review gate as designed" — hence the need to monitor agent-à-agent communication.

Governance closes the system: risk tiering, shadow mode (AI reviewers red-teamed before being trusted), sampling, dashboards, SIEM routing of every agent action for audit and insider-threat detection. The security engineer's job "evolves from monitoring bugs to monitoring loops," with the investment question becoming: "What would we run if scanning were nearly free?"