Content
85%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-sequenced hunting playbook with copy-paste tooling and an explicit validation gate. Its weaknesses are length in the narrative example/root-cause sections and a monolithic structure with no reference-file split for a skill of this size.
Suggestions
Move the 'Real Impact Examples' and 'Common Root Causes' sections into separate reference files (e.g. examples.md, root-causes.md) and link to them one level deep, keeping SKILL.md as a tight overview.
Trim prose in 'Crown Jewel Targets' and 'Common Root Causes' to bullet essentials; the signal/cause detail can be shortened without losing operational value.
Add an explicit error-recovery loop for the keep-alive capture (e.g., 'if no Type-2 received, confirm Connection: keep-alive and retry on a raw socket') to strengthen the feedback loop already hinted in step 3.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and assumes Claude's competence (NTLMSSP/AV_PAIRS/MS-NLMP referenced without basics explained), but the 'Real Impact Examples' narratives and six prose 'Common Root Causes' items add length that could be trimmed without losing operational value. | 4 / 5 |
Actionability | Fully executable guidance — a copy-paste curl probe, a complete Burp HTTP/1.1 request, and a complete Python raw-socket + AV_PAIR decoder with byte offsets and AvId semantics covering the common cases. | 5 / 5 |
Workflow Clarity | Eight clearly sequenced hunting steps plus an explicit 'Gate 0 Validation' checklist (what can the attacker do right now, does the program accept info-disclosure, reproducible in <5 min) with severity-tier mapping as a checkpoint. | 5 / 5 |
Progressive Disclosure | Well-sectioned but monolithic: at ~271 lines with no bundle files, content that could live in separate references (Real Impact Examples, Common Root Causes, Bypass Techniques) is all inlined in SKILL.md with no one-level-deep reference links. | 3 / 5 |
Total | 17 / 20 Passed |