Releases

Latest

Cerberus Agent CLI 1.0.0-beta Beta

Terminal workbench for security research — nine specialist agents, evidence-led review loop, and full-screen Ink interface from your shell.

Install & Requirements

Requires Node.js 18+ and Python 3.10+. Agent deps in servers/requirements-agent.txt; the scanner (examine.py) is stdlib-only.

npx cerberus-agent scan .
npx cerberus-agent agent "audit this repository"

Direct: pipx install "cerberus[agent] @ git+https://github.com/murderszn/cerberus.git"

Previous

Cerberus Scanner 0.9.0-alpha Stable

Deterministic vulnerability scanner — stdlib-only Python, zero dependencies, runs anywhere Python 3.10+ is installed.

Install & Requirements

Python 3.10+ required. No additional dependencies.

pipx install git+https://github.com/murderszn/cerberus.git
cerberus scan .

Archive

Examine (Proof of Concept) 0.8.0-alpha Superseded

Original static-analysis prototype — single-file scanner that seeded the Cerberus project. Now superseded by the full Scanner release.

Install & Requirements

Python 3.8+. Copy examine.py into your project and run directly.

python examine.py --target ./src