Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Weekly downloads
- 2,827Niche · −30% score
- Versions published
- 186Mature · −50% score
- First published
- Oct 2016
- Publisher
- zoharmuzafi
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@bigcommerce/[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@bigcommerce/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 18 · status changed
Evidence
Static findings
18 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/global-dirs/index.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/node_modules/global-dirs/index.js | matched ".npmrc" | 10 |
Show all 18 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/global-dirs/index.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/lib/config/core.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/lib/config/defaults.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/node_modules/global-dirs/index.js | matched ".npmrc" | 10 |
| low | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/lib/npm.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/aws4/aws4.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/nvm/versions/node/v10.12.0/lib/node_modules/npm/node_modules/npm-packlist/index.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/npm.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/lib/utils/tar.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v6.14.4/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/lib/npm.js | matched ".npmrc" | 5 |
| low | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/node_modules/aws4/aws4.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/nvm/versions/node/v8.12.0/lib/node_modules/npm/node_modules/npm-packlist/index.js | matched ".npmrc" | 5 |
| low | Large Javascript Payload | package/server/plugins/stencil-editor/public/dist/app.js | 2859619 bytes | 0 |
Manifest
Package metadata
Scripts9
dumpconfenv | grep npm | sort | uniqpreparenode bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 docpreversionbash scripts/update-authors.sh && git add AUTHORS && git commit -m "update AUTHORS" || truetaptap --reporter=classic --timeout 300tap-covertap --reporter=classic --nyc-arg='--cache' --coverage --timeout 600teststandard && npm run test-taptest-coveragenpm run tap-cover -- "test/tap/*.js" "test/network/*.js" "test/broken-under-*/*.js"test-nodetap --timeout 240 "test/tap/*.js" "test/network/*.js" "test/broken-under-nyc*/*.js"test-tapnpm run tap -- "test/tap/*.js" "test/network/*.js" "test/broken-under-*/*.js"
Dependencies109
JSONStream^1.3.4abbrev~1.1.1ansicolors~0.3.2ansistyles~0.1.3aproba~1.2.0archy~1.0.0bin-links^1.1.2bluebird~3.5.1byte-size^4.0.3cacache^11.2.0call-limit~1.1.0chownr~1.0.1ci-info^1.4.0cli-columns^3.1.2cli-table3^0.5.0cmd-shim~2.0.2columnify~1.5.4config-chain~1.1.11detect-indent~5.0.0detect-newline^2.1.0dezalgo~1.0.3editor~1.0.0figgy-pudding^3.4.1find-npm-prefix^1.0.2fs-vacuum~1.2.10fs-write-stream-atomic~1.0.10gentle-fs^2.0.1glob~7.1.2graceful-fs~4.1.11has-unicode~2.0.1- …and 79 more.