Content
65%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.
Highly actionable payload reference with a clear phased workflow, but it is over-long for a single SKILL.md, carries redundant examples, and lacks the validation feedback loops expected for database-operation skills.
Suggestions
Add explicit validation checkpoints to the workflow (e.g., confirm injection with a true/false response pair before extracting, verify column count before UNION) and a validate→fix→retry loop for failed payloads.
Move the payload catalogs and worked examples into files under references/ (e.g., payloads.md, examples.md) and keep SKILL.md as a concise overview with one-level-deep links, reducing redundancy with the Quick Reference.
De-duplicate content that appears in both the Phases and the Examples/Quick Reference sections to trim token cost.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly operational payloads rather than padded concept explanations, but it runs ~450 lines with notable redundancy — Examples 1–3 re-duplicate Phase 2/3 payloads and the Quick Reference re-lists the same payloads — so it could be tightened. | 3 / 5 |
Actionability | Provides copy-paste-ready SQL payloads for each technique (UNION, error-based, blind, time-based, OOB), full HTTP request examples, and tool mentions (SQLMap, Burp) that cover the common cases concretely. | 5 / 5 |
Workflow Clarity | The four-phase sequence (Detection → Exploitation → Auth Bypass → Filter Bypass) is clear, but destructive/batch database operations lack explicit validate→fix→retry feedback loops, so the workflow-clarity cap of 3 for database operations applies. | 3 / 5 |
Progressive Disclosure | Section headers are well organized, but the skill is a monolithic ~450-line single file with payload catalogs and worked examples that belong in separate reference files; no references/ bundle exists to offload them. | 3 / 5 |
Total | 14 / 20 Passed |