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 bytes112,886
Previous version0.30.2
Published2026-05-25T00:29:00.352Z
SHA-25621285637887e2d7d87a517622c6a0a182289373654e79c211f87dc290f35ecb5

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/exec.jsmatched "GITHUB_TOKEN"30
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/exec.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/watch/compact-layout.jsmatched "\\u2191"3
lowObfuscationpackage/dist/watch/dashboard-model.jsmatched "\\u25cf"3
lowObfuscationpackage/dist/watch/EntryStateGraph.jsmatched "\\u25cb"3
lowObfuscationpackage/dist/watch/format.jsmatched "\\u25cf"3
lowObfuscationpackage/dist/watch/index.jsmatched "\\u001b"3
lowObfuscationpackage/dist/watch/OverviewView.jsmatched "\\u2191"3
lowObfuscationpackage/dist/watch/ProjectDetailView.jsmatched "\\u2026"3
lowObfuscationpackage/dist/watch/QueueListView.jsmatched "\\u2713"3

Manifest

Package metadata

Scripts7
  • buildrm -rf dist && tsgo -p tsconfig.json && chmod +x dist/index.js
  • devnode --watch --experimental-transform-types src/index.ts
  • startnode dist/index.js serve
  • testnode --experimental-transform-types --test 'test/**/*.test.ts'
  • test:propertynode --experimental-transform-types --test 'test/property/*.test.ts'
  • test:scenariosnode --experimental-transform-types --test 'test/scenarios/*.test.ts'
  • typechecktsgo -p tsconfig.json --noEmit
Dependencies6
  • fastify^5.8.5
  • fastify-raw-body^5.0.0
  • ink^7.0.1
  • pino^10.3.1
  • react^19.2.5
  • zod^4.3.6