// THE SWARM
Six agents. One per attack class.
Each agent goes deep on a single class of vulnerability, and they share context as they work — so findings that span files get chained, not missed.
TAINT
Injection & taint
Follows every untrusted input across files to the sink it reaches.
CRIT3 in sample scanprofile →
GHOST
Leaked secrets
Sweeps source and git history for what should never be committed.
HIGH2 in sample scanprofile →
ROT
Dependency CVEs
Maps your dependency tree to CVEs that are actually reachable.
HIGH4 in sample scanprofile →
CREEP
Access control
Checks every route and object reference for missing authorization.
CRIT3 in sample scanprofile →
WARP
Business logic
Probes order-of-operations flaws: races, replays, and steps that can be skipped.
MED2 in sample scanprofile →
DRIFT
Config & IaC
Catches misconfiguration in code, before it reaches production.
HIGH4 in sample scanprofile →