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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes592,314
Previous version0.5.0
Published2026-05-24T21:16:25.431Z
SHA-256e64fbba6b976c793b32970e05a2a7667a840d6e44eb9a76ad7cef9f50ffb659f

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.6.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/dist/bin/aab.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/bin/aab.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/bin/aab.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/aab.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/bin/aab.jsmatched "curl "12
mediumObfuscation Densitypackage/dist/bin/aab.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/bin/aab.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts13
  • buildtsup
  • changesetchangeset
  • changeset:publishnpm run build && changeset publish
  • changeset:versionchangeset version
  • devtsx bin/aab.ts
  • linteslint .
  • prepublishOnlynpm run build
  • testvitest
  • test:e2eplaywright test
  • test:e2e:installplaywright install --with-deps
  • test:e2e:uiplaywright test --ui
  • test:runvitest run
  • typechecktsc --noEmit
Dependencies10
  • chalk^5.3.0
  • commander^14.0.3
  • enquirer^2.4.1
  • express^5.2.1
  • open^11.0.0
  • ora^9.4.0
  • proper-lockfile^4.1.2
  • slugify^1.6.6
  • ws^8.18.0
  • zod^4.4.3