PkgRadar

Package evidence

[email protected]

Credential file access: matched "npm_token"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishermanbo
Artifact bytes13,859
Previous version0.0.2
Published2022-09-22T07:17:37.687Z
SHA-256acdfbe22658d9ce43de44094bb7fdb713f6c4636c8ab7cf17ecec03d01cf5148

Why flagged

What the scanner saw

Credential file access: matched "npm_token"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

manbo

5 members · evidence strength 78

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/npm-publish.ymlmatched "npm_token"30
mediumRemote Payloadpackage/src/commands/cat.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/curl.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/index.jsmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/npm-publish.ymlmatched "npm_token"30
mediumRemote Payloadpackage/src/commands/cat.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/curl.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/index.jsmatched "curl "12
lowObfuscationpackage/src/commands/js.jsmatched "eval("3
lowObfuscationpackage/src/commands/jsi.jsmatched "eval("3

Manifest

Package metadata

Scripts2
  • linteslint --ext js,jsx,ts,tsx src
  • lint:fixeslint --ext js,jsx,ts,tsx src --fix
Dependencies2
  • eris-collect^1.1.1
  • node-fetch^2.6.1