GitHub

Install

Minimal setup. Runs locally. Built for developer flow.

Global install
npm install -g hadrix
Run without install
npx hadrix scan

Core Commands

Focused, predictable workflows. No noise.

hadrix init

Initializes Hadrix in a repository.

hadrix init
hadrix scan

Scans the current repository for security issues.

hadrix scan
hadrix scan ./path

Scans a specific directory.

hadrix scan ./apps/web
hadrix auth login

Authenticates with Hadrix Cloud (optional).

hadrix auth login

Output Preview

Clear severity, actionable findings, no panic.

hadrix scan
$ hadrix scan[1/4] Indexing repository...[2/4] Analyzing 214 files...[3/4] Findings (3)High Exposed secrets: Detected AWS key in `.env`Medium Broken access control: Route `/admin` missing auth guardLow Dependency vulnerabilities: lodash@4.17.19[4/4] Done in 4.2s

Philosophy

Hadrix is designed to find real security issues, not overwhelm you with noise. Scans run locally. No data is uploaded unless you opt in.