Content
76%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.
The body is highly actionable with executable commands and an exceptionally clear, checkpointed decision tree including mandatory verification loops. Its weaknesses are token efficiency (repeated rationale and prose that assume less than Claude knows) and progressive disclosure (everything inlined in one long file with no reference split).
Suggestions
Tighten or move to a reference the nginx 'Why it works' / alias-vs-root disambiguation prose — Claude can derive these mechanics from the fingerprint and exploit pattern, so a one-line 'only alias (not root) is affected' suffices.
Split the long 'Protected LFI Escalation Rule' (Steps W1-W6) and the full bypass/probe catalogue into a references/ file, leaving SKILL.md as a decision-tree overview with one-level-deep pointers, which would raise progressive_disclosure without losing actionability.
De-duplicate the pivot discipline / anti-pattern guidance, which currently appears after both the Response Body Verification section and the Protected LFI section making near-identical points about not iterating dead vectors.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and assumes Claude's competence, but several prose blocks (e.g. the 'Why it works' nginx-alias explanation, the alias-vs-root disambiguation, and repeated pivot/anti-pattern rationales) re-explain mechanics at length where a tighter note would do, and decision-tree plus prose rules restate the same branches multiple times. | 3 / 5 |
Actionability | Copy-paste-ready curl commands across every technique class, with parameterized placeholders, concrete flag/config guesses, and base64 decode pipes; examples cover the common cases and are fully executable rather than pseudocode. | 5 / 5 |
Workflow Clarity | A mandated decision tree and Step 0 probe sequence (A/A2/B/C in exact order) with explicit verification checkpoints (Response Body Verification, STEP W1 wrapper gate, cmp against blocked baseline) provide feedback loops and error-recovery pivots for batch/destructive probing operations. | 5 / 5 |
Progressive Disclosure | No bundle files exist (references/, scripts/, assets/ absent) and the body is a single ~325-line monolith covering detection, server-level traversal, verification, wrappers, log poisoning, and a protected-LFI escalation chain; sections are headed but content that could live in a separate reference (e.g. the full protected-LFI escalation rule) is inlined, so it sits at 'some structure but could be better organized' rather than well-split. | 3 / 5 |
Total | 16 / 20 Passed |