Content
50%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable and well-sequenced, but the body is a bloated inline command catalog that duplicates reference files and spells out knowledge Claude already has, with weak per-step validation in its destructive phases. Splitting the phase material into the existing reference files and tightening the overview would materially improve it.
Suggestions
Move the per-phase command catalogs into references/attack-playbooks.md and references/evasion-cheatsheet.md, leaving SKILL.md as a concise overview that links to them — the files already exist but are unreferenced.
Add explicit validate→fix→retry checkpoints within destructive/batch phases (e.g. confirm a foothold before lateral movement, verify persistence survived reboot) rather than only top-level phase gates.
Trim commands and technique explanations that a security-capable model already knows, keeping only the non-obvious playbooks and tool-specific flags.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~650-line body is an exhaustive inline command manual spelling out standard pentest commands (subfinder, sqlmap, mimikatz, certipy, Kerberoasting) that a capable model largely already knows, with explanatory tables and tips — it does not assume Claude's competence and every token does not earn its place. | 1 / 3 |
Actionability | Packed with concrete, executable commands and copy-paste-ready examples across all phases (e.g. 'sqlmap -u ... --batch --dbs', 'mimikatz# sekurlsa::logonpasswords', 'certipy req -u ... -template VulnTemplate') with specific tool flags. | 3 / 3 |
Workflow Clarity | A clear 7-phase sequence and a path-planning decision tree exist, plus auth gates and a self-check, but the destructive/batch operational phases (lateral movement, persistence, anti-forensics) lack per-step validate→fix→retry feedback loops, capping the score at 2 per the rubric's batch-operations note. | 2 / 3 |
Progressive Disclosure | Sections are cleanly organized and references are one level deep, but the 7-phase reference manual is inlined in SKILL.md rather than split out, and two of three bundle files (attack-playbooks.md, evasion-cheatsheet.md) exist but are never linked from the body. | 2 / 3 |
Total | 8 / 12 Passed |