12 lines
337 B
JSON
12 lines
337 B
JSON
{
|
|
"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"
|
|
]
|
|
} |