Content
71%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 copy-paste-ready provider setups, redirector code, and full C2 profiles, and a clear decision gate sequences the workflow. It loses points on conciseness (conceptual re-explanation) and progressive disclosure (monolithic inlining of large configs with no reference files).
Suggestions
Trim the opening conceptual explanation and ASCII diagram of the SNI/Host mismatch — Claude already knows this — and lead with the actionable setup.
Move the large inlined artifacts (Malleable C2 profile, Sliver HTTP C2 JSON, Cloudflare Worker, nginx config) into separate reference files under ./references/ and link to them from the body, keeping only a representative snippet inline.
Add an explicit validation checkpoint after each provider setup (e.g., 'Verify fronting succeeds before integrating with the C2 profile; on HTTP 403, follow the failure-mode table') to strengthen feedback loops.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The bulk is dense, actionable config/code, but the opening prose and ASCII diagram re-explain the SNI/Host concept Claude largely already knows, and several detection/mitigation tables add educational padding. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands and configs across the common cases — aws/az CLI, Fastly API curl, Cloudflare Worker, nginx, Cobalt Strike Malleable C2 profile, and Sliver HTTP C2 JSON profile. | 5 / 5 |
Workflow Clarity | A decision-gate tree and numbered per-provider steps give a clear sequence with a curl-test checkpoint and failure-mode tables, but explicit 'validate-then-proceed' feedback loops are thin. | 4 / 5 |
Progressive Disclosure | Well-organized with clear section headers, but it is a ~488-line monolith with no bundle files and large config profiles inlined that could be split into one-level-deep reference files. | 3 / 5 |
Total | 15 / 20 Passed |