Documentation
README
Mantis runs a staged detect-then-validate pipeline. The core bet: detection is commodity, validation precision is the product -- "what survives attacker-simulation is real." Detect is generous (high recall, no self-censoring); Validate is ruthless (kill false positives with cited roadblocks).
Establish scope and authorization FIRST. Work only on targets the user owns or is explicitly authorized to test. If authorization for active/exploit testing is unclear, restrict the run to read-only static analysis until scope is established. Never do destructive, persistence, exfiltration, DoS, or stealth actions.
Pipeline, stage -> subagent (spawn_agent agent_type) -> tools:
This is the opening of the README. Read the full README on GitHub.