mirror of
https://github.com/anthropics/claude-code.git
synced 2026-08-21 00:03:33 +00:00
Update security-guidance plugin
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user