plugin.json 302 B

123456789
  1. {
  2. "name": "security-guidance",
  3. "version": "1.0.0",
  4. "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
  5. "author": {
  6. "name": "Anthropic",
  7. "email": "support@anthropic.com"
  8. }
  9. }