mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-16 16:07:50 +00:00
feat: Add security-guidance plugin in claude-code repo (#9223)
This commit is contained in:
9
plugins/security-guidance/.claude-plugin/plugin.json
Normal file
9
plugins/security-guidance/.claude-plugin/plugin.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user