PkgRadar

Package evidence

@jonit-dev/[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
421
Versions published
198
First published
Feb 2026
Publisher
jonit-dev

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":["@jonit-dev/[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":["@jonit-dev/[email protected]"],"fail_on":"high"}'
Publisherjonit-dev
Artifact bytes7,043,900
Previous version1.8.8-beta.15
Published2026-03-28T06:24:05.529Z
SHA-256ee7276e9f4817d697aaa9cb635a3098dc5fa4c40ab4278eb495d2f3040f8af4f

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

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts6
  • buildtsc --build tsconfig.json && tsc-alias -p tsconfig.json && node build.mjs
  • deploybash scripts/publish.sh
  • deploy:betabash scripts/publish.sh --beta
  • prepublishOnlyyarn build && yarn test
  • testvitest run
  • verifytsc --build tsconfig.json --dry
Dependencies13
  • better-sqlite3^12.6.2
  • blessed^0.1.81
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^12.0.0
  • concurrently^9.2.1
  • cors^2.8.6
  • cron-parser^5.5.0
  • cronstrue^3.12.0
  • express^5.2.1
  • ora^9.3.0
  • reflect-metadata^0.2.2
  • tsyringe^4.10.0