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.
A high-signal hunting playbook: concrete commands and token templates for each forgery class, a clear escalation workflow with validation feedback loops, and well-structured sections. Minor gains available from trimming introductory JWT framing and optionally splitting the technique catalog into a reference file.
Suggestions
Trim the JWT-structure primer in 'What actually pays' to a one-line reminder; Claude already knows the header.payload.signature layout.
Consider moving the per-technique forging catalog (kid/jku/x5u/jwk/expiry/cross-tenant) into a references file, keeping SKILL.md as the recon + escalation overview with one-level-deep links.
In the kid/jku sections, a one-line note on how to confirm the verifier actually resolves the attacker-controlled value (vs. silently ignoring it) would sharpen the validation loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and dense with actionable techniques, but a few framing sentences (e.g. 'The signature is the only thing stopping you from editing the payload...') restate JWT basics Claude already knows and could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready commands (jwt_tool `-X a`, `-X k -pk public.pem`, hashcat `-m 16500`, nuclei `-t jwt/`) and concrete header/payload JSON for every forging variant, covering the common cases fully. | 5 / 5 |
Workflow Clarity | Sequences recon → forge → escalate → prove, with a fixed numbered escalation order, an explicit 401 → change-one-thing feedback loop, and a dedicated 'Validation discipline' section — destructive operations carry explicit checkpoints. | 5 / 5 |
Progressive Disclosure | Well-organized with clear ## sections and content appropriately placed inline for a hunting skill, though the catalog of forging techniques (kid/jku/jwk/expiry/cross-tenant) is long enough it could partially externalize to a reference file. | 4 / 5 |
Total | 18 / 20 Passed |