PkgRadar

Package evidence

@johpaz/[email protected]

Remote Payload: matched "api.telegram.org/bot"

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.

Weekly downloads
59
Versions published
30
First published
Mar 2026
Publisher
johpaz

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":["@johpaz/[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":["@johpaz/[email protected]"],"fail_on":"review"}'
Publisherjohpaz
Artifact bytes7,484,754
Previous version0.0.38
Published2026-06-05T22:59:31.461Z
SHA-2566d8183f9381dfaced738a26008d99de601489d86375feb5529cfcfb83a67ea63

Why flagged

What the scanner saw

Remote Payload: matched "api.telegram.org/bot"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
22Score
0.0.39Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/packages/cli/src/commands/onboard.tsmatched "api.telegram.org/bot"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/packages/cli/src/commands/onboard.tsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/packages/cli/src/commands/onboard.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bun run src/install.ts"5
lowLarge Javascript Payloadpackage/dist/hive.js20813315 bytes0
lowLarge Javascript Payloadpackage/dist/tool-worker.js7973796 bytes0

Manifest

Package metadata

Scripts3
  • devbun --watch src/server.ts
  • postinstallbun run src/install.ts
  • startbun run src/server.ts