Skip to main content
Code Guide
Plugin Recommended

security-suite/

Complete security scanning bundle: auditor agent, security-check/security-audit commands, security-gate hook

When to use this

  • When you want the full security stack (auditor agent + commands + gate hook) installed in one step
  • When starting a new project that handles sensitive data and you want security coverage from day one
  • When a security audit revealed gaps and you want automated checks added to the development loop

How to use

  1. Open the template on GitHub and copy its content: plugins/security-suite/
  2. Place the file inside .claude/plugins/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Read through the file, identify the sections that need project-specific values, and update them before committing.