Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a high-quality, executable bug-hunting runbook with a strong validation gate and concrete payloads across every attack class. Its only structural weakness is progressive disclosure: the material is large enough to warrant splitting into reference files rather than living entirely inline.
Suggestions
Extract the ASI01-ASI10 agentic-security table into a references/ file (e.g. agentic-asi.md) and summarize it inline with a one-level-deep link, reducing SKILL.md length and improving navigability.
Move the ASCII/Unicode Tags smuggling encoder/decoder harness and variant filters into a bundled script or references/ file (e.g. ascii-smuggling.md), keeping only the core concept and a pointer in the main body.
Split the detailed exfiltration-channel payloads (markdown-image, tool-use, DNS-only) into an exfil-channels.md reference, leaving the main body with the OOB-proof gate and a per-channel link.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is payload-dense and assumes Claude's competence — it never explains what an LLM or OWASP is — and every section contributes actionable material; the minor 'Naming note (was wrong in v1)' housekeeping is justified for correctness, keeping it at the lean score-3 anchor rather than 2. | 3 / 3 |
Actionability | Provides fully executable artifacts — the to_tags/from_tags Python encoder/decoder, Burp MCP collaborator commands, concrete injection strings, and an OOB listener snippet — all copy-paste ready, matching the score-3 anchor. | 3 / 3 |
Workflow Clarity | The False-Positive Gate is an explicit sequenced checklist with validation checkpoints and feedback loops (run-twice-then-discard, OOB-callback-required, control-account comparison), and each attack class states its proof bar, matching the score-3 anchor for clear sequence with validation. | 3 / 3 |
Progressive Disclosure | No bundle files exist and everything is inline in one ~200-line SKILL.md; sections are well-organized but content that could be split (the ASI01-ASI10 table, the ASCII-smuggling harness, the exfil channels) is monolithic with no one-level-deep reference files, matching the score-2 anchor where 'content that should be separate is inline' rather than the score-3 anchor requiring well-signaled references. | 2 / 3 |
Total | 11 / 12 Passed |