Content
80%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 dense, executable, token-efficient reference whose commands and CVE chains are highly actionable. Its weaknesses are the absence of validation feedback loops for destructive operations and a monolithic structure with no bundle/reference split.
Suggestions
Add explicit validation checkpoints after destructive steps (e.g. verify the implant account exists, confirm config was exfiltrated intact, validate the EEM applet took effect) with a fix-and-retry loop.
Split per-CVE deep dives into separate reference files (e.g. references/cve-2023-20198.md) and keep SKILL.md as an overview with one-level-deep links, improving progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and command-driven with terse inline comments; it assumes Claude's competence and avoids explaining what routers, SNMP, or CVEs are, so every token earns its place. | 5 / 5 |
Actionability | Copy-paste-ready curl/nmap/snmp/ssh commands with specific endpoints, headers, and CVE-specific payloads cover the common cases fully and executably. | 5 / 5 |
Workflow Clarity | Per-CVE step sequences and a decision gate give a clear sequence, but destructive/batch operations (implant deployment, config exfiltration, persistence) lack explicit validation/verification checkpoints, so workflow clarity is capped at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | The skill is a single ~310-line monolithic SKILL.md with no bundle files; it inlines per-CVE deep dives and tools/detection tables that could be split into reference files, so structure is present but not appropriately separated into one-level-deep references. | 3 / 5 |
Total | 16 / 20 Passed |