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.
The body is highly actionable with real, well-chosen sqlmap commands and good example coverage, but it is over-long for a SKILL.md due to heavy command repetition across sections and lacks both validation checkpoints for destructive operations and any progressive-disclosure file split.
Suggestions
Add validation/safety checkpoints before destructive or batch operations — e.g., confirm authorization and scope before --dump-all/--os-shell, and verify the injection point is confirmed before dumping — to lift workflow clarity above the destructive-operations cap of 3.
Split the large reference material (Supported DBMS table, SQL Injection Techniques table, full Troubleshooting catalog, and Examples) into separate files under references/ and link to them from SKILL.md, keeping only the core workflow and quick-start inline.
De-duplicate the command base: the Core Workflow, Quick Reference Commands table, and Essential Options table repeat the same flags — consolidate into one reference and cross-reference it instead of restating.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly command-focused and free of concept over-explanation, but the same base command is repeated across Core Workflow, Quick Reference Commands, Essential Options, Examples, and Troubleshooting, creating noticeable redundancy that could be tightened. | 3 / 5 |
Actionability | Fully executable, copy-paste-ready sqlmap commands with worked examples covering GET/POST injection, bulk scanning, aggressive testing, credential extraction, and OS-shell access — concrete and specific throughout. | 5 / 5 |
Workflow Clarity | Core Workflow is numbered (steps 1–6) and Example 1 shows a staged enumeration progression, but destructive/batch operations (--dump, --dump-all, --os-shell, --file-write) lack any validation or verification checkpoints, capping this dimension at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Section headers provide reasonable organization, but at ~390 lines everything is inlined — the DBMS support table, technique reference, examples, and troubleshooting catalog clearly belong in separate reference files, and no external file references exist. | 3 / 5 |
Total | 14 / 20 Passed |