Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a token-efficient reference cheatsheet that avoids padding, but it is a monolithic code block of abbreviated command fragments with no sequenced workflow or validation checkpoints. Restructuring into organized sections with complete commands would lift actionability and workflow clarity.
Suggestions
Replace the single code block with organized markdown sections (one per attack category) so the overview is navigable instead of a monolithic wall of text.
Expand abbreviated entries into complete, copy-paste-ready commands (e.g., full certipy/ntlmrelayx/secretsdump invocations with required flags and target placeholders) to raise actionability.
For destructive/batch operations (DCSync, NTLM relay, Zerologon), add a short sequenced workflow with validation checkpoints (e.g., verify privileges before exploiting, confirm success after) to satisfy workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a dense, compressed cheatsheet inside one code block that adds only domain-specific knowledge (tool names, CVEs, attack chains) and never explains concepts Claude already knows, matching the lean and efficient level-3 anchor. | 3 / 3 |
Actionability | Real command fragments appear ("certipy find -vulnerable", "ntlmrelayx -t ldap --escalate-user", "secretsdump -just-dc", "CONFIG SET dir") but many entries are abbreviated technique descriptions ("ESC1指定SAN申域管证书") rather than complete, copy-paste-ready commands, so key details are missing — the level-2 anchor. | 2 / 3 |
Workflow Clarity | Attack chains are implied via arrows ("PetitPotam...→喂给relay", "mitm6劫持...→WPAD→ntlmrelayx到LDAP/ADCS") but there is no numbered sequenced procedure, and destructive/batch operations lack any validation or verification checkpoints, which caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | Although the skill is short with no external references, it is presented as a single monolithic code block under one heading rather than well-organized markdown sections, so it sits at the level-2 'some structure but could be better organized' anchor rather than the well-organized level-3. | 2 / 3 |
Total | 9 / 12 Passed |