Content
88%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 dense, highly actionable taxonomy with executable payloads and rigorous validation/confirmation guidance at every step. Main weakness is mild redundancy between the per-path sections and the closing chains section.
Suggestions
Trim the 'Related Skills & Chains' section to net-new chain compositions only, removing primitives already detailed in the per-path sections to reduce redundancy.
Consider moving the JWT attack mechanics (alg:none, RS256->HS256, kid injection) fully into the referenced hunt-api-misconfig skill rather than duplicating the payload block here.
Add a one-line 'Prerequisites / load with' pointer at the top naming the sibling skills this taxonomy expects, so the cross-skill handoffs read as deliberate progressive disclosure rather than inline repetition.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and assumes Claude's competence (no explanations of JWT/host-header basics), but the 'Related Skills & Chains' section restates primitives already covered in the path sections, adding noticeable redundancy. | 4 / 5 |
Actionability | Copy-paste-ready executable payloads throughout — ffuf brute-force commands, python jwt.encode snippets, hashcat -m 16500, curl JWK fetch, dig CNAME checks — covering the common cases for every path. | 5 / 5 |
Workflow Clarity | Each path has explicit validation checkpoints ('Validate', 'Confirmation = OOB', 'False-positive killer', 'Discipline') and a severity gate with feedback loops, satisfying the destructive-operation validation requirement. | 5 / 5 |
Progressive Disclosure | Well-organized into per-path sections with clearly signaled one-level-deep handoffs to sibling skills (hunt-idor, hunt-mfa-bypass, hunt-oauth, etc.); no bundle files exist, so structure is appropriately single-file, though some cross-skill detail could be delegated further. | 4 / 5 |
Total | 18 / 20 Passed |