Wednesday , September 9 2026
terminal

Anthropic Unveils Free Security Plugin for Claude Code Terminal to Detect Flaws

Anthropic has released a tool that acts like a careful assistant in your terminal. This new security plugin for Claude Code checks code as it’s being made or changed, pointing out common problems before they reach production.

The plugin is already included in the Anthropic marketplace. It uses pattern matching to find about 25 risky code patterns. This includes unsafe loading, hardcoded secrets, and errors that make penetration testers happy. When it finds an issue, Claude suggests fixes right away, so developers don’t have to switch to another security tool.

A single call: ShinyHunters Gained Access to 6 Million Customers’ Records

A single phone call caused one of the biggest data breaches in Dutch history. In early February 2026, the big...
Read More
A single call: ShinyHunters Gained Access to 6 Million Customers’ Records

The first zero-click worm to spread through WeChat calls across iOS and Android

A worm called “WeWorm” can spread through WeChat voice calls on iOS and Android. It takes over a target's WeChat...
Read More
The first zero-click worm to spread through WeChat calls across iOS and Android

USA Bimbo Bakeries Confirms Data Stolen in Oracle EBS Zero-Day Attack

Bimbo Bakeries USA has confirmed that hackers stole employee data by exploiting a zero-day vulnerability in Oracle’s E-Business Suite (EBS). In...
Read More
USA Bimbo Bakeries Confirms Data Stolen in Oracle EBS Zero-Day Attack

ALERT
Roundcube Webmail fixes 12 security flaws, including zero-click XSS and SSRF bypass

Roundcube Webmail has given security updates for its 1.6 LTS and 1.7 branches. These updates fix 12 problems that could...
Read More
ALERT  Roundcube Webmail fixes 12 security flaws, including zero-click XSS and SSRF bypass

New HOOKEDGE Backdoor Deployed by Hackers in European Espionage

Russian-backed hacker group BlueDelta, also known as APT28, Fancy Bear, and Forest Blizzard, has used a small Windows backdoor called...
Read More
New HOOKEDGE Backdoor Deployed by Hackers in European Espionage

Hackers Exploiting MikroTik RouterOS Flaw Gaining Network Access

Attackers are misusing MikroTik routers through their Secure Shell (SSH) service, which can be accessed from the internet, to take...
Read More
Hackers Exploiting MikroTik RouterOS Flaw Gaining Network Access

CrowdStrike launches SafeMind, the first agentic cybersecurity solution for defenders

CrowdStrike launched CrowdStrike SafeMind, a set of special security models and tools from the CrowdStrike Cyber Superintelligence Lab. The SafeMind...
Read More
CrowdStrike launches SafeMind, the first agentic cybersecurity solution for defenders

Claude, DeepSeek, and Qwen AI agents combinedly used to hit gov.t across Asia

Chinese-speaking hackers have added Claude, Qwen, and DeepSeek to their hacking system to automate cyberattacks on governments and other targets...
Read More
Claude, DeepSeek, and Qwen AI agents combinedly used to hit gov.t across Asia

India: C-DOT Launches 14 Local Quantum-Safe Technologies

India is making its communication systems safer and stronger by launching 14 local quantum products. These products were made by...
Read More
India: C-DOT Launches 14 Local Quantum-Safe Technologies

14,000 Dahua cameras compromised: TP-Link flaws enable RCE

Over 14,000 Dahua security cameras connected to the internet have been hacked in a 35-day online attack that affected devices...
Read More
14,000 Dahua cameras compromised: TP-Link flaws enable RCE

How the plugin actually works

The security-guidance tool works within Claude Code’s terminal. It checks the code as it is being written or changed. It looks for issues like hardcoded API keys, unsafe deserialization, bad input checks, and other weaknesses that cause many real-life security problems.

The plugin works right in the coding session, so Claude can suggest fixes right away. The developer sees the alert, checks the fix, and continues.

Installation and Customization

Installing the plugin takes a single command inside a Claude Code session:

text/plugin install security-guidance@claude-plugins-official
/reload-plugins

Developers can extend the plugin’s behavior via two repo-level files — a .claude/claude-security-guidance.md file for plain-language threat model rules fed to the model reviewers, and a .claude/security-patterns.yaml file for custom regex or substring patterns applied to the per-edit check.

Organizations can make all team members use the plugin by saying so in .claude/settings.json, and admins can apply it for the whole organization through managed settings.

Part of a larger security play

The security-guidance tool isn’t something separate. It is part of Anthropic’s larger Claude Code Security project, which started as a limited research preview on February 20, 2026, and then opened to public beta for Enterprise users by late April 2026.

The complete Claude Code Security system is more than just regex pattern matching. It uses advanced AI thinking from models like Opus 4.6 to scan code thoroughly. This method imitates how human security experts look for vulnerabilities, finding small logic problems and data-flow issues that normal static analysis tools often overlook.

Anthropic says the system found over 500 serious problems in open-source code that were not known before. This was confirmed through internal tests and competitions. The system also offers specific fixes for humans to review, making sure developers are involved in the final choices.

What this means for the security industry and tech investors

After Claude Code Security shared its research preview in February 2026, the stock prices of big cybersecurity companies dropped. This drop showed that investors were worried about how AI-based security tools could change how developers work.

For developers, the math is simple. If you use Claude Code, turning on security advice is basically free extra safety. The plugin that uses regex finds easy problems, while the bigger Enterprise security features do more detailed checks for teams ready to spend money.

Related News:

Microsoft patches SharePoint RCE flaw CVE-2026-45659 across servers
CERT-In Recommends 12-Hour Patching for Internet Facing Flaws Amid AI Attacks
WhatsApp users on alert after hacker drops 3TB data
FBI alerts on Kali365 phishing targeting Microsoft 365 accounts

Terra Security researchers discovered Flaws in Anthropic’s Claude Code 

Check Also

AI SOC

Gartner
70% of SOCs Will Pilot AI Agents: Only 15% Will See Results

The market for AI SOC agents is early, crowded, and full of claims that haven’t …