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
59
Versions published
37
First published
Mar 2026
Publisher
lbakhia

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"}'
Publisherlbakhia
Artifact bytes169,416
Previous version1.6.0
Published2026-05-16T06:13:00.208Z
SHA-256dd5e8bca6a8a930675a112b27d7ca81d0e2fd03f8cfc579ee705caf43970731f

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

high
Last checked
highRisk
51Score
1.7.0Version
Status history (1 event)
  1. newavailable · risk high · score 51 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/doctor.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/cli/setup.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/channels/telegram.jsmatched "api.telegram.org/bot"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/doctor.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/cli/setup.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/channels/telegram.jsmatched "api.telegram.org/bot"12
lowMessenger Bot Endpointpackage/dist/cli/doctor.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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json && node -e "require('fs').chmodSync('dist/index.js', 0o755)"
  • build:csstailwindcss --content src/dashboard/html.ts --minify
  • devtsx src/index.ts
  • dev:daemontsx src/daemon.ts
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm test && npm run build
  • testvitest
Dependencies10
  • @modelcontextprotocol/sdk^1.29.0
  • @whiskeysockets/baileys^7.0.0-rc11
  • better-sqlite3^12.10.0
  • commander^14.0.3
  • cron-parser^5.5.0
  • discord.js^14.26.4
  • node-telegram-bot-api^0.67.0
  • pino^10.3.1
  • qrcode-terminal^0.12.0
  • uuid^14.0.0