Content
75%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 a lean, highly actionable security-testing runbook with concrete commands, payloads, CVSS vectors, and an explicit validation contract. Its main limitation is that two attack vectors remain prose-only and the workflow is sectioned by topic rather than presented as a strict numbered pipeline with per-stage checkpoints.
Suggestions
Add executable commands or one-liners for the embedding-inversion and error-oracle vectors so every attack vector has runnable guidance, not just prose.
Reformat the audit workflow as a single numbered end-to-end pipeline with an explicit 'Validate the finding before promoting' checkpoint between exploitation and chain promotion.
Consider externalising the PoC payloads and CVSS tables into a references/ file so SKILL.md stays a lean overview with one-level-deep navigation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's security competence, with copy-paste grep blocks and compact payloads; only the opening framing paragraph and a couple of editorial lines ('Disclosure usually beats prompt injection...') could be trimmed. | 4 / 5 |
Actionability | Executable grep commands, copy-paste PoC prompt strings, and concrete regex success/negative patterns cover the common cases, but the embedding-inversion and error-oracle vectors are described in prose without runnable commands, leaving minor gaps. | 4 / 5 |
Workflow Clarity | A clear recognize → choose-vector → exploit → validate sequence is present, with the 'validate_finding' contract (success_patterns, negative_command, negative_patterns) acting as the validation checkpoint; the sequence is sectioned by topic rather than a strictly numbered end-to-end pipeline, leaving minor gaps. | 4 / 5 |
Progressive Disclosure | A single self-contained SKILL.md is organised into eight clearly numbered, navigable sections with no nested references; at ~127 lines it is denser than the 'simple skill' case, so it sits just below the well-organised-sections ceiling of 5. | 4 / 5 |
Total | 16 / 20 Passed |