Claude Security public beta: scans codebase, validates own findings, proposes patches

Anthropic just released Claude Security in public beta for Enterprise customers. Instead of rule-based pattern matching (fast, cheap, flood of false positives), it reasons through code like a security researcher — reading Git history, tracing data flows across files, and understanding business logic. The goal is catching vulnerabilities that only make sense in context, which pattern matchers structurally cannot find.
Key features
- Scans for high-severity issues: memory corruption, injection flaws, auth bypasses, complex logic errors
- Validates findings internally via adversarial self-verification before surfacing — Claude challenges its own results
- Proposes a concrete patch per finding, maintaining your code's structure and style
- Pushes findings to Slack, Jira, or any system via webhooks
- Lets you scope scans to specific directories or run them on a schedule
Design decision that matters
The standout architecture: every finding goes through an adversarial self-verification step before it surfaces. It's not just "AI finds bugs," it's "AI argues with itself before reporting." This dramatically improves signal-to-noise ratio compared to traditional scanners.
Human remains in control
Every patch requires review and approval before anything gets merged. Claude Security is built on the same models Anthropic uses to secure its own codebase — an honest signal of internal confidence.
Availability
Currently Enterprise-only. Team and Max plans coming later. This is early — AI-generated patches on critical systems need careful review — but the direction (AI that validates its own reasoning before surfacing results) is the right one for security tooling.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw API Costs Hit $275 in 5.5 Hours, Annualizing to Over $200K
A developer testing OpenClaw with OpenAI's GPT-5.4 API spent $275 between 11am and 4:30pm, which annualizes to over $200,000 per year at that usage rate.

OpenAI Releases GPT-5.3-Codex-Spark in Research Preview
OpenAI has introduced GPT-5.3-Codex-Spark in a research preview, promising faster development capabilities.

Agent Memory Is Not a Storage Problem: It's an Authority Problem
A developer argues that agent memory fails not because retrieval misses, but because all notes return with equal authority. The fix: a graph with roles, expiration, and activation fields.

Ubuntu Linux to Integrate AI Features Over the Next Year, Starting with Local Inferencing
Canonical announces a multi-year AI push for Ubuntu, focusing on local inferencing, agentic workflows, and context-aware OS capabilities, with features rolling out throughout 2026.