Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is lean, highly actionable, and well-organized for a self-contained single-file skill. Its only weakness is workflow clarity: the phased hunting process lacks per-phase validation checkpoints for the batch parameter-testing step.
Suggestions
Add an explicit validation gate after Phase 2's batch loop (e.g., 'Confirm at least one 302 Location points to your controlled domain before proceeding to bypass testing') to turn the trailing Validation section into inline checkpoints.
Insert a feedback loop between Phase 3 (bypass) and Phase 4 (OAuth chain) — e.g., 'If no bypass payload produced a redirect, stop; if one did, carry it into the OAuth redirect_uri test.'
Clarify what counts as a confirmed finding before moving from discovery (Phase 1) to active testing (Phase 2), so the batch operation has a clear entry condition.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, table-driven body with no padding — 'Open redirect alone is Low. Chained to OAuth = Critical (ATO).' — that assumes Claude already knows what redirects, curl, and OAuth are, so every token earns its place. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands — 'cat recon/$TARGET/urls.txt | gf redirect', 'qsreplace "$COLLAB"', 'openredirex -l ... -p evil.com', 'nuclei -u ... -t redirect/' — plus concrete payload arrays and a bypass table. | 3 / 3 |
Workflow Clarity | Phases 1–5 are clearly sequenced, but Phase 2 loops over candidate URLs as a batch operation with no per-phase validation checkpoint, and the trailing 'Validation' section is not woven into the sequence as explicit gates — which the batch-operation guideline caps at 2 rather than the 3 reserved for inline validate→fix→retry feedback loops. | 2 / 3 |
Progressive Disclosure | No bundle files exist, so the single-file body is scored on organization; it is cleanly sectioned (Crown Jewel Targets, Attack Surface Signals, Bypass Table, Methodology, Automation, Chain Table, Validation) with no nested references, matching the well-organized-sections anchor for a self-contained skill. | 3 / 3 |
Total | 11 / 12 Passed |