> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Specialized agents that power Neo tasks, and tools to build your own

Neo runs every task through a set of specialized agents. When you start a task, Neo selects and coordinates the right agents automatically based on your objective. In Thorough mode, multiple agents run in parallel under the Agent Swarm orchestrator.

You can also build custom agents with your own system context, tools, and configuration, and share them with your team or the community.

## Orchestration

Agents that plan, coordinate, and manage the execution of other agents.

<CardGroup cols={3}>
  <Card title="Planner Agent" icon="list-check" href="/platform/agents/orchestration/planner">
    Gathers intelligence and builds execution plans before action is taken
  </Card>

  <Card title="Agent Swarm" icon="sitemap" href="/platform/agents/orchestration/agent-swarm">
    Coordinates all agents in parallel for multi-phase assessments
  </Card>
</CardGroup>

## Discovery & Intelligence

Agents that map attack surface, gather threat intelligence, and build context before active testing begins.

<CardGroup cols={3}>
  <Card title="Recon Agent" icon="radar" href="/platform/agents/discovery/recon-agent">
    Passive asset discovery, subdomain enumeration, and fingerprinting
  </Card>

  <Card title="ProjectDiscovery Agent" icon="cloud" href="/platform/agents/discovery/projectdiscovery-agent">
    Asset inventory, discovery scans, and Nuclei templates from PDCP
  </Card>

  <Card title="Research Agent" icon="magnifying-glass-chart" href="/platform/agents/discovery/research-agent">
    Security intelligence gathering and real-time threat research
  </Card>

  <Card title="CVE Intelligence Agent" icon="shield-halved" href="/platform/agents/discovery/cve-intelligence-agent">
    CVE research, exploit intelligence, and vulnerability database analysis
  </Card>

  <Card title="Explore Agent" icon="compass" href="/platform/agents/discovery/explore-agent">
    Pre-execution reconnaissance and target intelligence for the Planner
  </Card>
</CardGroup>

## Testing & Exploitation

Agents that actively test targets, execute exploits, and perform hands-on security assessments.

<CardGroup cols={3}>
  <Card title="Sandbox Agent" icon="terminal" href="/platform/agents/testing/sandbox-agent">
    Primary execution environment for active testing and the full security toolchain
  </Card>

  <Card title="Browser Agent" icon="globe" href="/platform/agents/testing/browser-agent">
    Real browser automation for DOM-based testing and authenticated flows
  </Card>

  <Card title="API Security Agent" icon="plug" href="/platform/agents/testing/api-security-agent">
    REST and GraphQL API security testing with OpenAPI support
  </Card>

  <Card title="XSS Agent" icon="bug" href="/platform/agents/testing/xss-agent">
    Cross-site scripting detection, context analysis, and blind XSS testing
  </Card>

  <Card title="Red Team Operator" icon="crosshairs" href="/platform/agents/testing/red-team-operator">
    Authorized adversary simulation and internal penetration testing
  </Card>

  <Card title="Android Security Agent" icon="mobile" href="/platform/agents/testing/android-security-agent">
    Full Android pentest on cloud-hosted rooted devices with Frida instrumentation
  </Card>

  <Card title="iOS Security Agent" icon="mobile-screen" href="/platform/agents/testing/ios-deep-security-agent">
    Advanced iOS testing with jailbroken device access and deep instrumentation
  </Card>

  <Card title="Ghidra Agent" icon="microchip" href="/platform/agents/testing/ghidra-agent">
    Binary reverse engineering and vulnerability research
  </Card>

  <Card title="Deploy Agent" icon="box" href="/platform/agents/testing/deploy-agent">
    On-demand container orchestration for spinning up test environments
  </Card>
</CardGroup>

## Analysis & Verification

Agents that triage findings, verify exploitability, and ensure only confirmed issues reach your dashboard.

<CardGroup cols={3}>
  <Card title="Vuln Triage Agent" icon="list-check" href="/platform/agents/analysis/vuln-triage-agent">
    Source-agnostic triage for HackerOne reports, scanner imports, and manual input
  </Card>

  <Card title="GitHub Review Agent" icon="code-pull-request" href="/platform/agents/analysis/github-review-agent">
    Automated security-focused pull request review with inline findings
  </Card>

  <Card title="Verification Agent" icon="circle-check" href="/platform/agents/analysis/verification-agent">
    Post-execution judge that independently re-tests findings and files confirmed issues
  </Card>

  <Card title="Summarizing Agent" icon="align-left" href="/platform/agents/analysis/summarizing-agent">
    Condenses large tool outputs into focused, security-relevant summaries
  </Card>
</CardGroup>
