PkgRadar

Package evidence

@autofleet/[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static 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"}'
Publisherdor_shay
Artifact bytes900,466
Previous version0.5.3
Published2018-12-03T22:56:27.110Z
SHA-25660f6e86bbf8737fb1b40f132e38330e7f8153f46d8023cba8a52efe44732df5a

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

high
Last checked
highRisk
141Score
0.5.4Version
Status history (1 event)
  1. newavailable · risk high · score 141 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dor_shay

2 members · evidence strength 64

Evidence

Static findings

29 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/node_modules/npm-packlist/index.jsmatched ".npmrc"30
mediumRemote Payloadpackage/node_modules/deep-extend/package.jsonmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/node_modules/iconv-lite/encodings/sbcs-data-generated.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/node_modules/sax/lib/sax.jshigh encoded/escaped-token density12
Show all 29 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/node_modules/npm-packlist/index.jsmatched ".npmrc"30
mediumRemote Payloadpackage/node_modules/deep-extend/package.jsonmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/node_modules/iconv-lite/encodings/sbcs-data-generated.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/node_modules/sax/lib/sax.jshigh encoded/escaped-token density12
lowObfuscationpackage/node_modules/ansi-regex/index.jsmatched "\\u001b"3
lowObfuscationpackage/node_modules/brace-expansion/index.jsmatched "fromCharCode"3
lowObfuscationpackage/node_modules/console-control-strings/index.jsmatched "\\x1b"3
lowObfuscationpackage/node_modules/debug/src/node.jsmatched "\\u001b"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/dbcs-data.jsmatched "\\u00a5"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/internal.jsmatched "Buffer.from(str, \"base64"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/sbcs-codec.jsmatched "fromCharCode"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/sbcs-data-generated.jsmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/tables/cp936.jsonmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/tables/cp949.jsonmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/tables/cp950.jsonmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/tables/eucjp.jsonmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/tables/shiftjis.jsonmatched "\\u0000"3
lowObfuscationpackage/node_modules/iconv-lite/encodings/utf7.jsmatched "fromCharCode"3
lowObfuscationpackage/node_modules/iconv-lite/lib/bom-handling.jsmatched "\\uFEFF"3
lowObfuscationpackage/node_modules/iconv-lite/lib/index.jsmatched "\\u0100"3
lowObfuscationpackage/node_modules/ini/ini.jsmatched "\\u0002"3
lowObfuscationpackage/node_modules/needle/lib/cookies.jsmatched "\\x00"3
lowObfuscationpackage/node_modules/needle/test/cookies_spec.jsmatched "\\x00"3
lowObfuscationpackage/node_modules/object-assign/index.jsmatched "fromCharCode"3
lowObfuscationpackage/node_modules/safer-buffer/tests.jsmatched "Buffer.from('b25ldHdvdGhyZWU=', 'base64"3
lowObfuscationpackage/node_modules/sax/lib/sax.jsmatched "\\u00C0"3
lowObfuscationpackage/node_modules/string_decoder/lib/string_decoder.jsmatched "\\ufffd"3
lowObfuscationpackage/node_modules/tar/lib/header.jsmatched "\\u0000"3
lowObfuscationpackage/node_modules/tar/lib/winchars.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts4
  • postpublishgit push origin --all; git push origin --tags
  • postversionnpm publish
  • preversionnpm test
  • testtap test/*.js --100