herozion
v1.1.29
Published
Security audit and performance analysis CLI tool for developers
Maintainers
Readme
Herozion — npm package
Binary wrapper for the Herozion CLI security scanner.
Usage without global install (recommended)
# 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.
