Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with concrete commands, a clearly sequenced escalation workflow, and explicit validation discipline. Its only weakness is mild verbosity in the conceptual intro that restates JWT basics Claude already knows.
Suggestions
Trim the 'What actually pays' opening: drop the generic explanation that a JWT is 'header.payload.signature' and that the signature prevents tampering, since Claude already knows JWT structure; lead instead with the two verifier flaws and impact.
Avoid restating each forge concept twice: the alg:none and key-confusion explanations appear both in 'What actually pays' and again in 'Forging the token' — consolidate so each technique is described once alongside its command.
Consider moving the secondary techniques (kid and jku/x5u header injection) into a short reference file so the main flow stays focused on the alg:none / key-confusion primary path, improving token efficiency on first load.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and operational, but the 'What actually pays' intro explains JWT structure and the alg:none / key-confusion concepts that Claude already knows, and those concepts are then re-stated as commands in 'Forging the token', adding some padding. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready guidance: jwt_tool flags ('-T', '-X a', '-X k -pk public.pem'), concrete header/payload JSON, kid path-traversal payloads, and exact escalation endpoints like '/admin/delete?username='. | 3 / 3 |
Workflow Clarity | Clear sequence (Recon -> Forge -> Drive to admin -> Proof of impact -> Validation) with explicit validation checkpoints and error-recovery feedback loops ('A 401 on /admin means... change ONE thing and retry'), appropriate for destructive forge operations. | 3 / 3 |
Progressive Disclosure | Single focused SKILL.md with no external bundle files needed; content is well-organized into clearly headed sections (What actually pays, Recon, Forging the token, Drive to ADMIN objective, Proof of impact, Validation discipline) giving easy navigation for a single-task hunting skill. | 3 / 3 |
Total | 11 / 12 Passed |