This is the official Homebrew tap for CERT-X-GEN, a polyglot execution engine for vulnerability detection.
# Add the tap
brew tap bugb-technologies/cxg
# Install CERT-X-GEN
brew install cxg
# Verify installation
cxg --versionbrew update
brew upgrade cxgbrew uninstall cxg
brew untap bugb-technologies/cxgCERT-X-GEN is a polyglot security scanner that lets you write vulnerability detection templates in 12 programming languages (Python, Go, Rust, C, Shell, YAML, and more).
Key Features:
- Write detection logic in real programming languages
- Sandboxed execution with resource limits
- Multiple output formats (JSON, HTML, SARIF)
- CI/CD friendly
Learn more: github.com/Bugb-Technologies/cert-x-gen
After installation, download the official templates:
cxg template updateBrowse templates: github.com/Bugb-Technologies/cert-x-gen-templates
Apache License 2.0