Files
claude-code/plugins/security-guidance/.claude-plugin/plugin.json

11 lines
487 B
JSON
Raw Normal View History

{
"name": "security-guidance",
2026-05-26 07:57:37 -07:00
"version": "2.0.0",
"description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.",
"author": {
"name": "David Dworken",
"email": "dworken@anthropic.com"
2026-05-26 07:57:37 -07:00
},
"homepage": "https://github.com/anthropics/claude-code/tree/main/plugins/security-guidance"
}