Path 1 · Self-hosted by AI Warden
Submit source → scan → sandbox → publish
Point us at a Git repo or container image. We pull it, run a static code scan against the source, build the image, then stand the server up inside a network-isolated sandbox runner. Live scanners watch the first traffic. Only then does it get a published URL on your fleet.
- Static code scan — supply-chain risk, dangerous tool definitions, suspicious file/network patterns, secrets in source.
- Sandbox build & run — isolated network, no outbound by default, ephemeral filesystem.
- Live behavioural scan — synthetic prompts exercise every tool while the scanner panel watches.
- Approver sign-off — four-eyes gate before the server is published to consumers.
- Versioned deploys — every release re-runs the same gate; rollback is one click.