0:00 / 0:38
Sources
News
Claude Code Now Catches Security Bugs as You Write - Free Anthropic Plugin Goes Live
calendar_today Date:
schedule Duration: 0:38
database
Summary Report
Anthropic has launched a free security-guidance plugin for Claude Code that scans every file edit, model output, and commit in real time, flagging dangerous patterns before they land in pull requests.
- 01. Free security-guidance plugin for Claude Code, available on all plans.
- 02. Hooks into every file edit, model output, and commit with deterministic pattern matching.
- 03. Flags dangerous constructs like eval, os.system, pickle deserialisation, and dangerouslySetInnerHTML.
- 04. Internal testing cut security-related pull request comments by thirty to forty percent.
- 05. Cleared one hundred and fifty seven thousand downloads in the first twenty four hours.
Anthropic has launched a free security plugin for Claude Code that automatically reviews code as developers write it, flagging dangerous patterns before they reach pull requests. The plugin integrates directly into the development workflow, monitoring every file edit, model output, and commit.
The plugin uses deterministic pattern matching to identify common security vulnerabilities including eval statements, os.system calls, pickle deserialisation, dangerouslySetInnerHTML usage, and other constructs frequently cited in CVE reports. Internal testing showed the plugin reduced security-related comments on pull requests by 30-40%, addressing the repetitive nature of flagging the same recurring security mistakes in code reviews.
The release timing follows recent security disclosures, with four research teams publishing remote code execution vulnerabilities in Claude Code itself earlier this month. The security plugin appears to be part of Anthropic's response to these findings, demonstrating a proactive approach to addressing security concerns.
Developers can install the plugin with a single slash command: /plugin install security-guidance@claude-plugins-official. The tool gained significant traction immediately, recording 157,000 downloads within its first 24 hours of availability.
Meta Data
Company:
LLM: