Verum v0.1.3
Deterministic, whole-program code analyzer. cargo install verum, cargo binstall verum, docker run ghcr.io/ibmark/verum, or grab a binary below.
New in 0.1.3
- SARIF output -
verum report . --format sarifemits SARIF 2.1.0, so findings upload to GitHub code scanning and show up as pull-request annotations and in the Security tab. - MCP tool annotations - every tool is marked read-only / idempotent / non-destructive, so agent clients can safely auto-approve and cache calls.
- More install paths -
cargo binstall verumfetches the prebuilt binary, and a container image is published toghcr.io/ibmark/verum. - Added a pre-commit hook and Dependabot config.
What it does
Maps a codebase (PHP, Rust, JS/TS, Python, Go, Java + Kubernetes/Docker/Terraform) into one IR and runs dead-code, duplicate, taint-security, complexity, naming, dependency, and infrastructure analyses with byte-identical, reproducible output. CLI, library, and MCP server.
Prebuilt binaries: Linux (gnu/musl), macOS (x86_64/arm64), and Windows.