Content
76%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 playbook is highly actionable and token-efficient, with executable discovery commands and copy-paste payloads, but its workflow is laid out as topical sections rather than an explicitly sequenced process with validation checkpoints. Promoting the audit → exploit → validate flow into a numbered, checkpointed workflow would raise the weakest dimension.
Suggestions
Reframe the audit workflow as an explicit numbered sequence (inventory → find call sites → test injection vectors → validate finding → score CVSS → chain promotion) with the validate_finding contract wired in as a mandatory checkpoint before reporting.
Add a short feedback loop after validation ('If success_patterns absent but negative_patterns match, retry with a refined payload; if neither, mark not-vulnerable').
Trim the editorial intro ('bug bounty payouts are high...', 'the real money') to recover tokens without losing substance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence (no 'what is an LLM' preamble), with executable grep and payloads earning their tokens; minor editorial padding ('the real money', the bounty-payout intro, the 'just say it out loud' aside) keeps it just below a 5. | 4 / 5 |
Actionability | Guidance is fully executable and copy-paste ready: runnable grep -rE commands for call-site discovery, concrete PoC payloads (HTML comment exfil, RAG poisoning, tool-call hijack, markdown image exfil), and a CVSS vector table covering the common variants. | 5 / 5 |
Workflow Clarity | Sections are topically ordered (inventory → vectors → audit → goals → PoC → validate → CVSS → chains) and a validate_finding contract exists, but the audit workflow is not presented as an explicitly numbered sequence with validation wired in as a checkpoint, and this destructive/exploitation skill lacks an inline validate-then-fix feedback loop. | 3 / 5 |
Progressive Disclosure | Content is well-organized into eight clearly headed numbered sections and is self-contained with no bundle files to reference; the inlined PoC payload and CVSS tables are reasonable for a playbook, with only minor organization gaps keeping it below 5. | 4 / 5 |
Total | 16 / 20 Passed |