plugins marketplace
← All plugins

claude-security

v0.10.0

Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported and the verification tally computed in code. Turns surviving findings into targeted patches, each verified by a panel of agents, that you apply when you choose. See the plugin README for the tiers, the report format, and the trust model.

Claude Code1 skill

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/claude-security/ inside the repository.

Layout

plugins/claude-security/
├── .claude-plugin/plugin.json
└── skills/claude-security/SKILL.md

Skills1

claude-securityskills/claude-security/SKILL.md

The Claude Security menu — pick a job: scan the codebase (the whole repository or a scoped part of it), scan changes (this branch's or a pull request's diff, or one commit), or suggest patches (findings turned into targeted patch files, each verified by a panel of agents, that you apply when you choose).

Manifests1

plugins/claude-security/.claude-plugin/plugin.json
{
  "name": "claude-security",
  "version": "0.10.0",
  "description": "Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported and the verification tally computed in code. Turns surviving findings into targeted patches, each verified by a panel of agents, that you apply when you choose. See the plugin README for the tiers, the report format, and the trust model.",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}