Stats
Actions
Tags
From droids
[DROIDS-INTERNAL] Security review checklist for code analysis. Only activate when invoked by droids plugin agents (code-reviewer) or /droids:* commands. Do NOT auto-activate in regular conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/droids:droids-security-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this checklist when performing security reviews of code changes.
Use this checklist when performing security reviews of code changes.
When reporting issues, use these severity levels:
| Level | Description | Example |
|---|---|---|
| CRITICAL | Immediate exploitation risk | SQL injection, RCE |
| HIGH | Significant security impact | Auth bypass, XSS |
| MEDIUM | Moderate risk with conditions | CSRF, info disclosure |
| LOW | Minor security concern | Missing headers |
npx claudepluginhub cheluen/droids-workflow --plugin droidsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.