What problem does it solve?
Setting up an isolated environment for AI-driven security review campaigns requires manually wiring sandbox isolation, LLM credentials, and model endpoints, and misconfiguration is often only discovered after a campaign fails mid-run.
Core Features & Use Cases
- Sandbox Configuration: Selects between static-only, gVisor container, microsandbox microVM, and GCE ephemeral VM isolation levels based on host capabilities.
- Model and Endpoint Management: Switches between Gemini, Claude on Vertex AI, MaaS models, and custom OpenAI-compatible endpoints with reasoning effort and timeout controls.
- Fast Preflight Validation: Runs 1-2 second checks verifying LLM reachability and sandbox readiness before launching campaigns.
- Use Case: Before running an unattended vulnerability discovery campaign on a new host, auto-detect available isolation mechanisms (KVM, runsc, gcloud), configure the strongest available sandbox, and verify credentials in seconds.
Quick Start
Ask the agent to auto-detect host capabilities and configure the Mantis pipeline with the best available sandbox, then run a preflight test to confirm everything is operational.