Content
85%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, highly actionable hunting playbook with strong validation workflows; its main weakness is progressive disclosure — a long monolithic SKILL.md that inlines material (ASI table, encoder, payload templates) that would benefit from being split into reference files.
Suggestions
Move the ASCII/Unicode Tags encoder/decoder into scripts/ (e.g. tags_smuggle.py) and keep only the usage pattern inline, so the harness is executable rather than copy-blocked.
Extract the ASI01–ASI10 table and the payload templates (markdown exfil, tool-use fetch, indirect-injection carriers) into references/ files, leaving SKILL.md as an overview that links one level deep — matching the 'security-arsenal' payload pack it already cites.
Trim the naming-note and webhook-alternative prose to tighten conciseness, or fold them into a references/notes.md so the main body stays lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Expert-targeted and largely lean, with executable payloads and code earning their tokens; the naming-note correction and webhook-alternative block are minor instances of over-explanation that could be trimmed. | 4 / 5 |
Actionability | Copy-paste-ready throughout — concrete injection payloads, executable to_tags/from_tags encoder/decoder, Burp Collaborator and python http.server listener commands, and response-header fingerprints. | 5 / 5 |
Workflow Clarity | The False-Positive Gate is an explicit five-check validation checklist with feedback loops (run-twice→discard on divergence, OOB callback→confirm exfil, verifiable cross-tenant artifact required), and each exfil channel is sequenced with its proof bar. | 5 / 5 |
Progressive Disclosure | Well-sectioned with clear headers and signaled links to sibling skills, but with no bundle files the ~240-line body keeps the ASI table and the smuggling encoder inline where a references/ payload-pack or script would ease navigation. | 3 / 5 |
Total | 17 / 20 Passed |