Gathering detailed insights and metrics for npm-audit-ci
Gathering detailed insights and metrics for npm-audit-ci
Gathering detailed insights and metrics for npm-audit-ci
Gathering detailed insights and metrics for npm-audit-ci
npm-audit-ci-wrapper
A wrapper for 'npm audit' which can be configurable for use in a CI/CD tool like Jenkins
audit-ci
Audits NPM, Yarn, and PNPM projects in CI environments
yarn-audit-fix
The missing `yarn audit fix`
npm-audit-resolver
Aids humans and automation in managing npm audit results
npm install npm-audit-ci
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
18 Stars
40 Commits
7 Forks
3 Watching
8 Branches
7 Contributors
Updated on 04 Mar 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
33.8%
87
Compared to previous day
Last week
-10.3%
385
Compared to previous week
Last month
3.7%
1,714
Compared to previous month
Last year
-17.3%
23,723
Compared to previous year
Commandline utility which exit the process with code 1, for the given criteria of vulnerabilities
Useful to make CI build fail when vulnerabilities are found or use to send alert using another tool.
npm install -g npm-audit-ci
› npm-audit-ci --help
Options:
--version Show version number [boolean]
-l, --low Exit even for low vulnerabilities [boolean] [default: false]
-m, --moderate Exit only when moderate or above vulnerabilities
[boolean] [default: false]
-h, --high Exit only when high or above vulnerabilities
[boolean] [default: false]
-c, --critical Exit only for critical vulnerabilities
[boolean] [default: true]
-r, --report Show npm audit report [boolean] [default: false]
--registry Use the specified registry for npm audit. If you have
configured npm to point to a different default registry, such
as your internal private module repository, npm audit will
default to that registry when scanning. Pass a different
registry url in order to override this setting. [string]
--help Show help [boolean]
Please see License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/14 approved changesets -- score normalized to 5
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
33 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More