Claude Security Plugin: Multi-Agent Vulnerability Scanner for Your Terminal

Anthropic releases Claude Security plugin for Claude Code in beta. Run multi-agent scans on your repository, get verifiable findings, and apply patches. Secure

viernes, 24 de julio de 2026 • 4 min read • Q2BSTUDIO Team

Anthropic lanza plugin de seguridad para Claude Code

The cybersecurity landscape in software development demands increasingly intelligent and adaptable tools. Anthropic has released the Claude Security plugin for Claude Code in beta, a multi-agent vulnerability scanner that operates directly from the developer's terminal. This plugin not only identifies code flaws but orchestrates a collaborative workflow among artificial intelligence agents to validate each finding before generating patches. The proposal represents a qualitative leap in security automation, especially for teams working with custom applications and cloud environments.

The plugin's architecture is based on a dynamic orchestrator that divides the analysis into six progressive phases: inventory, threat modeling, research, sweep, verification panel, and adversarial phase. Each phase deploys specialized agents operating with language models of different capabilities, such as Opus for orchestration and Sonnet for code exploration. This differentiation allows optimizing costs and performance without sacrificing depth of analysis. At Q2BSTUDIO, as a software development and technology company, we see in this structure an opportunity to integrate AI processes into the security chain of cloud projects and enterprise applications.

The scan flow begins with an inventory that partitions the repository into logical components. Each top-level directory must be scanned or explicitly excluded with a justification. Next, a threat modeler per component identifies entry points, sinks, trust boundaries, and key files requiring full reading. The research phase runs agents per vulnerability category: injection and input, authentication and access, memory and unsafe operations, and cryptography and secrets. If a component is written entirely in memory-safe languages (Python, TypeScript), the memory lens is dropped, reducing the number of categories to three.

One of the most innovative aspects is the jury validation system. A potential finding does not make it into the report until it survives a panel of three independent verifiers, each with a specific lens: reachability, impact, and defenses. Each verifier returns a structured verdict of true positive or false positive, and a quorum of two out of three is required for the finding to be considered. The confidence level of the finding is capped: if unanimous (3/3), maximum confidence is high; if only quorum (2/3), it is limited to medium. This calculation is performed by a Python renderer, not the model that generated the finding, providing transparency and auditability.

The plugin also includes a patch generation module. Each patch is developed in a temporary clone of the repository, without touching the working tree or the developer's index. An independent agent reviews the diff and runs the project's tests. The patch is written only if the verifier can confidently state that the change addresses the finding, introduces no new vulnerabilities, and does not alter behavior except as specified. Any change that weakens security, such as a looser authentication check, is automatically rejected. Patches are stored in the report's patches/ folder and are never applied automatically; the developer must review and apply them manually with git apply.

The generated report includes a timestamped file, a JSONL with findings, and a revision stamp indicating which commit was scanned, the effort level, and the verification performed. The stamp includes a verification.status field that is only marked as verified if all findings went through the panel; otherwise it appears unverified with a reason. This allows teams to check the soundness of the analysis without relying on model assertions.

From a business perspective, tools like the Claude Security Plugin fit perfectly into DevOps workflows where security is a priority. At Q2BSTUDIO we offer cybersecurity services that integrate this type of automated scanning with manual audits, providing an additional layer of protection for critical applications. Furthermore, compatibility with AWS and Azure cloud environments allows deploying these analyses in CI/CD pipelines, combining the plugin with traditional SAST and dependency analysis tools.

The plugin requires a paid Claude Code subscription, Python 3.9+, and Git. It runs in the same developer session with no additional isolation, so it is recommended to use sandbox-runtime when scanning unknown repositories. Scans are non-deterministic and do not replace traditional static analysis or code reviews, but they represent a significant advancement in AI agent-based security automation.

For teams developing custom cloud applications, this plugin offers a way to detect vulnerabilities before each commit, reducing the risk of data leaks and unauthorized access. The combination of multiple agents with cross-validation provides a level of rigor previously only achieved through thorough manual reviews. At Q2BSTUDIO, as a software development company, we see this technology as an ideal complement to our Business Intelligence projects with Power BI, where data security is cross-cutting, and for cloud solutions where every line of code can have infrastructure implications.

The plugin's versatility is reflected in three operating modes: full codebase scan, change scan (branch, pull request, or commit), and patch suggestion from previous reports. This makes it a useful tool both for periodic reviews and for integration into daily workflow. Anthropic has published the plugin's source code in its official repository, allowing the community to audit and contribute to its improvement.

In conclusion, the Claude Security Plugin marks a milestone in AI-assisted software security. Its multi-agent approach, with rigorous validation through independent panels, raises the standard of current vulnerability scanners. For companies like Q2BSTUDIO, seeking to offer robust and secure solutions, integrating these capabilities into the development cycle is a natural step toward technological excellence.

A BREAK?

Play for a moment before you go

OUR SERVICES

How we can help you

Do you have a project in mind?

Tell us your vision and we'll turn it into a software solution. Whatever the scope, we make your idea real.