secure-packages-audit
v0.1.0
Published
Audit a JS/Node repo against the Secure Packages standards.
Readme
secure-packages-audit
A CLI that audits JavaScript/Node.js repos against the Secure Packages standards.
Install
npx secure-packages-auditUsage
secure-packages-audit # current directory, all checks
secure-packages-audit --json # machine-readable output
secure-packages-audit --fix # auto-fix safe issues
secure-packages-audit --role devops # run only DEVOPS-tagged checksSee the full handbook at https://github.com/<owner>/secure-packages for what each check enforces.
