orchestrator

Orchestrate multi-phase penetration tests with operator approval and status updates.

253|37|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/blacklanternsecurity/red-run --skill orchestrator-blacklanternsecurity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/blacklanternsecurity/red-run/tree/main/skills/orchestrator
Command: npx skills add https://github.com/blacklanternsecurity/red-run --skill orchestrator-blacklanternsecurity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex, multi-stage process of conducting a penetration test, from initial reconnaissance to exploitation and reporting, ensuring no steps are missed and all findings are systematically tracked.

Core Features & Use Cases

  • Automated Reconnaissance: Initiates network and service discovery.
  • Skill Routing: Intelligently selects and delegates tasks to specialized technique skills.
  • State Management: Persistently tracks engagement progress, findings, and targets.
  • Use Case: When given a target IP address, this Skill will automatically discover open ports, identify running services, and then route to the appropriate sub-skills to probe for vulnerabilities and gain access, all while keeping you informed at each critical decision point.

Quick Start

Use the orchestrator skill to start a penetration test against the target 192.168.1.1.

Frequently Asked Questions about orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-phase penetration testing from reconnaissance to exploitation?

Automating multi-phase penetration testing requires orchestrating reconnaissance, attack surface mapping, and vulnerability chaining into a continuous workflow. This skill manages engagement state persistence and delegates exploitation tasks to specialized technique skills, ensuring all phases are executed systematically.

What is skill routing in offensive security automation?

Skill routing in offensive security is the mechanism of intelligently selecting and delegating specific attack tasks to specialized technique skills. The orchestrator uses semantic skill search to match discovered vulnerabilities with the appropriate exploitation modules.

How do I start a penetration test against a specific target IP address?

To start a penetration test against a target IP address, you invoke the orchestrator with the specified target. It will automatically initiate network and service discovery, identify open ports, and route to sub-skills to probe for vulnerabilities while providing detailed status updates.

Does the orchestrator require explicit approval before running exploitation agents?

Yes, the orchestrator requires explicit operator approval for all agent invocations. It handles agent execution delegation for infrastructure-focused attacks but pauses at critical decision points to ensure a human operator authorizes active exploitation steps.

Can I use this skill to manage engagement state and track penetration testing findings?

Yes, you can use this skill to manage engagement state and track findings. It persistently tracks engagement progress, mapped attack surfaces, and identified targets throughout the penetration testing lifecycle, ensuring no steps are missed.

What are the limitations of using an automated orchestrator for penetration testing?

The primary limitation of using an automated orchestrator for penetration testing is the strict requirement for explicit operator approval at all agent invocations, meaning it cannot run fully autonomous exploitation and requires human interaction for critical decisions.