subagent-hunt-orchestration

Orchestrate offensive security tasks across specialized subagents for parallel reconnaissance.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill subagent-hunt-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-hunt-orchestration
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/meta/subagent-hunt-orchestration
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill subagent-hunt-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the inefficiency of linear agent loops when dealing with large, complex attack surfaces by delegating specific tasks to specialized subagents.

Core Features & Use Cases

  • Specialized Delegation: Assigns distinct roles like surface mapper, business-logic hunter, and chain builder to parallelize the hunt.
  • Structured Workflow: Enforces a rigorous brief format including success and stop conditions to prevent wasted compute and redundant effort.
  • Use Case: When auditing a large enterprise application, use this skill to simultaneously map GraphQL endpoints while another subagent analyzes business logic, ensuring comprehensive coverage without overlap.

Quick Start

Use the subagent hunt orchestration skill to initialize a multi-agent campaign against the target domain by defining the specialist roster and setting clear stop conditions for each subagent.

Frequently Asked Questions about subagent-hunt-orchestration

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

FAQPage Schema
How do I parallelize reconnaissance tasks across large attack surfaces?

You can parallelize reconnaissance by delegating specialized tasks like surface mapping and business logic analysis to distinct subagents. This orchestration enforces structured briefs with stop conditions to prevent redundant effort and wasted compute during large-scale target audits.

What is subagent orchestration for offensive security workflows?

Subagent orchestration distributes offensive security tasks across specialized agents to optimize reconnaissance and exploitation. It applies to complex pentesting and bug bounty workflows requiring parallelized analysis of business logic, APIs, and ingestion paths.

How do I manage campaign state when running multiple pentesting subagents?

You manage campaign state by enforcing structured briefs that include clear success and stop conditions for each subagent. This rigorous workflow format ensures efficient hypothesis testing and chain building while preventing overlapping analysis.

Can I use this to map GraphQL endpoints while simultaneously analyzing business logic?

Yes, you can assign distinct roles like surface mapper and business-logic hunter to subagents to simultaneously map GraphQL endpoints and analyze business logic. This parallelized delegation ensures comprehensive attack surface coverage without overlap.

What's the best way to deconflict bug bounty subagents auditing enterprise applications?

The best way to deconflict bug bounty subagents is through structured workflow protocols that enforce clear stop conditions and specialized role delegation. This prevents wasted compute and redundant effort when auditing large enterprise applications.

Why does linear agent looping fail when auditing large attack surfaces?

Linear agent looping fails on large attack surfaces because it processes reconnaissance tasks sequentially, creating severe inefficiencies. Delegating specific tasks to specialized subagents optimizes large-scale target analysis by parallelizing the hunt.