cybersecurity-review
Installation
SKILL.md
Cybersecurity Review
Perform structured security code review across 9 dimensions, adapting depth based on review mode.
Review Modes
Select the appropriate mode based on context:
| Mode | Trigger | Scope | Depth |
|---|---|---|---|
| New Code | Reviewing code just written or a new feature | Changed files only | Deep on all 9 dimensions |
| Existing Repo | Auditing an established codebase | Full repository scan | Prioritize high-severity, sample for depth |
| Open Source Eval | Evaluating a dependency or OSS project | Full project + community signals | Supply chain focus + all 9 dimensions |
| Pull Request | Reviewing a PR for merge readiness | Diff only + touched files | Deep on changed code, contextual on surrounding code |