Blue Mantis
Sign inRequest access

Least privilege,
stated plainly.

Blue Mantis is a delivery tool with write access to your repository. Here is exactly what it holds, what it touches, and what it refuses to do.

Credentials are per user

Every key is stored against your user record in an isolated config table. There is no shared pool, no fallback to an environment variable in production, and no key is ever written to a log line.

Every query is scoped

Projects, work items, runs and suggestions are all filtered by user on every read and write. There is no global collection a bug could expose.

Write access is narrow

Blue Mantis creates branches, commits and pull requests. It does not merge, force-push, or touch your default branch.

The tracker stays yours

Items and test cases are pushed only when you ask. The single automatic write-back is a status change when an item closes.

Agents see a case file, not a repository

Only the files selected as relevant to the work item, plus the detected stack profile, are passed to the agent pipeline — scoped to what the keyword extractor judges relevant.

Failures are contained

A run that fails records the error and stops. Nothing half-written reaches your repository, and stuck runs are swept after twenty minutes. A blocked Aegis gate records every finding and stops without writing anything to main. Nothing with a High or Critical finding can be promoted until it is resolved and the gate clears.

High findings never reach main

Aegis posts a blue-mantis/security status check to every PR. Configure one branch protection rule on main and GitHub enforces it — no High or Critical security finding can be merged until it is resolved. Blue Mantis never merges anything itself.

Where your data sits

ProcessorPurposeWhat it sees
Supabase (Postgres)Application databaseWork items, runs, suggestions, your encrypted-at-rest config
ClerkAuthenticationEmail, session, OAuth identity
Generation pipelineCode generation, ranking, and reviewCase file per run: work item, acceptance criteria, selected repository files. Agents: Raptia, Fovea, Synthesia, Veria.
Aegis (security pipeline)Security vulnerability scanningThe committed code change only — same file the developer committed. No other repository files.
ResendTransactional emailYour address and the run outcome

For a complete security overview including sub-processor list, compliance status, AI model disclosure, and audit log details —

View our Trust and Security page →
Request access

Queue the work tonight.
Read the pull requests
in the morning.

Request accessRead the guides