Update security-guidance plugin

This commit is contained in:
Mohamed Hegazy
2026-05-26 07:57:37 -07:00
parent 39e853e407
commit 441892ecee
14 changed files with 6756 additions and 195 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "security-guidance",
"version": "1.0.0",
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
"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"
}
},
"homepage": "https://github.com/anthropics/claude-code/tree/main/plugins/security-guidance"
}