run_scanner
Run external security CLI tools with argument passthrough and optional target scope checking, returning parsed JSONL output.
Instructions
Run an installed external security CLI and return its output.
tool must be one of the known tools (subfinder, httpx, nuclei, naabu,
nmap, katana, ffuf, gau, dnsx, amass, waybackurls). args are passed
through verbatim. If target is given it is scope-checked first. If the
tool is missing, returns a structured note and the native fallback to use
instead. JSONL output is auto-parsed. Gated by MOONMCP_ALLOW_EXTERNAL_TOOLS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| tool | Yes | ||
| target | No |