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 droidsThis skill uses the workspace's default tool permissions.
Use this checklist when performing security reviews of code changes.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 |