Content
96%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 operationally dense, executable CORS hunting playbook with strong validation discipline and clear sequencing. The only gap is that a fair amount of detail (regex-bypass table, full PoC variants) lives inline in one file with no progressive offloading to reference files.
Suggestions
Consider moving the Phase 3 regex-bypass table and the full set of browser PoC variants into a reference file, leaving SKILL.md as a tighter overview that links out to it.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and assumes Claude's competence — it never explains what CORS, origins, or pre-flight are; every section (browser rules, regex-bypass table, PoCs) is directly action-bearing and earns its tokens. | 5 / 5 |
Actionability | Copy-paste-ready curl probes, a class-to-payload regex table, and complete browser PoC HTML for reflect/null-origin reads cover the common cases with executable, specific commands. | 5 / 5 |
Workflow Clarity | A clear Phase 1–6 sequence with explicit validation checkpoints and feedback loops ('curl reflecting a header is NOT exploitation', 'if you see BLOCKED you have nothing', 'Browser proof mandatory') — strong error-recovery guidance for this batch/recon skill. | 5 / 5 |
Progressive Disclosure | Well-organized into clear sections with cross-links to sibling skills (hunt-subdomain, hunt-dom, hunt-csrf) that are one-level-deep, but the ~285-line body keeps all the detailed regex table and multiple PoC variants inline rather than offloading any to reference files. | 4 / 5 |
Total | 19 / 20 Passed |