Content
77%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 strong, actionable hunting skill with concrete commands and a well-validated workflow. Its main weaknesses are verbosity in the narrative example/citation sections and a monolithic structure that could benefit from splitting reference material into separate files.
Suggestions
Tighten the 'Real Impact Examples' scenarios into concise one-line summaries (target + attack + impact) instead of multi-sentence narratives to recover token budget.
Move the 'Disclosed Report Citations' and 'Bypass Techniques' sections into reference files (e.g. references/CITATIONS.md, references/BYPASSES.md) and keep SKILL.md as an overview with one-level-deep pointers.
Consider extracting the unkeyed-header wordlist and WCD path-extension list into a scripts/ or references/ asset so the main body stays lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence (it never explains what a cache or XSS is), but the 'Real Impact Examples' and 'Disclosed Report Citations' sections are lengthy narrative prose that could be tightened without losing value. | 3 / 5 |
Actionability | Provides fully executable guidance — copy-paste curl commands, an exact unkeyed-header Burp Intruder wordlist, grep patterns, and concrete cache-busting tactics like '?cb=$RANDOM' covering the common cases. | 5 / 5 |
Workflow Clarity | A 10-step hunting methodology is clearly sequenced, and the Gate 0 Validation section adds explicit checkpoints (reproduce from a 'separate, unauthenticated request ... from a different client/IP') with feedback loops for error recovery. | 5 / 5 |
Progressive Disclosure | Sections are well-organized with clear headers, but the file is monolithic with no bundle files — the large 'Disclosed Report Citations', 'Real Impact Examples', and 'Bypass Techniques' content is inlined where it could be split into one-level-deep reference files. | 3 / 5 |
Total | 16 / 20 Passed |