BridgePreflight Documentation
BridgePreflight is a deterministic Deployment Risk Intelligence platform that evaluates infrastructure readiness before production deployment.
Installation
$ npm install -g bridgepreflight
$ bridgepreflight scan
# or
$ npx bridgepreflight scan
Analyzers (v1.0.2)
Build Integrity Validation
Environment Configuration Hygiene
Runtime Compatibility Verification
Localhost Leak Detection
Scoring Model
BridgePreflight uses deterministic weighted scoring. Each analyzer contributes to a composite maximum of 120 points.
bridgepreflight scan --json --strict
CI Integration
Use JSON output and strict mode to enforce policy gating in CI pipelines. Non-zero exit codes block unsafe deployments.
Roadmap
- Phase 1 – Deterministic CLI
- Phase 2 – Policy & Enforcement
- Phase 3 – GitHub Action Integration
- Phase 4 – Platform Expansion