Content
76%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 tight, highly actionable scanner-suite overview with executable commands for every tool and a useful routing table. Its main gap is the absence of explicit validation/verification checkpoints for batch scanning workflows, which caps workflow clarity.
Suggestions
Add an explicit 'Verify before reporting' checkpoint to the batch scan workflows (e.g. confirm a CORS reflection actually carries credentials, or re-run the OOB correlate to rule out stray callbacks) to lift workflow_clarity above the batch-operation cap of 3.
Trim the mythological framing in the opening blockquote ('Named for Argus Panoptes, the hundred-eyed giant', 'the eye that sees the invisible') to recover tokens without losing routing value.
Consider moving per-tool flag inventories and payload corpora into reference files under ./references/ and linking them one level deep, so SKILL.md stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean — it does not explain what CORS/JWT/CRLF are and jumps to executable commands — but the mythological intro ('Named for Argus Panoptes, the hundred-eyed giant', 'the eye that sees the invisible') and minor repetition between the routing table and section headers add tokens that could be trimmed. | 4 / 5 |
Actionability | Each of the six tools ships copy-paste-ready bash commands with real flags and arguments (e.g. `tools/cors_scanner.py https://api.target.com/me --cookie "session=..."`, `tools/jwt_scanner.py "$TOKEN" --confuse --public-key jwks_pub.pem`), covering the common cases per tool. | 5 / 5 |
Workflow Clarity | A clear routing table sequences tool selection and the OOB section has an explicit 3-step numbered flow (listener → payloads → correlate), but the scan tools are batch operations (e.g. `-l recon/.../urls/api.txt`) with no explicit validate/findings-confirmation checkpoint or false-positive feedback loop, which caps workflow clarity at 3 per the batch-operation rule. | 3 / 5 |
Progressive Disclosure | Well-organized into a routing table plus six numbered sections with clearly signaled one-level-deep cross-references to sibling skills ([takeover](../../commands/takeover.md), [web2-vuln-classes §11](../web2-vuln-classes/SKILL.md), [bug-bounty](../bug-bounty/SKILL.md)); no bundle files exist, so all scanner detail is inline, which is appropriate for an overview but leaves minor room to split deeper reference material. | 4 / 5 |
Total | 16 / 20 Passed |