Files
claude-plugins-official/plugins/security-guidance/.claude-plugin/plugin.json
Noah Zweben 19a119f97e Update plugins library to include authors (#6)
* added Anthropic as author

* update figma
2025-12-12 16:52:17 -08:00

9 lines
280 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",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}