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
20
First published
Apr 2026
Publisher
betahi

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"}'
Publisherbetahi
Artifact bytes115,941
Previous version0.20.7
Published2026-05-06T04:07:42.737Z
SHA-25621d073e50cb56183ffa4e73841e736fa7a86c4606418e85ae3dbfa077835f01a

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
0.20.8Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/main.jsmatched "github_token"10

Manifest

Package metadata

Scripts6
  • buildtsdown
  • devbun run --watch ./src/main.ts
  • prepackbun run build
  • startNODE_ENV=production bun run ./src/main.ts
  • testbun test
  • typechecktsc
Dependencies7
  • @hono/node-server^1.14.4
  • citty^0.1.6
  • consola^3.4.2
  • fetch-event-stream^0.1.6
  • gpt-tokenizer^3.4.0
  • hono^4.9.9
  • zod^4.1.11