Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:34 +08:00
commit 06224ab301
5 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "security-guidance",
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
"version": "1.0.0",
"author": {
"name": "David Dworken",
"email": "dworken@anthropic.com"
},
"hooks": [
"./hooks"
]
}