Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@autofleet/[email protected]"],"fail_on":"high"}'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":["@autofleet/[email protected]"],"fail_on":"high"}'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 high · score 141 · status changed
Related candidates
Linked campaigns and clusters
dor_shay
2 members · evidence strength 64Evidence
Static findings
29 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/node_modules/npm-packlist/index.js | matched ".npmrc" | 30 |
| medium | Remote Payload | package/node_modules/deep-extend/package.json | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/node_modules/iconv-lite/encodings/sbcs-data-generated.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/node_modules/sax/lib/sax.js | high encoded/escaped-token density | 12 |
Show all 29 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/node_modules/npm-packlist/index.js | matched ".npmrc" | 30 |
| medium | Remote Payload | package/node_modules/deep-extend/package.json | matched "raw.githubusercontent.com" | 12 |
| medium | Obfuscation Density | package/node_modules/iconv-lite/encodings/sbcs-data-generated.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/node_modules/sax/lib/sax.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/node_modules/ansi-regex/index.js | matched "\\u001b" | 3 |
| low | Obfuscation | package/node_modules/brace-expansion/index.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/node_modules/console-control-strings/index.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/node_modules/debug/src/node.js | matched "\\u001b" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/dbcs-data.js | matched "\\u00a5" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/internal.js | matched "Buffer.from(str, \"base64" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/sbcs-codec.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/sbcs-data-generated.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/tables/cp936.json | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/tables/cp949.json | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/tables/cp950.json | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/tables/eucjp.json | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/tables/shiftjis.json | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/encodings/utf7.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/lib/bom-handling.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/node_modules/iconv-lite/lib/index.js | matched "\\u0100" | 3 |
| low | Obfuscation | package/node_modules/ini/ini.js | matched "\\u0002" | 3 |
| low | Obfuscation | package/node_modules/needle/lib/cookies.js | matched "\\x00" | 3 |
| low | Obfuscation | package/node_modules/needle/test/cookies_spec.js | matched "\\x00" | 3 |
| low | Obfuscation | package/node_modules/object-assign/index.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/node_modules/safer-buffer/tests.js | matched "Buffer.from('b25ldHdvdGhyZWU=', 'base64" | 3 |
| low | Obfuscation | package/node_modules/sax/lib/sax.js | matched "\\u00C0" | 3 |
| low | Obfuscation | package/node_modules/string_decoder/lib/string_decoder.js | matched "\\ufffd" | 3 |
| low | Obfuscation | package/node_modules/tar/lib/header.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/node_modules/tar/lib/winchars.js | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts4
postpublishgit push origin --all; git push origin --tagspostversionnpm publishpreversionnpm testtesttap test/*.js --100