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"}'
Publisherbezael
Artifact bytes356,666
Previous version2.2.0-beta.1
Published2026-04-12T15:05:05.145Z
SHA-256d83093478fe34a69ec52eb8be1619fd648e059c2f42d141794c3884c148d3bcf

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

bezael

2 members · evidence strength 52

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish.ymlmatched "NPM_TOKEN"30
lowObfuscationpackage/bin/cli.jsmatched "\\x1b"3
lowObfuscationpackage/evals/skills/commit.eval.jsmatched "Eval("3
lowObfuscationpackage/evals/skills/review.eval.jsmatched "Eval("3
lowObfuscationpackage/evals/skills/vibe-audit.eval.jsmatched "Eval("3

Manifest

Package metadata

Scripts9
  • evalnpx node evals/run-evals.js
  • release:betanpx node scripts/release.js beta
  • release:majornpx node scripts/release.js major
  • release:minornpx node scripts/release.js minor
  • release:patchnpx node scripts/release.js patch
  • startnpx node bin/cli.js
  • testvitest run evals/hooks evals/cli
  • test:allvitest run evals/hooks evals/cli && npx node evals/run-evals.js
  • test:watchvitest evals/hooks evals/cli