bridgecrew
Infrastructure as code static analysis
What it is and what it does
Bridgecrew is a deprecated wrapper around checkov that provides infrastructure-as-code static analysis through a command-line interface. It scans IaC files for security misconfigurations and compliance violations. The package is no longer maintained and was planned for archival at the end of 2023; the maintainers explicitly recommend using checkov directly instead.
Since bridgecrew is simply a CLI wrapper for checkov with no additional functionality, installing it adds a layer of indirection without benefit. The single runtime dependency is checkov itself, which you can invoke directly without the deprecated wrapper.
Use it for:
- Scan infrastructure-as-code files for security and compliance violations via a bridgecrew-branded CLI
- Analyze Terraform, CloudFormation, or other IaC configurations for misconfigurations
- Integrate IaC scanning into CI/CD pipelines using the bridgecrew command-line interface
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wraps checkov to provide infrastructure-as-code static analysis through a bridgecrew CLI interface.
No. This package is explicitly deprecated and no longer supported. The maintainers recommend using checkov directly instead. There is no functional advantage to installing bridgecrew over checkov, and doing so ties you to unmaintained code that may become incompatible with future checkov releases.
Install
bridgecrew on PyPI
pip
pip install bridgecrewuv
uv add bridgecrewpoetry
poetry add bridgecrewInstalling bridgecrew
License in practice
Apache License 2.0 permits use, modification, and distribution with minimal restrictions, making it suitable for both commercial and open-source projects.
Quickstart
pip install bridgecrew
from bridgecrew import cli
# Use checkov via bridgecrew CLI wrapper
This package is deprecated and no longer supported; use checkov directly instead.
Verify before relying
- Whether the package remains functional given its deprecation status and planned archival end of 2023
- Current maintenance state and whether checkov dependency receives active updates
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — checkov |
| Maintenance | actively maintained — 141 days since the last release |
| First released | |
| Downloads | 97,232/month — #13,162 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: bridgecrew-3.2.511-py3-none-any.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
checkovCheckov is a static code analysis tool that…
permissive · top 5,000 on PyPI
cycodeCycode is a command-line security scanner that…
permissive · top 15,000 on PyPI
socketsecuritySocket Security CLI scans Python projects for…
permissive · top 15,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
terraform-complianceterraform-compliance is a BDD-based test…
permissive · top 15,000 on PyPI
uv-secureScans uv.lock, pylock.toml, and…
permissive · top 15,000 on PyPI
awslabs.aws-iac-mcp-serverProvides an MCP server that validates…
permissive · top 15,000 on PyPI
safetySafety CLI scans Python project dependencies…
permissive · top 5,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumiverse-grafanaA Pulumi resource provider that lets you create…
permissive · top 15,000 on PyPI