PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_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"}'
Publisherdarith7
Artifact bytes44,236
Previous version26.3.1
Published2026-04-05T14:57:27.260Z
SHA-2566b4f61e55637b2096091f59197789fc4afd8ced153728833a1f5bf0fcfc33cb0

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

darith7

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/calver-release.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/src/plugins/github.jsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/dist/src/plugins/npm.jsmatched "NPM_TOKEN"30
highCredential file accesspackage/src/plugins/github.tsmatched "GITHUB_TOKEN"30
highCredential file accesspackage/src/plugins/npm.tsmatched "NPM_TOKEN"30

Manifest

Package metadata

Scripts8
  • buildtsc && cp src/release-core.js dist/src/
  • build:watchtsc --watch
  • cleanrm -rf dist
  • devtsc --watch
  • lintecho 'Add linting later'
  • prepublishOnlynpm run clean && npm run build && npm test
  • releasenode dist/src/index.js
  • testnpm run build && jest
Dependencies1
  • commander^11.0.0
Optional dependencies1
  • js-yaml^4.1.0