Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with executable commands and code across a clear four-phase workflow, but it is a monolithic inline document that lacks validation feedback loops for risky replay operations and does not split detail into referenced bundle files.
Suggestions
Add explicit validation/checkpoint steps before replay execution (e.g. confirm captured token validity, verify rewrite correctness, test replay against a safe target before full speed), with fix-and-retry feedback loops.
Move protocol-specific deep dives (Kerberos PTT, NTLM relay, MQTT replay) into separate reference files under references/ and keep SKILL.md as a concise overview with one-level-deep, clearly signaled links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and action-oriented, but includes some unnecessary explanatory asides Claude already knows (e.g. 'Decode and inspect without verification (note: this does NOT forge — just inspects claims...)') and mild padding; it fits the level-2 'mostly efficient but could be tightened' anchor and is not the level-3 lean-every-token-earns-its-place ideal. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands and code throughout (tcpdump, tshark field extraction, scapy injection, curl replay, mosquitto_pub), matching the 'fully executable code/commands; copy-paste ready' anchor and clearly above the level-2 pseudocode anchor. | 3 / 3 |
Workflow Clarity | The four-phase sequence (Capture -> Extract -> Replay -> Hijack) is clearly laid out, but destructive/batch operations like tcpreplay replay and session injection lack explicit validate-then-proceed checkpoints and error-recovery feedback loops, so per the rubric's feedback-loop note workflow clarity is capped at 2 rather than 3. | 2 / 3 |
Progressive Disclosure | The body is a single inline monolith of phases with one inline pointer ('See ad/ntlm-relay for full relay playbook') rather than a concise overview with well-signaled one-level-deep reference files; no bundle files exist to split the detail, fitting the level-2 'structure present but content that should be separate is inline' anchor and short of the level-3 overview-with-references pattern. | 2 / 3 |
Total | 9 / 12 Passed |