Content
82%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 tight, highly actionable offensive playbook with copy-paste commands and a clear phased workflow; its main limitation is the absence of bundle files or offloaded reference material, leaving it as a single monolithic document.
Suggestions
Add explicit validation checkpoints between phases (e.g. 'Confirm CapEff includes the target bit before attempting the escape; if absent, move to 2.x') to strengthen the feedback loop.
Split the longer technique writeups (cgroup release_agent, runC CVE chain) into a references/ file linked from the body to improve progressive disclosure and keep SKILL.md as an overview.
Note kernel/version prerequisites inline at each technique (e.g. 'kernel < 5.8' for cgroup release_agent) rather than burying them in comments, so preconditions are scannable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and command-driven with terse inline comments, but includes a few explanatory glosses (e.g. CapEff hex meanings, 'nsenter -t 1' rationale) that could be trimmed; it does not pad with concepts Claude already knows. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready bash for every major escape path (privileged mount, hostPath/docker.sock, hostPID+SYS_PTRACE, cgroup release_agent, runC CVE, SA-token API abuse) covering the common cases concretely. | 5 / 5 |
Workflow Clarity | Clear Phase 1 (enumerate) → Phase 2 (detect primitives, 'escalate via the first that works') → Phase 3 (pivot) sequence with capability detection before action serving as validation; minor gaps in explicit verify-and-retry checkpoints keep it just below 5. | 4 / 5 |
Progressive Disclosure | No bundle files exist, so the single ~150-line file is scored on its own structure; it is well-organized into phased sections with subsections, an OPSEC block, and a references list, though everything is inlined with no offloaded detail files. | 4 / 5 |
Total | 17 / 20 Passed |