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.
- Versions published
- 121Mature · −50% score
- First published
- Dec 2020
- Publisher
- brujorojas
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":["[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":["[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 4 · status changed
Evidence
Static findings
14 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/node_modules_resp/global-prefix/index.js | matched ".npmrc" | 10 |
Show all 14 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/node_modules_resp/global-prefix/index.js | matched ".npmrc" | 10 |
| low | Credential file access | package/node_modules_resp/aws4/aws4.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Obfuscation Density | package/node_modules_resp/esprima/dist/esprima.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/html-minifier/src/htmlparser.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/@babel/helper-validator-identifier/lib/identifier.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/acorn/src/identifier.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/dist/index.js | 2178457 bytes | 0 |
| low | Obfuscation Density | package/node_modules_resp/json5/dist/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/tr46/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/json5/dist/index.min.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/uglify-js/lib/parse.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/regjsparser/parser.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/json5/dist/index.min.mjs | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/node_modules_resp/json5/dist/index.mjs | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts3
buildNODE_ENV=production webpackbuild-devwebpack -d --mode development --progress --colorstartwebpack-dev-server --host 0.0.0.0 --progress --color