Content
88%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.
An expert-grade XSS hunting playbook: highly actionable payloads and commands, strong validation gates that prevent false-positive reports, and clear cross-skill chaining. Its main weakness is conciseness — some prose scenarios and a few repeated explanations could be trimmed, and the payload/chain material could be split into reference files.
Suggestions
Trim the prose 'Real Impact Examples' scenarios or compress them to one-liners; the concrete chain sections already convey the same impact more efficiently.
Factor the 'Payload & Detection Patterns' and 'Chains & Compositions' sections into reference files (e.g. PAYLOADS.md, CHAINS.md) referenced one level deep from SKILL.md to reduce the inlined 449-line footprint.
Dedupe the canary/uniqueness guidance that appears in both 'Autonomous Testing Priority' and step 3 'Marker Discipline' into a single canonical statement.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and information-rich with almost no 'what is XSS' padding — payloads, grep/curl commands, and citations earn their tokens — but prose 'Real Impact Examples' and some repeated canary/marker exposition keep it just short of the lean anchor 5. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready guidance across the common cases: exact payloads for reflected/attribute/SVG/markdown/DOM contexts, curl reflection checks, grep patterns, and specific URL/header vectors; the only placeholders (AngularJS hard variant) are explicitly justified as parameterized. | 5 / 5 |
Workflow Clarity | A 12-step methodology is clearly sequenced and reinforced by explicit validation gates ('Verify reflection before claiming XSS', encoded-vs-unescaped success/failure criteria, 'OOB-Or-It-Didn't-Happen Gate', 'Gate 0 Validation') with feedback loops for false-positive recovery. | 5 / 5 |
Progressive Disclosure | Well-organized with clear section headers and clearly signaled cross-references to related skills, but no bundle files exist and substantial payload/chain detail that could live in separate reference files is inlined into one 449-line document. | 4 / 5 |
Total | 18 / 20 Passed |