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 highly actionable, well-sequenced playbook with executable code and proper validation gates for a batch extraction workflow. The only soft spot is conciseness/structure: a few prose justifications could be trimmed and some material (probe matrix, substitution map) could optionally live in reference files.
Suggestions
Trim justifying asides like the '~70% of round-trip cost' rationale to tighten conciseness without losing the actionable guidance.
Consider moving the WAF token sniff matrix and substitution map into a references/ file (e.g. SUBSTITUTIONS.md) to improve progressive disclosure and shorten the main SKILL.md.
Add a one-line explicit concurrency caveat near Step 5 noting that parallelizing positions requires per-position state isolation, since the existing note only says bit-bisection must stay serial.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and assumes competence (no preamble explaining what SQLi or a WAF is), with a few justifying asides such as "One script run beats 15 sequential bash calls (saves ~70% of the round-trip cost)" that could be trimmed. | 4 / 5 |
Actionability | Copy-paste-ready bash probe scripts, concrete SQL payloads, and a hex() helper cover the common cases end-to-end with no pseudocode gaps. | 5 / 5 |
Workflow Clarity | A clearly numbered sequence (oracle confirmation → fingerprint → boolean eval → hex → length search → extraction → sanity gate) with explicit validation checkpoints and an abort-on-empty feedback loop in Step 6; the batch-operation cap does not apply because validation is present. | 5 / 5 |
Progressive Disclosure | Well-organized with clear section headers and a one-level companion reference (sqli.md), but all ~214 lines live inline in SKILL.md with no bundle files; structure is good though slightly long for a single file. | 4 / 5 |
Total | 18 / 20 Passed |