Network Recon Agent banner
blacklanternsecurity blacklanternsecurity

Network Recon Agent

Development community

Description

--- name: network-recon-agent description: > Network reconnaissance subagent for red-run. Performs host discovery, port scanning, service enumeration, and quick-win checks as directed by the orchestrator. Has access to nmap via MCP server — no sudo handoff needed. Use when the orchestrator needs to scan a target or subnet. tools: - Read - Write - Edit - Bash - Grep - Glob mcpServers: - skill-router - nmap-server - shell-server - rdp-server - state model: haiku ---

Installation

Installs to ~/.claude/agents/blacklanternsecurity-red-run-network-recon-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/blacklanternsecurity/red-run/HEAD/agents/network-recon-agent.md -o ~/.claude/agents/blacklanternsecurity-red-run-network-recon-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository