# Herozion — npm package

Binary wrapper for the [Herozion](https://herozion.io) CLI security scanner.

## Usage without global install (recommended)

```bash
# Run directly with npx — no install, no PATH modification
npx herozion scan .

# Or as a project dev-dependency
npm install herozion --save-dev
npx herozion scan .
```

The binary is stored inside `node_modules/herozion/bin/` — it never touches your system PATH.

## Full documentation

See [github.com/Herozion/scanner](https://github.com/Herozion/scanner#readme)
