PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
1
First published
May 2026
Publisher
kieronlanning

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherkieronlanning
Artifact bytes19,911
Previous versionnone
Published2026-05-25T19:41:50.928Z
SHA-2566cf6a937d2c67098db09e87985dff2cb840b6200980b0e16a425aceecabf45c4

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

review
Last checked
reviewRisk
10Score
1.0.0-prelresase.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/adapters/platforms/github.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/index.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts9
  • buildtsc --project tsconfig.build.json
  • build:watchtsc --project tsconfig.build.json --watch
  • linttsc --project tsconfig.build.json --noEmit
  • lint:fixtsc --noEmit
  • prepacknpm run build
  • prepublishOnlynpm run test:ci && npm run lint
  • testvitest
  • test:civitest run --coverage
  • typechecktsc --noEmit
Dependencies2
  • @changesets/cli^2.27.0
  • commander^12.0.0