Security
Adopting a security scanner inverts the usual question. You're not only asking "does it work?" — you're trusting a vendor with your credentials and letting it fire attack traffic at your production environment. CarbonMantis answers that by construction.
Multi-tenant isolation
Isolation is enforced independently at each layer, so no single mistake can collapse the boundary between tenants.
Row-level tenant scoping on every table, enforced in the data layer. There is no global-query path — cross-tenant reads are architecturally impossible, and covered by integration tests.
Every scan runs as ephemeral, isolated jobs with no shared state. One tenant’s scan can’t observe or disrupt another’s.
Worker egress is locked down and NAT-bounded; workers can’t reach internal systems.
Per-tenant key-encryption keys. One tenant’s key never decrypts another tenant’s data.
Credential protection
For authenticated scanning we store the most sensitive data in the system — customer credentials — with envelope encryption keyed per tenant.
Held to our own standard
Scan workers actively send attack traffic to the internet, so they run apart from everything that holds data or secrets. Egress is deny-all by default except target web ports, artifact upload, and the callback endpoint; RFC 1918 private ranges and cloud-metadata endpoints are blocked. Tool containers run non-root, read-only, with hard resource limits.
When we fetch a customer-supplied URL, a custom dialer validates the actual resolved IP at connect time — on the initial request and every redirect hop — which defeats DNS rebinding. Only public, global-unicast destinations are allowed; everything special-use is denied, and the policy fails closed. The exact bug class we report to customers, engineered out of our own stack.
Raw request/response bodies are never persisted. Evidence is synthesized and redacted server-side before anything is stored, through layered redaction — always-on credential scrubbing, built-in PII defaults, and your own org-specific filters — applied to every stored field.
Passwords hashed with Argon2id. Short-lived RS256 JWT access tokens with rotating refresh; TOTP MFA supported. Role-based access control (Owner / Admin / Scanner / Viewer) — a Scanner can use stored credentials to run a scan but can never view them, and that use is audited.
Platform secrets live in a cloud key vault, accessed via managed identity — never env vars in production. No secrets or PII in logs. Configurable retention, and an append-only audit log of significant actions with actor, resource, IP, and timestamp.
Prove it, don't trust it
Every scan seals a cryptographically signed, append-only record of exactly what ran — anchored to write-once (WORM) immutable storage. You verify it yourself, offline, against a key we can't secretly swap, with an open tool. Even we can't rewrite or backdate it.
Get evidence-backed findings your team will actually act on.
Request Early AccessBe first in line when we launch · we’ll email your invite