Content
83%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 token-efficient, highly actionable command-injection playbook with copy-paste ready bash across detection, bypass, and exfiltration. Its weakness is workflow clarity around the batch credential-harvest step, which lacks an explicit validate/verify-then-retry feedback loop, capping that dimension.
Suggestions
Add an explicit validation/retry checkpoint after the credential-harvest loop: verify /tmp/rce_harvest.txt is non-empty and re-run with adjusted candidate paths if it comes back empty.
Sequence the workflow more explicitly with numbered steps (detect → confirm RCE → harvest → exfiltrate) and mark each checkpoint, so the multi-stage process reads as a controlled pipeline rather than parallel sections.
Add a brief verification step for the time-based oracle (e.g., confirm a known character returns correctly before trusting the full extraction loop) to close the feedback-loop gap on that batch operation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean: copy-paste bash snippets with terse inline comments and no preamble explaining what command injection is or how shells work, so every token earns its place and assumes Claude's competence. | 5 / 5 |
Actionability | It provides fully executable curl one-liners with placeholders across operators, blind detection, bypass, credential harvesting, and exfiltration, including an automated time-based oracle loop that covers the common cases copy-paste ready. | 5 / 5 |
Workflow Clarity | A detect → confirm-RCE → harvest → exfiltrate sequence is present with one verification checkpoint ('Once you have confirmed RCE...'), but the batch credential-harvest loop has no validate/verify-then-retry feedback loop, and the rubric caps batch operations without validation at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist; the single SKILL.md is organized into clear, well-signaled sections (Detection, Injection Operators, Bypass, Credential Extraction, Blind Exfiltration) with no nested references, giving good structure appropriate to a single-file skill, though it slightly exceeds the under-50-line simple-skill threshold. | 4 / 5 |
Total | 17 / 20 Passed |