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.
A highly actionable, well-organized catalog of AD attack commands that assumes competence and splits advanced topics into a real reference file. Its main weakness is workflow clarity: destructive and batch operations mostly lack inline validation checkpoints and error-recovery feedback loops.
Suggestions
Embed explicit validation checkpoints in destructive workflows, e.g. after ZeroLogon/DCSync/Golden Ticket add 'Verify result (e.g., psexec with forged ticket) before proceeding' and a 'if it fails: re-check rights/hash and retry' feedback loop.
De-duplicate the Quick Reference table and Examples against the attack sections, or explicitly note they are condensed end-to-end runbooks to justify the repetition.
Consider moving the Critical CVEs and AD CS sections into the advanced reference to shorten the main SKILL.md and improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with executable commands and assumes Claude's competence with no concept over-explanation, but the Quick Reference table and Examples section re-show commands already present in the attack sections, adding minor duplication that could be trimmed. | 4 / 5 |
Actionability | It provides copy-paste-ready, executable commands across bash and PowerShell with real tool invocations (GetUserSPNs.py, secretsdump.py, certipy, mimikatz) covering the common AD attack cases thoroughly; placeholders are clearly marked parameter values. | 5 / 5 |
Workflow Clarity | A Core Workflow with numbered steps and numbered Examples gives a clear sequence, and a few checkpoints exist (check vuln before CVE exploit, check SMB signing before relay, restore password after ZeroLogon), but most destructive/batch attack workflows lack embedded validate-before-proceed feedback loops, capping this at 3 per the destructive-operations guidance. | 3 / 5 |
Progressive Disclosure | Structure is clean with sectioned headers and a single, well-signaled, one-level-deep reference (references/advanced-attacks.md, verified present and well-organized) that holds genuinely advanced topics; minor gap is that the main file is long and sections like AD CS / Critical CVEs could arguably also live in the reference. | 4 / 5 |
Total | 16 / 20 Passed |