Policy-as-code gates
Fail pull requests on severity thresholds, finding budgets, blocked packages, denied categories, and expiring suppressions.
Own security work from the first local scan to the release gate. BreachScope brings code, dependencies, SaaS posture, runtime evidence, triage, policy, and customer-owned integrations into one calm workflow.
10
ecosystems
SARIF
CI output
VEX
advisories
SCIM
identity
Risk operations
Production portfolio
0
critical SLA
14
open highs
98%
policy pass
CI gate
passing$ breachscope scan --mode deep --breach --bug
detecting ecosystems: npm, PyPI, Go, Maven
policy loaded: release-gate.yml
supply-chain score: 78/100
critical: service_role key in client bundle
critical: exploitable JWT bypass confirmed
writing results.sarif, bom.cdx.json, openvex.json
completed in 42s - 19 findings - 2 critical
Platform coverage
BreachScope covers prevention, detection, triage, evidence export, identity, runtime monitoring, and CI enforcement. The CLI stays fast for local use, while the dashboard keeps teams aligned around ownership, policy, and audit history.
Fail pull requests on severity thresholds, finding budgets, blocked packages, denied categories, and expiring suppressions.
OSV matching across ten ecosystems plus OpenSSF, deps.dev, maintainer concentration, deprecation, license, and lifecycle-script risk signals.
Export SARIF for code scanning, CycloneDX or SPDX SBOMs, OpenVEX advisories, JSON evidence, and fix-suggestion briefs.
Dashboard API keys support least-privilege scopes for scan upload, config read, secret read, and settings write workflows.
The sandbox command builds an isolated container, hardens Docker flags, and runs active exploit probes with CI failure support.
Linux environments can stream Tracee eBPF events into JSONL for investigation alongside static and dynamic findings.
SCIM user lifecycle endpoints, SAML metadata, IdP-ready ACS fail-closed behavior, and project-level audit logs are in the platform.
Bring your own Slack, Teams, PagerDuty, Jira, Linear, and webhook credentials. BreachScope supplies routing, testing, and audit history.
Dependency, code, and project context collection understands JavaScript, Python, Go, Rust, Ruby, Java, PHP, .NET, Elixir, and Dart.
Operating model
BreachScope provides the scan engine, dashboard, policy layer, evidence exports, and routing framework. Your team decides which providers to connect, which keys to save, and which findings leave the platform.
One finding model across CLI, CI, dashboard, and integrations.
01
Scan
02
Policy
03
Evidence
04
Route
Public pages stay public. Work data stays behind auth.
Developers can scan without connecting a dashboard. Login adds scan history, triage, policies, and evidence workflows.
Teams connect their own GitHub, Slack, Jira, Linear, PagerDuty, OpenAI, Firecrawl, and cloud accounts when they need them.
Robots can read public docs and legal pages. Dashboard, API, login, and CLI auth routes stay private and crawler-blocked.
SARIF, CycloneDX, SPDX, OpenVEX, JSON, and fix briefs keep release reviews portable across existing systems.
10
package ecosystems
OSV-aware scanning
4
governance exports
SARIF, SBOM, VEX, JSON
5
notification targets
Slack, Teams, PagerDuty, Jira, Linear
0
audit vulnerabilities
npm moderate+
Operational fit
Local developer scans, CI enforcement, release evidence, ticket routing, and audit-ready triage all share the same finding model.
Run breachscope scan --ci --policy release-gate.yml and upload SARIF to code scanning.
Generate CycloneDX, SPDX, OpenVEX, and a fix-suggestion brief from the same JSON scan artifact.
Send critical findings to PagerDuty and engineering work queues while preserving audit history per project.
Deploy the workflow
Install the CLI, connect it to the dashboard, and use generated CI workflows to enforce policy, export artifacts, and route findings with your own provider accounts.
npm install -g breachscopeInstall the CLI
npm install -g breachscopeAuthenticate once
breachscope loginRun a release gate
breachscope scan --ci --policy release-gate.yml --output sarif --file breachscope.sarifExport release evidence
breachscope sbom --output cyclonedx --file bom.cdx.jsonFor zero-install scans, run npx breachscope scan. Docker is required only for sandbox attack runs.