@infinum/js-security-scanners-cli
v0.3.0
Published
The only package published to npm. It provides an interactive terminal UX that:
Downloads
375
Keywords
Readme
CLI Package
The only package published to npm. It provides an interactive terminal UX that:
- Loads all attack windows and merges their IoCs by type.
- Prompts the analyst to select incidents and scanners, resuming from checkpoints when needed.
- Dispatches scanners sequentially, tracks findings, and writes a final report (plus a temp JSON for later inspection).
Key traits:
- Honors
PROJECTS_DIRECTORY_PATH(or defaults to the current working directory /INIT_CWD) so users can simplycd ~/code && pnpx @infinum/js-security-scanners-cli. - Supports
infinum-security-scanalias for ease of use. - Never mutates repositories — it only reads files and summarizes results with clear progress logs.
- Bundles all internal packages, so end users install a single dependency and still get up-to-date IoCs and scanners.
Versioning: Since internal packages are private and bundled, changesets won't auto-bump CLI when they change. Always add CLI to your changeset when modifying scanners, attack-windows, or utils.
