Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub cheluen/droids-workflow --plugin droidsHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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 |