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"}'
Publisherlastboy
Artifact bytes55,323
Previous version0.1.5
Published2026-05-24T13:51:00.658Z
SHA-2562d65e3d97e1b87942ed4dd3cc28d000177c7d5cbaeb349c48b24be1db66ea20d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/cli/dist/cli/commands/install-shell-env.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/cli/dist/scanner/team-config.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/cli/dist/utils/validate.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/cli/dist/cli/commands/install-shell-env.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/cli/dist/scanner/team-config.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/cli/dist/utils/validate.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/cli/dist/cli/print.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts6
  • buildnpm run build --workspace=cli
  • prepublishOnlynpm run build
  • startnpm run start --workspace=cli
  • testnpm run test --workspace=cli
  • test:integrationnpm run test:integration --workspace=cli
  • test:unitnpm run test:unit --workspace=cli