hunt-dispatch

Dispatches and loads Red Team or WAPT skill suites for the hunt orchestrator.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-dispatch-bpnrockstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/bpnrockstar/UnifiedBugHunter/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-dispatch-bpnrockstar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the dispatch process and loads the appropriate skill set for the /hunt orchestrator based on the target mode (Red Team or WAPT).

Core Features & Use Cases

  • Automated Skill Set Loading: Automatically loads the required skills for Red Team or WAPT based on the target mode.
  • Target Fingerprinting: Fingerprints the target and determines the correct platform attack skills.
  • Skill Routing: Routes the dispatch/router skill to the correct sibling skill based on the bug class.
  • Pre-fault Resolution: Resolves conflicts and applies load budgets for platform skills to ensure optimal performance.
  • Security & Safety Checks: Implements checks to ensure the security and safety of the hunting process.

Quick Start

To initiate the hunt-dispatch skill, run: hunt-dispatch mode=redteam or hunt-dispatch mode=wapt box=blackbox.

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How does security orchestration skill dispatch work for hunting automation?

Automated skill dispatch loads the required skill set for the /hunt orchestrator based on the target mode, fingerprinting the target and routing to the correct sibling skill based on the bug class.

How do I automate Red Team and WAPT skill loading for security hunting?

Run `hunt-dispatch mode=redteam` or `hunt-dispatch mode=wapt box=blackbox` to automatically load the appropriate skill set for the /hunt orchestrator based on your target mode.

What is target fingerprinting in security orchestration?

Target fingerprinting identifies the target's platform characteristics to determine and load the correct platform attack skills during the hunting automation dispatch process.

Can I use skill routing for specific bug classes during a hunt?

Yes, skill routing directs the dispatch skill to the correct sibling skill based on the detected bug class, ensuring the hunting automation applies the appropriate platform attack.

What limitations or pre-faults occur when automating skill dispatch?

Pre-fault resolution in skill dispatch resolves conflicts and applies load budgets for platform skills to prevent performance issues, implementing security and safety checks for the hunting process.