hunt-dispatch

Load platform-specific hunt skills and print a taxonomy for /hunt sessions.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill hunt-dispatch-sseshachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/sseshachala/Claude-BugHunter-archive/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/sseshachala/Claude-BugHunter-archive --skill hunt-dispatch-sseshachala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fingerprints the target and loads the appropriate /hunt skill set, enabling context-aware orchestration for bug-hunting and red-team workflows.

Core Features & Use Cases

  • Platform-aware skill loading: maps target signals to corresponding platform attacks (okta-attack, m365-entra-attack, etc.).
  • Taxonomy generation: prints a deterministic taxonomy block for session planning and handoff to targeted skill sets.
  • Safe orchestration: loads skills without executing probes, preserving isolation until the user initiates testing.

Quick Start

Invoke hunt-dispatch with mode=redteam or mode=wapt to load and print the taxonomy for the session.

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How do I orchestrate red team skill loading based on target platform fingerprints?

Skill loading is orchestrated by matching target fingerprints to specific platform attack skills like okta-attack or m365-entra-attack, generating a deterministic taxonomy block for session planning, and handing control back without executing probes.

What is platform-aware taxonomy generation for bug hunting workflows?

Taxonomy generation maps target signals to corresponding platform attacks and prints a deterministic taxonomy block for session planning and handoff to targeted skill sets, ensuring safe orchestration without executing probes.

Can I load platform attack skills for wapt blackbox or greybox modes without running probes?

Yes, you can load platform attack skills for wapt blackbox or greybox modes without running probes. The dispatcher applies safe orchestration by selecting the correct skill set and printing the taxonomy while preserving isolation until testing is initiated.

How do I generate a session taxonomy for redteam or wapt engagements?

To generate a session taxonomy for redteam or wapt engagements, invoke the dispatcher with mode=redteam or mode=wapt. It fingerprints the target, loads the appropriate skill set, and prints the taxonomy for the session.

Does the dispatcher support context-aware orchestration for okta-attack and m365-entra-attack workflows?

Yes, the dispatcher supports context-aware orchestration by mapping target signals to corresponding platform attacks, including okta-attack and m365-entra-attack workflows, enabling targeted bug-hunting and red-team operations.