@cyber-agents/cli
v2.0.3
Published
CLI tool for running cybersecurity scans — scan, report, and manage security skills
Readme
Cybersecurity Agents CLI
Install and run security scans from any Node.js 18+ environment.
npx @cyber-agents/cli scan . --format json,md,html --out security-outputOr install it globally:
npm install -g @cyber-agents/cli
cyber-agent scan . --format json,md,html --out security-outputThe CLI writes reports to the output directory. result.json is the machine-readable result, and Markdown/HTML/SARIF files can be enabled with --format.
