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"}'
Publishermylesborins
Artifact bytes4,152
Previous version2.0.1
Published2024-07-31T19:34:46.797Z
SHA-256ac6267bd3f3e7e650e6a8898009aa9ab35605ae03ba44a25af950c72df2b51df

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

mylesborins

3 members · evidence strength 63
Repeated static TTPstale

Credential file access — matched "NPM_TOKEN"

76 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/create-release.ymlmatched "NPM_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/create-release.ymlmatched "NPM_TOKEN"30
lowObfuscationpackage/index.jsmatched "\\u0000"3
lowObfuscationpackage/test/test-index.jsmatched "\\uD800"3

Manifest

Package metadata

Scripts3
  • linteslint index.js test/
  • taptap "test/**/**/test-*.js"
  • testnpm run lint && npm run tap
Dependencies1
  • strip-ansi^6.0.1