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"}'
Publishergytlrgpfl
Artifact bytes466,077
Previous version1.9.235
Published2026-05-24T00:54:15.882Z
SHA-25645ee60d1365dfa6cdd89893ed990fd7562f77b0a2eb3a94feb4a7f31de20aefe

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
60Score
1.9.236Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

gytlrgpfl

3 members · evidence strength 66
Repeated static TTPstale

Credential file access — matched "NPM_TOKEN"

76 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/bin/harness.jsmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/bin/harness.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/bin/harness.jshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/bin/harness.jsmatched "NPM_TOKEN"30
mediumRemote Payloadpackage/bin/harness.jsmatched "raw.githubusercontent.com"12
mediumObfuscation Densitypackage/bin/harness.jshigh encoded/escaped-token density12
lowObfuscationpackage/scripts/e2e.jsmatched "eval("3
lowObfuscationpackage/bin/harness.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts3
  • prepacknode ./bin/harness.js --version
  • testnode ./bin/harness.js --version && node ./scripts/e2e.js
  • test:smokenode ./scripts/e2e.js