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
関連記事
Anthropic、AIによるコード脆弱性検出ツール「Claude Code Security」を発表
AnthropicがClaude Code on the webに組み込まれた脆弱性検出機能「Claude Code Security」を限定リサーチプレビューとして公開。従来の静的解析を超え、人間のセキュリティ研究者のようにコードを推論し、複雑なビジネスロジックの脆弱性を検出する。
Claude Code v2.1.47 リリース - Windows対応強化・メモリ改善・40件超のバグ修正
Anthropicは2026年2月19日、Claude Code v2.1.47をリリースした。Windows環境の描画バグ修正、長時間セッションのメモリ改善、起動速度の向上(約500ms短縮)、コンテキスト圧縮後のプランモード保持など40件以上の修正が含まれる。
Claude Code v2.1.49 リリース - バックグラウンドエージェント制御改善・起動高速化・Sonnet 4.6の1Mコンテキスト対応
Anthropicは2026年2月20日、Claude Code v2.1.49をリリースした。バックグラウンドエージェント実行中のCtrl+C/ESC無視バグの修正、起動パフォーマンスの大幅改善、シンプルモードへのファイル編集ツール追加、Yoga WASMメモリリークの修正などが含まれる。また、MaxプランにおいてSonnet 4.6が1Mコンテキストに対応した。
人気記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。