PkgRadar

Package evidence

[email protected]

Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)

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
34
Versions published
7
First published
May 2026
Publisher
jake26602

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"}'
Publisherjake26602
Artifact bytes1,656,990
Previous version0.6.0
Published2026-06-13T06:44:15.787Z
SHA-256ae454b9312c103fc90acc0afea3c1005a518f79e2cbedad354a740b909e22a73

Why flagged

What the scanner saw

Messenger Bot Endpoint: matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/cli/index.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/channels/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowObfuscation Densitypackage/dist/tools/code.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/tools/docker.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli/setup.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/tools/tool-executor.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildnode build.js
  • devtsx watch src/cli/index.ts
  • gatewaynode dist/gateway/server.js
  • install:quicknode scripts/install.js --skip-build
  • linteslint src/
  • prepublishOnlynpm run build && npm test
  • startnode dist/cli/index.ts
  • testvitest run
Dependencies5
  • @larksuiteoapi/node-sdk^1.40.0
  • @modelcontextprotocol/sdk^1.10.0
  • commander^13.1.0
  • express^4.21.0
  • ws^8.18.0