Wednesday , August 12 2026
Claude Security plugin

Anthropic Unveils Claude Security Plugin for Code Flaw Scanning

Anthropic launched the Claude Security plugin in beta. This tool uses AI to find serious security flaws in Claude Code. Developers can use it to spot issues before they release their work.

The tool allows teams to check recent changes or whole repositories from the terminal, using the same Claude inference they already use.

AI Finds Nation-State-Level Zoom Flaw in Under 24 Hours, Zero-Click Attack Exposed

A serious security flaw in Zoom might let a hacker take control of someone else's device in a live meeting...
Read More
AI Finds Nation-State-Level Zoom Flaw in Under 24 Hours, Zero-Click Attack Exposed

Hacker Actively Exploit SonicWall and SharePoint Flaws

The CISA in the U.S. has added two important SonicWall SMA1000 flaws—CVE-2026-15409 and CVE-2026-15410-to its list of Known Exploited Vulnerabilities...
Read More
Hacker Actively Exploit SonicWall and SharePoint Flaws

Gunra Ransomware Leverage Fortinet VPN Flaws to Evade MFA Obtaining Enterprise Data

A joint warning from the FBI, CISA, the Department of Defense Cyber Crime Center, the NSA, the U.S. Secret Service,...
Read More
Gunra Ransomware Leverage Fortinet VPN Flaws to Evade MFA Obtaining Enterprise Data

Hackers accessed a US defense manufacturer’s Microsoft 365 account via phishing.

Attackers penetrated into IEH Corporation, a US defense and airspace firm, using a fake link that looked like a real...
Read More
Hackers accessed a US defense manufacturer’s Microsoft 365 account via phishing.

Google Play Apps Utilize Stealth Loaders to Spread Anatsa Banking Malware

Android users are reminded that a known app store listing can hold a money threat. Researchers found harmful loaders on...
Read More
Google Play Apps Utilize Stealth Loaders to Spread Anatsa Banking Malware

Bangladeshi org listed “the Gentlemen’ ransomware victim list: CIRT warns

The gentlemen ransomware group targets various industries of Bangladesh. In an advisory Bangladesh e-Government Computer Incident Response Team (BGD e-GOV...
Read More
Bangladeshi org listed “the Gentlemen’ ransomware victim list: CIRT warns

Around 800 Malicious npm Packages Distribute Cross-Platform RAT and Infostealer

A group of almost 800 harmful packages was added to the npm registry in a new effort to spread malware...
Read More
Around 800 Malicious npm Packages Distribute Cross-Platform RAT and Infostealer

Google Chrome 151 Update Fixes 41 Flaws, 6 Critical

Google has launched Chrome version 151.0.7922.108/.109 for Windows and macOS, and version 151.0.7922.108 for Linux. This update brings 41 security...
Read More
Google Chrome 151 Update Fixes 41 Flaws, 6 Critical

Swiss gov.t SharePoint incident compromised 200 accounts

Switzerland’s federal IT office says hackers exploited vulnerabilities to breach its Microsoft SharePoint servers and compromised approximately 200 accounts. The...
Read More
Swiss gov.t SharePoint incident compromised 200 accounts

Azad president, Secretary Post Heads to Contest: ISACA Dhaka Chapter Election

The ISACA Dhaka Chapter Election for 2026–2028 will take place on 8, August-2026. Most of the executive roles are likely...
Read More
Azad president, Secretary Post Heads to Contest: ISACA Dhaka Chapter Election

The Claude Security plugin operates within Claude Code, Anthropic’s AI tool for coding and git tasks. Developers can check uncommitted changes before committing or do a complete code analysis without interrupting their work.

Admins turn on the feature in the admin console, and setup is easy with a simple guide. The plugin is in beta for all Claude Code users. This method keeps security checks in the daily development process instead of needing separate scanners.

Claude Security has a system with many agents. It starts by mapping the code structure. Then, it finds possible threats. It checks the results to reduce false alarms. Finally, it recommends fixes that match the style.

Humans always check and make every change because the tool does not automatically save them. Early users like the easy workflow and the check that helps trust the results. Scanning the whole repo can raise token costs and may lead to using pricier models, so teams might choose smaller or step-by-step scans.

The system thinks like a security expert. It looks at Git history, tracks data across files, and knows business logic that is more complex than just matching patterns.

Issues Claude Security Plugin Targets

Claude Security focuses on serious vulnerabilities that traditional tools often miss, including:

Memory corruption
Injection flaws
Authentication bypasses
Complex logic errors

It does very well with issues that depend on context and involve many files, where knowing how parts work together is important. Severity levels and confidence scores assist security teams in focusing on the most important things.

Rule-based tools find known patterns but often miss many real problems and have trouble with new or complex bugs. Claude Security looks at code as a whole, providing actual fixes that fit the project’s style instead of just sending out general warnings.

Findings can go into current workflows using webhooks for Slack, Jira, or other ticket systems. Teams can also save results as CSV or Markdown for audits. Recorded dismissals remain for future reference, so triage decisions are clear across tools. Users can restrict scans to one directory or set up scheduled scans for ongoing coverage without needing to start them manually. This helps with fast pre-commit checks and keeps repositories clean. The plugin works with, not instead of, existing security systems, sending results to the tools teams already use.

The Claude Security plugin is now available in beta for all Claude Code users. Admins can activate it in the admin console at claude.ai/admin-settings/claude-code.

Open-source maintainers and business teams get extra protection from increasing smart, AI-driven attacks. Anthropic wants to make code safer by adding top-level research analysis in the terminal. Developers who already rely on Claude Code can start scanning today and keep vulnerabilities out of production with far less friction than legacy tools require.

Check Also

PentesterFlow

“PentesterFlow” AI Automation Tool for Penetration Testers and Bug Hunters

PentesterFlow is a new open-source AI tool for command lines. It is made for penetration …