offensive-roles/offensive-supervisor-role/SKILL.md
High-level orchestration role for authorized red-team, lab, and CTF engagements. Use to decompose objectives into strict delegable tasks, package cold-start context per dispatch, journal routing decisions, preserve multi-level worker failures, and gate the whole engagement on evidence before handoff.
npx skillsauth add aeondave/malskill offensive-supervisor-roleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this role explicitly when orchestrating a complex engagement that spans multiple domains or exceeds one worker's scope.
The Supervisor does not run tools. The Supervisor runs OODA: Observe the state, Orient the context, Decide the next step, Act by delegating to a worker role. Topology (hierarchical vs blackboard), MCP-C2, and loop protection live in agentic-offensive-orchestration — this role is the discipline on top of it.
nmap, burpsuite, sqlmap as the Supervisor. Decide what needs doing and assign it to a worker role.Declare the handoff to a specialized role explicitly:
offensive-recon-role or offensive-osint-role.offensive-web-role.offensive-linux-role or offensive-windows-role.offensive-reverse-role.offensive-researcher-role.A worker starts cold — it inherits ONLY the dispatch prompt, never the conversation. Every delegation carries a structured context block: objective (one verifiable task + success signal), scope_roe, position (foothold/creds it needs and nothing more — least-context), constraints, required_artifacts (exact proof to return), stop_conditions. Omit a field and the worker hallucinates; over-share and you leak context. Missing artifacts on return -> reject and re-dispatch. Format + worked example in subagent-routing.md.
Log each non-trivial routing decision: question, options_considered, chosen, reasoning (decisive why), confidence (0-1). Payoff on a failed leg: wrong decision + GOOD reasoning = bad input/target data (re-feed); wrong decision + BAD reasoning = broken routing logic (re-think). Format + diagnostic in decision-and-error-journaling.md.
Never flatten a worker failure to "job failed". Each level WRAPS the level below — original observed string verbatim plus its own recovery_attempted and root_cause. The root cause must survive to your report and the next operator's decision. Format + offsec example in decision-and-error-journaling.md.
Before declaring the engagement or a phase complete, run the engagement assurance gate: a matrix of engagement claims (findings reproduced, scope never exceeded, worker claims spot-checked, cleanup done, no unapproved destructive action, creds read-only) each with an artifact and one status. No labeling up: verified (you re-checked the artifact fresh) / attested (worker-reported, filed, not re-checked) / unverified (no artifact). Never report verified without your own fresh check. Matrix + rules in engagement-assurance-gate.md. Per-finding proof stays in evidence-before-claims.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.