feat: Add security-guidance plugin in claude-code repo (#9223)

This commit is contained in:
David Dworken
2025-10-09 09:10:43 -07:00
committed by GitHub
parent a0317fcc53
commit f876b85116
3 changed files with 305 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"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",
"author": {
"name": "David Dworken",
"email": "dworken@anthropic.com"
}
}