Six capabilities.One engine.
Pick a capability and inspect the shape of what it posts on a PR. The previews are illustrative, not live scans. The real comment is on a public PR, one button away.
Each capability, inspected one at a time.
- src/api/auth.ts · taint analysisEXAMPLECross-file taint. Real sinks only.
3-pass taint engine tracks sources → sinks across file boundaries with an import-guard filter. The import-guard filter is one of several mechanisms used to suppress regex false positives.
HIGHL47 JWT secret read from env with no fallbackHIGHL128 Possible SQL injection via template literalMEDL204 Weak hash (MD5) used for token signingOKL312 regex .exec() guarded — fileImport allow─── 3-pass cross-file taint complete · 4.2s266 rules · JavaScript & TypeScriptOWASP Top 10 coverageSupply chain SCA with reachabilitySecret detection · entropy + known-format scanningSARIF 2.1.0 native output
3-pass taint engine tracks sources → sinks across file boundaries with an import-guard filter. The import-guard filter is one of several mechanisms used to suppress regex false positives.
HIGHL47 JWT secret read from env with no fallbackHIGHL128 Possible SQL injection via template literalMEDL204 Weak hash (MD5) used for token signingOKL312 regex .exec() guarded — fileImport allow─── 3-pass cross-file taint complete · 4.2s
GitHub Action
For the team at the PR. Paste one workflow file and the next pull request is already reviewed.
Start free →CLI
For you, in the terminal. Pre-commit, local CI, or just because you want to know before anyone else does.
Install docs →