Content
86%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 lean, highly actionable reference with copy-paste commands, a clear numbered workflow, and a decision gate — among the better skill bodies. The main weakness is progressive disclosure: it leans on external sibling-skill paths that are not present as bundle files and inlines material that could be split out.
Suggestions
Either bundle the referenced sibling skills (waf-detection, smuggling, hpp, etc.) under references/ or mark the cross-reference paths as external/non-bundled so navigation expectations are clear.
Consider moving the per-WAF notes (sec 6) and detection signatures (sec 8) into reference files (e.g. references/per-waf-notes.md) to keep SKILL.md an overview, signaling them with one-level-deep links.
Add an explicit validate→fix→retry feedback loop for the origin-IP confirmation step (sec 4.5) so the workflow checkpoint matches the rubric's destructive/batch-operation feedback-loop expectation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence — no padding explaining what a WAF or a SQL injection is, every line is a technique, command, or table row, and each token earns its place. | 5 / 5 |
Actionability | Copy-paste ready curl/sqlmap commands cover the common cases (chunked smuggling, origin discovery, AWS WAF body-cap bypass, distributed scanning) with concrete flags and payloads rather than abstract direction. | 5 / 5 |
Workflow Clarity | Sections are numbered into a clear progression (recon → obfuscation → HTTP-level → origin-IP → rate evasion → per-WAF), with a decision-gate table (sec 9) and origin-validation checkpoint (sec 4.5); minor gap is that not every branch has an explicit validate→fix→retry loop. | 4 / 5 |
Progressive Disclosure | No references/scripts/assets bundle exists, yet the body cross-references six sibling SKILL.md paths (waf-detection, smuggling, hpp, verb-tampering, sqli, subdomain-takeover) that are not bundled here and whose existence cannot be verified; references are signaled but content that could live in separate files (per-WAF notes, detection signatures) is inlined. | 3 / 5 |
Total | 17 / 20 Passed |