Content
85%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 richly actionable, validation-disciplined hunting playbook with executable commands and PoCs throughout. Its main weakness is structure: with no bundle files, everything is inlined into one long SKILL.md rather than split into well-signaled reference files.
Suggestions
Move the per-phase PoC snippets (e.g. the PostMessage listener/sender HTML and the Service Worker registration/evil-sw.js blocks) into reference files under references/ and link to them from each phase section to improve progressive disclosure.
Extract the Chain Table and severity rubric into a separate references/chain-matrix.md, keeping only a short summary in SKILL.md.
Trim the grounding prose in the description and the 'Crown Jewel Targets' narrative to the minimum needed for technique provenance, reducing verbosity without losing actionability.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and mostly assumes competence without padding concepts Claude already knows, but a handful of parenthetical asides ("corrects a common mistake", "corrects an overstatement") and the lengthy grounding prose add modest verbosity that could be trimmed. | 4 / 5 |
Actionability | Every phase ships copy-paste-ready executable artifacts: grep/curl recon one-liners, browser-console JS, HTML PoC iframes, CSS-exfil selectors, and a SW registration snippet, covering the common cases concretely. | 5 / 5 |
Workflow Clarity | A clear phased 1-6 sequence is paired with explicit validation checkpoints: OOB-confirmation before reporting, reading the live CSP first, and proving Service Worker persistence by closing and reopening tabs. | 5 / 5 |
Progressive Disclosure | There are no references/, scripts/, or assets/ bundle files, so the entire 279-line body is inlined; section headers give some structure, but per-phase PoC libraries and the chain table are candidates for one-level-deep reference files that are currently buried inline. | 3 / 5 |
Total | 17 / 20 Passed |