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,844
Previous version26.4.1
Published2026-05-24T02:48:22.387Z
SHA-256ccba2463643e11e542dcbd7249357c54c291624dac9f55ae59aaf21ed393b4a3

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 26.5.1 vs 26.4.1: "npm run build"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

darith7

2 members · evidence strength 64

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 26.5.1 vs 26.4.1: "npm run build"40
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
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 26.5.1 vs 26.4.1: "npm run build"40
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
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4

Manifest

Package metadata

Scripts9
  • buildtsc && cp src/release-core.js dist/src/
  • build:watchtsc --watch
  • cleanrm -rf dist
  • devtsc --watch
  • lintecho 'Add linting later'
  • preparenpm run build
  • 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