PkgRadar

Package evidence

[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
77
Versions published
31
First published
Mar 2026
Publisher
sbassompierre

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"}'
Publishersbassompierre
Artifact bytes114,430
Previous version0.3.20
Published2026-06-06T14:26:22.944Z
SHA-256b9021117154a7f7c83313b30b5b11ea10ef1d9827366e12c8aa6b8bf2881540d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/setup.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/voice/transcribe.jsmatched "api.telegram.org/bot"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/setup.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/voice/transcribe.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/channels/telegram/provider.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/cli/setup.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/voice/transcribe.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts5
  • buildtsc
  • cleanrm -rf dist/
  • devtsx watch src/cli/index.ts
  • linteslint src/
  • testnode --test dist/**/*.test.js
Dependencies2
  • commander^13.1.0
  • fastify^5.3.3