plugin.json 499 B

12345678910
  1. {
  2. "name": "security-guidance",
  3. "version": "2.0.7",
  4. "description": "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.",
  5. "author": {
  6. "name": "David Dworken",
  7. "email": "dworken@anthropic.com"
  8. },
  9. "homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/security-guidance"
  10. }