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"}'
Publisherrarfile
Artifact bytes115,138
Previous version0.7.3
Published2026-05-24T23:00:06.828Z
SHA-256077cc5cd41c3994eeaf091036045dff48b745c0c406e1dac39d35e72e29801a4

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

rarfile

5 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/gist.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/src/gist.jsmatched "raw.githubusercontent.com"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/gist.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/src/gist.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/src/cli.jsmatched "\\x1b"3
lowObfuscationpackage/src/tui.jsmatched "\\x1b"3
lowObfuscationpackage/src/ui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts15
  • badgenode ./src/cli.js badge
  • build:exenode ./scripts/build-exe.js
  • dashboardnpm --prefix dashboard start
  • dist:macnpm run build:exe && npm run prep:dashboard && npm --prefix dashboard run dist:mac
  • dist:winnpm run build:exe && npm run prep:dashboard && npm --prefix dashboard run dist:win
  • hooknode ./src/hook.js
  • insightsnode ./src/cli.js insights
  • prep:dashboardnode ./scripts/prep-dashboard.js
  • scannode ./src/cli.js scan
  • servenode ./src/cli.js serve
  • setupnode ./src/cli.js setup
  • startnode ./src/daemon.js
  • statusnode ./src/cli.js status
  • stopnode ./src/cli.js stop
  • testnode --test test/*.test.js
Dependencies1
  • @xhayper/discord-rpc^1.2.1