Content
76%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with executable commands throughout and a well-structured single-level reference, but the destructive/batch attack workflows lack explicit validation and verification checkpoints, capping workflow clarity at 3.
Suggestions
Add explicit validation/verification checkpoints to destructive workflows (e.g., after ZeroLogon, verify DC connectivity and restore the DC machine-account password before proceeding; after DCSync, confirm extracted hashes are valid before ticket forging).
Insert feedback loops (verify -> fix -> retry) for batch operations like password spraying (monitor for lockouts, abort if lockout threshold approached) and NTLM relay (confirm SMB signing status before launching).
Remove the duplicated Purpose paragraph (the description already states it) and trim redundant commented headers to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean command references with minimal padding and assumes Claude's competence, though the duplicated purpose block and some commented headers add minor redundancy that could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready, executable commands and code across every attack category with specific tools, flags, and target placeholders, covering the common cases comprehensively. | 5 / 5 |
Workflow Clarity | The core workflow lists sequenced steps but validation checkpoints are largely absent, and the destructive/batch nature of the operations (DCSync, ZeroLogon, password spraying) without validation caps this at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Good structure with a concise overview in SKILL.md and a clearly signaled one-level-deep reference to references/advanced-attacks.md (a real file); only minor organization gaps remain. | 4 / 5 |
Total | 16 / 20 Passed |