mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-08-23 08:48:01 -03:00
21 lines
750 B
JSON
21 lines
750 B
JSON
{
|
|
"name": "claude-security",
|
|
"version": "0.10.1",
|
|
"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"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"keywords": [
|
|
"security",
|
|
"vulnerability",
|
|
"scan",
|
|
"audit",
|
|
"appsec",
|
|
"code-review",
|
|
"remediation",
|
|
"autofix"
|
|
]
|
|
}
|