Enterprise
VORO Enterprise extends the open-source scanner with fleet management, Bayesian risk scoring, and web-based reporting for teams and organizations.
Tiers
| Feature | Free (Open Source) | Team | Enterprise |
|---|---|---|---|
| voro-scan CLI (745 patterns, 16 languages) | Yes | Yes | Yes |
| External scanner integration (14 scanners) | Yes | Yes | Yes |
| JSON audit reports | Yes | Yes | Yes |
| Bayesian risk scoring (voro-brain) | — | Yes | Yes |
| A-F safety grades | — | Yes | Yes |
| Web dashboard (scan.voro.security) | — | Yes | Yes |
| GitHub App (PR scanning) | — | Yes | Yes |
| Exploitability scoring with call graph analysis | — | — | Yes |
| Fleet management (multi-repo monitoring) | — | — | Yes |
| Continuous monitoring (scan on push) | — | — | Yes |
| API access | — | Rate-limited | Unlimited |
| Priority support | — | — | Yes |
Pricing and plan details are being finalized. If you're interested in early access, reach out at the voro-scan GitHub repository.
What Enterprise Adds
Bayesian Risk Scoring
The voro-brain scoring engine evaluates findings across 6 risk dimensions (fund safety, access control, external risk, code integrity, dependency health, agent autonomy) using corpus-calibrated priors. Instead of raw finding counts, you get confidence-weighted A-F grades that reflect actual exploitability.
GitHub App Integration
Install the VORO GitHub App on your repositories. On every pull request:
- VORO clones the branch and runs the full scan pipeline
- Findings are posted as PR comments with severity breakdowns
- A GitHub Check Run reports pass/fail against your configured threshold
Fleet Management
Monitor multiple repositories from a single dashboard. Track security posture over time, compare grades across projects, and set organization-wide policies for scan thresholds.
Continuous Monitoring
VORO watches your repositories for new commits and re-scans automatically. Get alerts when a code change introduces a new vulnerability or when a dependency CVE affects your project.
Current Status
The web scanner at scan.voro.security is in active development. Local production testing is complete (Phase E-A). Public deployment is next (Phase E-B).
API access and Stripe-based billing are on the roadmap. Self-hosted enterprise deployment is planned for after the public launch.