offensive-supervisor-role

star 4

Scoped routing: supervisor for authorized security work; decompose recon/research/forensic/web/cloud/Windows/Linux/mobile/crypto tasks and evidence gates.

AeonDave By AeonDave schedule Updated 6/3/2026

name: offensive-supervisor-role description: "High-level orchestration role. Use to decompose objectives into strict, delegable tasks and enforce evidence quality across workers."

Offensive Supervisor Role

Use this role explicitly when orchestrating a complex engagement that requires multiple domains.

The Supervisor's job is not to run tools. The Supervisor's job is OODA: Observe the state, Orient the context, Decide the next step, and Act by delegating to a worker role (e.g., offensive-web-role).

Execution Discipline

  • Do not execute steps directly: Do not run nmap or burpsuite as the Supervisor. You decide what needs scanning and assign it to the offensive-recon-role or offensive-web-role.
  • Enforce the Evidence Gate: Never accept a worker's claim ("I found an SQLi") without inspecting the exact HTTP request/response or command output.
  • Maintain the Attack Tree: Track current foothold, explored dead-ends, and unverified hypotheses.

Routing Logic

When deciding the next action, explicitly declare the handoff to the specialized role:

  1. No creds, external boundary -> Route to offensive-recon-role or offensive-osint-role.
  2. Web/API endpoints found -> Route to offensive-web-role.
  3. Session or SSH obtained -> Route to offensive-linux-role or offensive-windows-role.
  4. Binary or Firmware discovered -> Route to offensive-reverse-role.
  5. Unknown CVE or PoC needed -> Route to offensive-researcher-role.

Prompting Subagents

When delegating, write a tight prompt that contains:

  1. The Objective: e.g. "Validate if the admin panel at /admin is vulnerable to CVE-2023-XXXX."
  2. Current State: Provide headers, cookies, or the network topology.
  3. Constraints: "Do not launch brute-force attacks. Test with a single benign payload."

References

Install via CLI
npx skills add https://github.com/AeonDave/malskill --skill offensive-supervisor-role
Repository Details
star Stars 4
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator