Anthropic Launches Claude Code Security, an AI-Powered Vulnerability Scanner
Anthropic unveils Claude Code Security, a new feature built into Claude Code on the web that reasons about code like a human security researcher. Available as a limited research preview for Enterprise and Team customers.
Anthropic on Monday announced Claude Code Security, a vulnerability detection tool built directly into Claude Code on the web. The feature is rolling out as a limited research preview for Enterprise and Team plan customers, with priority access granted to open-source software maintainers.
Beyond Pattern Matching
Traditional code security tools rely on rule-based static analysis and known vulnerability pattern matching โ techniques that, while useful, miss entire categories of bugs. Claude Code Security takes a fundamentally different approach: it reasons about source code the way a human security researcher would.
The system understands interactions between components, traces data flows across entire applications, and identifies vulnerabilities rooted in complex business logic. This means it can catch issues that single-file analysis tools routinely miss โ the kind of subtle, cross-cutting bugs that typically require a seasoned security engineer to spot.
Self-Verification to Cut False Positives
One of the toolโs more notable features is its multi-stage verification process. When Claude Code Security identifies a potential vulnerability, it doesnโt just flag it and move on. Instead, the system attempts to both prove and disprove its own findings, filtering out false positives before they ever reach a developerโs dashboard.
False positive rates have long been a practical barrier to adoption for security scanning tools. Teams that are drowning in spurious alerts tend to ignore them entirely, which defeats the purpose. Anthropicโs approach aims to solve this by delivering higher-confidence results from the start.
Each confirmed vulnerability receives a severity rating and appears in a dedicated dashboard. The tool also generates patch suggestions, though final approval and application remain in human hands โ a deliberate design choice that keeps developers in the loop.
500+ Vulnerabilities Found in Production Code
Anthropic says Claude Code Security, powered by Claude Opus 4.6, has already uncovered more than 500 vulnerabilities in production open-source codebases during testing. Some of those bugs had gone undetected for decades, according to the company.
The security push isnโt coming out of nowhere. Anthropicโs Frontier Red Team has been participating in CTF (Capture The Flag) competitions, and the company has an ongoing collaboration with Pacific Northwest National Laboratory (PNNL) focused on critical infrastructure defense. Claude Code Security represents the productization of that research effort.
A New Front in the AI Coding Wars
The launch signals that competition among AI coding tools is expanding beyond code generation and into security. GitHub Copilot, Snyk, and others have been building out security capabilities, but Anthropic is now bringing its own foundation model directly to bear on the problem โ integrated into the same tool developers already use for writing code.
Enterprise and Team customers can request access to the research preview through Claude Code on the web.
Official announcement: https://www.anthropic.com/news/claude-code-security
Related Articles
Claude Code v2.1.47 Released: 40+ Bug Fixes, Windows Overhaul, Memory Improvements, and Faster Startup
Anthropic ships Claude Code v2.1.47 with over 40 bug fixes targeting Windows rendering bugs, long-session memory leaks, a ~500ms startup improvement, plan mode preservation after compaction, and a revamped background agent kill shortcut.
Claude Code v2.1.49 Released: Background Agent Kill Fix, Startup Speedups, and Yoga WASM Memory Leaks Squashed
Anthropic ships Claude Code v2.1.49 with roughly 20 changes, including a fix for Ctrl+C and ESC being silently ignored during background agent execution, multiple startup performance improvements via MCP batching and auth-failure caching, an end to Yoga WASM memory growth in long sessions, file editing in simple mode, and new SDK capability fields.
Claude Code v2.1.50: Worktree Hooks, Agent Memory Overhaul, Opus 4.6 Gets 1M Context
Anthropic ships Claude Code v2.1.50 with WorktreeCreate/WorktreeRemove hook events, declarative worktree isolation in agent definitions, a fix for session data loss on SSH disconnect, a native module compatibility fix for older glibc Linux systems, an avalanche of memory leak fixes targeting long-running sessions, and Opus 4.6 fast mode now supporting the full 1M context window.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.