Content
72%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.
Highly actionable and well-structured offensive-shellcode reference with executable code, but it is a long monolithic single-file body and its destructive-operation workflows lack explicit validation checkpoints, which caps workflow clarity.
Suggestions
Add explicit validation/verification checkpoints to the Shellcode Development Workflow (e.g., assemble-and-test after each phase, a validate→fix→retry loop before delivery) to lift workflow clarity above the cap.
Move the full x64 reverse-shell code listing and the tool/reference tables into separate files under references/ (with short inline pointers from SKILL.md) to improve progressive disclosure and reduce token load.
Trim or offload the inline WinDbg helper block and lengthy tool tables to keep the overview body lean while retaining actionability.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and assumes Claude's competence with no padding about what shellcode/PE/AV is, but the full ~250-line inline reverse-shell listing and reference tables are somewhat long and could be trimmed or offloaded. | 4 / 5 |
Actionability | Provides copy-paste-ready executable guidance: a working RW→RX C snippet, fully commented PEB-walk assembly, a complete Python/Keystone reverse shell, and named external tools with links covering the common cases. | 5 / 5 |
Workflow Clarity | A clear 6-step development workflow and sequenced loader phases (Allocate→Write→Execute) are present, but risky offensive operations lack explicit validation checkpoints or validate→fix→retry feedback loops, capping this dimension at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Section structure is clear with well-organized headers and one-level-deep external links, but no bundle files exist and ~470 lines of content (full reverse-shell code, tool/API reference tables) that would belong in separate reference files are inlined. | 3 / 5 |
Total | 15 / 20 Passed |