Content
66%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.
The content is highly actionable with executable payloads and excellent validation-gated workflows, but it is verbose and monolithic: ~490 lines with no reference files, inlining report writeups and catalogs that should be split out for progressive disclosure.
Suggestions
Move the 'Real Impact Examples' and 'Disclosed Report Citations' sections into a references/ file (e.g. reports.md) and keep only a one-line pointer in SKILL.md to cut hundreds of lines.
Extract the Bypass Techniques and Payload & Detection Patterns blocks into a payloads.md reference, leaving a concise core hunting workflow in the body.
Tighten prose sections (root-cause narratives, engagement lessons) to assume expert knowledge and trim redundant explanation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | At ~490 lines the body is noticeably verbose: long prose scenarios (Real Impact Examples), multi-paragraph lessons, and explanatory root-cause narratives restate context an expert SSRF hunter already knows and could be trimmed or moved to references. | 2 / 5 |
Actionability | Copy-paste-ready payloads and commands throughout — interactsh-client invocations, cloud metadata URLs, an executable Python redirect server, JavaScript exfil snippets, and ffuf/grep one-liners — cover the common cases completely. | 5 / 5 |
Workflow Clarity | Sequenced 10-step methodology plus an 'OOB-Or-It-Didn't-Happen' gate and 'Gate 0 Validation' with explicit validate→fix→retry feedback loops and a negative-control requirement, exactly the checkpoint structure the rubric rewards. | 5 / 5 |
Progressive Disclosure | No bundle files exist and the body is a single monolithic document inlining what clearly belongs in separate references (full report citations, bypass tables, payload catalogs), with only inline cross-skill mentions rather than one-level-deep file navigation. | 2 / 5 |
Total | 14 / 20 Passed |