Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable SSTI hunting playbook with concrete payloads and well-sequenced, validated workflows. Its weaknesses are mild payload-matrix repetition that hurts token efficiency and the absence of any progressive-disclosure file structure for a dense, over-50-line skill.
Suggestions
Deduplicate the repeated payload blocks: show the detection matrix and each engine's RCE payload once in the 'SSTI' reference section and have the 'Autonomous Testing Priority' section reference them rather than re-printing them inline.
Extract the 'Related Skills & Chains' section and/or the CMS template-editor deep-dive into a references file (e.g. references/CHAINS.md) and link to it one level deep, so the main body stays a lean overview.
Verify any markdown reference links in the body point to real bundle files before relying on them; currently no references/ or scripts/ bundle exists, so inline cross-references to other skills should be clearly marked as skill-to-skill chains rather than bundle paths.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and tactical with no concept-explanation padding, but the Jinja2 RCE payload and the detection matrix each appear in multiple places (priority narrative, RCE Payloads, and Detection Payloads sections), so it could be tightened by deduplicating the repeated payload blocks. | 2 / 3 |
Actionability | Fully copy-paste-ready guidance: per-engine RCE payloads, the exact form-encoded Content-Type and body, Freemarker Execute instantiation, and precise query-param placement (e.g. '?productId=N' with 'csrf=…&template=<PAYLOAD>&template-action=preview'). | 3 / 3 |
Workflow Clarity | The numbered 'Order of attack' sequences with explicit feedback loops — fingerprint before firing RCE, re-fetch CSRF and use 'preview' to iterate, switch to 'save' only once the payload is right, command output confirms RCE — provide clear validation checkpoints for a risky operation. | 3 / 3 |
Progressive Disclosure | No bundle files exist and the content is a single ~107-line monolithic playbook with clear section headers but no one-level-deep references; the long 'Related Skills & Chains' section and the deep CMS template-editor dive are inline rather than split into referenced files. | 2 / 3 |
Total | 10 / 12 Passed |