PkgRadar

Package evidence

@delt/[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.

Weekly downloads
222
Versions published
79
First published
Mar 2026
Publisher
delt

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":["@delt/[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":["@delt/[email protected]"],"fail_on":"high"}'
Publisherdelt
Artifact bytes163,508
Previous version0.7.1
Published2026-06-01T00:52:30.173Z
SHA-256037c3118d2b807fd2d584b6b7d6327bbb8d72fb1d917cdd9dbc4f43f1d1b1016

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
86Score
0.8.0Version
Status history (1 event)
  1. newavailable · risk high · score 86 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/hub/server.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/dist/cli.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/index.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/dist/hub/server.jsmatched "api.telegram.org/bot"12

Manifest

Package metadata

Scripts4
  • buildtsup && node -e "const fs=require('fs');const p=require('path');fs.mkdirSync(p.join('dist','dashboard'),{recursive:true});fs.copyFileSync(p.join('src','dashboard','index.html'),p.join('dist','dashboard','index.html'));"
  • devtsup --watch
  • start:channelnode dist/channel/server.js
  • start:hubnode dist/cli.js hub start
Dependencies3
  • @modelcontextprotocol/sdk^1.27.0
  • node-notifier^10.0.0
  • ws^8.18.0