Content
78%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 highly actionable, well-structured operational reference with executable commands and useful error/OPSEC tables, though it is a large monolithic document that does not split detail into bundled reference files.
Suggestions
Move the full Malleable C2 profile and the detection-signature/OPSEC tables into bundled reference files (e.g. references/profiles.md, references/detection.md) and link to them from the body to improve progressive disclosure.
Add an explicit validate→fix→retry checkpoint around profile loading (run c2lint, fix on failure, only start teamserver when clean) to strengthen workflow clarity.
Trim the introductory paragraph that explains what Cobalt Strike is, since Claude already knows this.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean operational reference — real commands, profile syntax, and tables — with only minor over-explanation (e.g. the opening 'Cobalt Strike is a commercial adversary simulation platform' sentence) that could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready, fully executable guidance: concrete teamserver/listener commands, a complete Malleable C2 profile, and specific Arsenal kit build commands with flags covering the common cases. | 5 / 5 |
Workflow Clarity | Sections are sequenced teamserver → listener → generation → profile → injection, with a branching Decision Gate and an Error Handling table providing recovery guidance; validation exists (c2lint) but is not woven into an explicit validate→fix→retry loop as a primary workflow. | 4 / 5 |
Progressive Disclosure | Good section structure with clear headers, but the file is a ~420-line monolith with a full malleable profile, OPSEC tables, and detection signatures all inlined and no references to separate files, so content that should be split remains inline. | 3 / 5 |
Total | 16 / 20 Passed |