Web RunnerBuild Systems // Ship Faster

Prove what's exploitable. Not what a scanner guessed.

Aegis is a verified-exposure and remediation platform. Every finding is either Verified by Aegis or Attested by a licensed human. Never accepted on an AI's say-so.

Coming Soon - Reach Out for Early Access
Live from Aegis
PENTESTauthz_test · IDOR confirmed on /api/orders/{id} · Verified by Aegis
AGENTon-prem poll · mTLS handshake OK · 0 inbound ports
RETESTfinding #4471 re-tested clean · fix confirmed, not assumed
results.aegis
Three Verdicts, Not One Opinion

Click a verdict. See what it actually takes to earn it.

Every finding in Aegis carries exactly one of these three labels - never a fuzzy confidence score, never "AI thinks this is probably real."

Deterministic · 0% guesswork
Deterministic. Automated. Provable.

The default verdict, and the one nearly every finding carries. A real request, a real response, a real comparison - authz_test uses two genuine accounts to prove one can reach what the other shouldn't. No LLM sits anywhere in this path. If it says Verified, a machine reproduced the exploit and captured the evidence.

evaluate_request() gates every check - scope, method, rate limit, kill switch - before a single byte goes out.

finding-4471.aegis
The Problem

You're already buying this. Badly, and in pieces.

An "AI pentest" subscription that narrates findings instead of proving them. An open-source SAST tool with zero support. A compliance consultant just to fill out a spreadsheet. And when you need a signature, a pentest firm that takes weeks to book.

YOUR CURRENT STACK - ITEMIZED
"AI pentest" wrapper $499/mo
Open-source SAST, self-supported DIY
Cloud-posture / EASM tool $299/mo
Compliance consultant retainer $2,500/mo
Pentest firm, per engagement $15k+
TOTAL ~$3,300+/mo
NONE OF THEM PROVE A FIX WORKED

Aegis: SAST + Deterministic Pentesting + Attack Graph + Compliance, one evidence model - optional AI deep-dive, optional human attestation, cloud or on-prem or fully self-hosted.

The Pipeline

Seven steps. Every one of them provable.

Now Watching
01/07
Scan
01
Scan

SAST, web/API, network, and cloud-posture engines run on schedule or on demand - cloud-side or through the on-prem agent.

02
Verify

Deterministic checks produce real proof. authz_test compares real accounts. Nothing is marked verified without evidence attached.

03
Correlate

Findings connect automatically into attack paths - including cross-project links from a SAST finding to a live discovered endpoint.

04
Prioritize

Severity, exposure, and business criticality get multiplied by real-world signal: CISA KEV and FIRST.org EPSS, synced hourly.

05
Remediate

Stack-aware fix templates branch by the finding's real language and context - not a generic "sanitize your input" boilerplate.

06
Retest

The exact original check runs again through the same safety engine. Fixed means fixed. A regression is flagged regressed, never silently reopened.

07
Attest

A licensed human can sign off on demand - append-only, with reviewer, scope, and evidence preserved, and a report anyone can verify is genuine.

The Platform

Four exhibits. One evidence model.

Drag or scroll sideways - each exhibit is a real engine, not a mockup.

EXHIBIT A
Static Code Analysis

Reads your source before it ships, not just your deployed app from the outside.

Real SAST - the layer almost no "AI pentest" tool actually has
- query = f"SELECT * FROM users WHERE id={user_id}"+ query = "SELECT * FROM users WHERE id = %s", (user_id,)
CWE-89 SQL Injection - matched to CISA KEV
A self-authored ruleset, not a licensing workaround

Wraps the Semgrep engine against Aegis's own ruleset, not Semgrep's registry config, whose license terms restrict commercial SaaS use.

Git URL, local path, or a straight zip upload

Real zip-slip, zip-bomb, and symlink defenses on the upload path, not a naive extractor.

Aegis Check on every pull request

Comments only on findings that are provably new or regressed against a baseline - never blanket noise.

EXHIBIT B
Deterministic Penetration Testing

Real probes with real proof - no LLM in the loop, nothing accepted on its say-so.

Replaces the guesswork in most automated pentest tooling
POST /api/orders/482 HTTP/1.1Authorization: Bearer ████████████████caller: account-14 · resource owner: account-91200 OK · full order + billing address returned
Verified by Aegis - IDOR confirmed
authz_test - a genuine IDOR/BOLA probe

Two distinct real accounts, compared against each other to see what each can actually reach.

Full surface coverage in one pass

http_discovery, header_audit, and tls_audit - all deterministic, all evidence-producing.

Redacted evidence, not a severity label

Authorization and Cookie headers are stripped before anything is ever persisted.

EXHIBIT C
A Real On-Prem Story

Not "run the same Docker containers on your own servers." An actual outbound-only agent.

The on-prem gap almost every competitor in this category has
YOUR NETWORKGo Agent
HTTPS poll →← blocked
AEGIS CLOUDControl Plane
mTLS verified both directions - 0 inbound ports, ever
One static Go binary, zero external dependencies

CGO_ENABLED=0, no runtime to patch, small enough for a security team to actually audit.

Outbound-only - zero inbound ports, ever

The agent always polls the control plane. The control plane never dials the agent. Full stop.

Mutual TLS, verified in both directions

The agent genuinely verifies the control plane's identity too - not just the reverse.

EXHIBIT D
Attack Path Correlation & Priority

Findings that talk to each other, ranked by what's actually being exploited right now.

Replaces manually stitching findings into a story yourself
F1F2PATHCRITEPSS .91
Correlated automatically, the moment a scan completes

Including cross-project links from a SAST finding to a live discovered endpoint, tenant isolation intact.

CISA KEV and FIRST.org EPSS, not a static CVSS score

Real-world exploitation signal multiplies the base priority score, synced hourly.

Retest re-runs the actual original check

A finding that regresses after being marked fixed is flagged regressed, never silently reopened.

Deployment

Run it where your data has to live.

Pick a mode per project, not once for the whole company. Every mode routes through the same safety policy engine.

Fully hosted

Point Aegis at a target and start scanning. No infrastructure of your own to run or patch - the control plane reaches your target directly over the public internet.

  • Zero infrastructure to run
  • Every engine available, including SAST
  • Fastest path from signup to first finding
Compliance & Evidence

A framework mapping tied to live evidence, not a checklist.

A control with no automated evidence stays not_tested forever. Absence of evidence is never treated as evidence of absence.

compliance.aegis
COVERAGE
OWASP ASVS, ISO 27001, NIS2, and CRA

Mapped per control to exactly which scanner would close the gap, with a computed verification_source: scanner-verified, human-attested, or not verified. A control with no automated evidence stays not_tested forever - absence of evidence is never treated as evidence of absence.

CERTIFICATION
Certified Audit Reports

A paid, human-signed attestation layer on top of your report. An Aegis-staff reviewer inspects the underlying findings and signs a real certification statement with its own dedicated Ed25519 keypair - separate from every other signing key in the system.

VERIFICATION
Publicly verifiable, not just a PDF

Anyone - an auditor, a regulator, a procurement contact - can verify a certificate is genuine through a public, unauthenticated endpoint. No login, no trust-me.

EVIDENCE
Redacted at capture, not on display

Authorization and Cookie headers are stripped before evidence is ever persisted to disk - proof of exploitability without a second, self-inflicted leak.

RETEST
A retest before you ever call it closed

The exact original check runs again through the same safety engine. A regression is flagged regressed, never silently reopened as something new.

REPORTING
Executive, engineering, audit, and MSP-client modes

PDF, Markdown, and DOCX export, with an AI-polish pass that can tighten the prose but can never invent a finding that wasn't there.

Built Like Infrastructure

Security isn't a bullet point we added later.

>
One policy choke point for every scanner action

evaluate_request() and its siblings for DNS, TCP, and cloud-API calls are the single place scope authorization, rate limits, testing windows, and the kill switch get enforced - cloud or on-prem, zero exceptions.

>
Tenant isolation enforced server-side, not by convention

Every query is filtered by the authenticated user's organization at the router layer - deliberately explicit and testable, not a row-security policy you have to trust blindly.

>
Three separate signing keys, never shared

Release manifests, on-prem license files, and Certified Audit Report certifications each use their own dedicated Ed25519 keypair. Compromising one can never compromise the others.

>
argon2 hashing, Fernet encryption, key rotation built in

Passwords and API keys are argon2-hashed. Stored credentials use Fernet symmetric encryption with MultiFernet key-rotation support.

>
An emergency stop that actually stops things mid-run

Org-wide and per-scan kill switches are checked at every loop iteration - verified live to reach a cancelled state within about two seconds, even mid-AI-pentest-run.

The Honest Comparison

What you get with one platform instead of five.

AegisAI-pentest wrappersOpen-source SAST toolsCloud posture scannersTraditional pentest firms
Deterministic, evidence-backed findings - not AI narration
Real static code analysis (SAST) of your source
Genuine on-prem deployment - static binary, 0 inbound ports
Automated retest that confirms a fix actually worked
CISA KEV / FIRST EPSS real-world threat-intel priority
Automatic attack-path correlation across findings
Licensed human attestation available on demand
Compliance mapping tied to live evidence, not a checklist
Continuous / scheduled - not a one-time engagement
Cryptographically signed, publicly verifiable audit reports

partial support in some tools in the category - varies by vendor.

Pricing

Priced by coverage, not by seat.

Every SaaS tier includes the full deterministic pipeline. Higher tiers add compliance frameworks, scan concurrency, on-prem agents, and the AI Pentester Agent. Running the whole platform on your own infrastructure is licensed and sold separately.

Starter

For a single team that needs real coverage on real targets.

Coming Soon
OWASP ASVS, ISO 27001
Deterministic scan engines Attack-path correlation 1 on-prem agent included
  • 5 concurrent scans
  • 3 backup slots
  • 1 on-prem agent
Request Early AccessPLAN.STARTER

Team

For teams that need the AI Pentester Agent and monthly certified proof.

Coming Soon
+ NIS2, DORA
Everything in Starter Hybrid AI Pentester Agent 1 Certified Audit Report / month
  • 10 concurrent scans
  • 10 backup slots
  • 5 on-prem agents
Request Early AccessPLAN.TEAM

Enterprise

For portfolios, regulated environments, and dedicated SLAs.

Coming Soon
Every framework, incl. SOC 2, CRA
Everything in Team 25 on-prem agents included 5 Certified Audit Reports / month
  • 20 concurrent scans
  • 50 backup slots
  • 25 on-prem agents
Talk to UsPLAN.ENTERPRISE
Sold separately

Self-Hosted

The entire platform on your own infrastructure - licensed and sold separately from the SaaS plans.

Get in Touch
Perpetual license, annual updates
Control plane + agent on your infra Nothing calls home, ever AI features hard-gated off by design
  • Signed releases, offline update verification
  • Dedicated support channel
  • Custom SLA
Get in TouchPLAN.SELF-HOSTED
EVIDENCE
VERIFIED

Stop trusting a scanner's word for it.

Deterministic proof by default, licensed human sign-off on demand, and AI kept exactly where it belongs - bounded, optional, and never the final word.

Coming Soon - Reach Out for Early Access