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.
The body is an exceptionally lean, actionable security cheat-sheet with copy-paste commands and good sectioning. Its main weakness is workflow clarity — multi-step destructive recipes (Tomcat WAR deploy, heapdump extraction) lack explicit validation checkpoints between steps.
Suggestions
Add verification steps to destructive/batch recipes, e.g. after `curl -T shell.war .../deploy` check the manager `list` endpoint returns the deployed app before triggering `/shell/`.
For the actuator PoC pattern, insert an explicit checkpoint (e.g. 'Confirm /actuator/env returns 200 before pulling heapdump') so the sequence has a feedback loop.
Flesh out the thin HTTP/2 section beyond a single pointer, or move it entirely to the cross-referenced smuggling.md to avoid a stub section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean throughout with no padding or explanation of concepts Claude already knows — every code block and comment earns its place, e.g. '# trailing slash CRITICAL' and one-line bypass payloads. | 5 / 5 |
Actionability | Copy-paste-ready curl/msfvenom/nginx commands cover the common cases (actuator env/heapdump, Tomcat WAR deploy, alias traversal, SSRF, IIS 8.3 probing) with only standard placeholders like $TARGET. | 5 / 5 |
Workflow Clarity | Sequences exist (msfvenom -> deploy -> trigger shell; curl env -> heapdump -> strings grep) but no validation/verification checkpoints between steps; the destructive Tomcat RCE workflow lacks a deploy-success check before triggering, capping workflow clarity at 3. | 3 / 5 |
Progressive Disclosure | Well-organized into numbered sections with one-level-deep, clearly signaled cross-references (ssrf.md, smuggling.md) under a dedicated Cross-references heading; minor gaps where some sections (e.g. HTTP/2) are thin pointers and the inline catalog is dense. | 4 / 5 |
Total | 17 / 20 Passed |