Integrations
VibeGuard works wherever you do. Run it locally, in CI, or anywhere Python runs.
CLI-Native by Design
VibeGuard is a CLI tool first. It works in any environment that can run Python - CI systems, local machines, Docker containers, or air-gapped servers.
Exit codes for build gating
JSON, HTML, and SARIF output formats
Environment variable configuration
Works offline
CI/CD Platforms
VibeGuard works in any CI system that can run Python.
SARIF Output
SARIF (Static Analysis Results Interchange Format) is a standard format for static analysis tool outputs. VibeGuard outputs SARIF files that you can upload to GitHub Code Scanning or any SARIF-compatible tool.
# Generate SARIF output
vibeguard scan . --output sarif --output-file results.sarif
vibeguard scan . --output sarif --output-file results.sarif