From scan results to proof
Nyx Agent is the live testing layer around nyx. Point it at a repo and a local URL. It starts
or watches the app, maps routes, runs checks, and stores request and response evidence.
The target stays local. The API binds to loopback by default. Run history and triage state live in the Nyx Agent product store.
Install it from crates.io with Cargo, then run the local doctor check or start the dashboard.
cargo install nyx-agent
nyx-agent doctor
nyx-agent serve
What it runs
A run moves through scan, explore, verify, and triage. Destructive checks are opt-in and meant for disposable development data.
License
Nyx Agent is open source under AGPLv3-or-later. Commercial licenses, paid support, onboarding help, private policy packs, and enterprise terms are available.
Install with cargo install nyx-agent, explore the product page at
nyxsec.dev/agent, or view the source at
github.com/nyx-sec/nyx-agent.