PkgRadar

Package evidence

[email protected]

Webhook Exfil Endpoint: 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.

Versions published
58
First published
Apr 2026
Publisher
atelai

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"}'
Publisheratelai
Artifact bytes69,109
Previous version0.6.43
Published2026-05-25T11:57:11.081Z
SHA-25611c2242f89e26664c819e17b143526a23f5110b6947a60731bd38103bfc2bca1

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "api.telegram.org/bot"

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

Availability ledger

available

high
Last checked
highRisk
69Score
0.6.44Version
Status history (3 events)
  1. availableavailable · risk high · score 69 · status available -> available, risk high -> high, score 74 -> 69
  2. availableavailable · risk high · score 74 · status available -> available, risk low -> high, score 0 -> 74
  3. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/bin/install.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/bin/install.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/src/tg-dispatch.jsmatched "api.telegram.org/bot"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/bin/install.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/bin/install.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/src/tg-dispatch.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/src/tg-dispatch.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Dependencies2
  • bs58^6.0.0
  • tweetnacl^1.0.3