PkgRadar

Package evidence

[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
202
Versions published
2
First published
May 2026
Publisher
guyshonshon

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"}'
Publisherguyshonshon
Artifact bytes1,746,376
Previous version0.1.0
Published2026-05-26T15:23:49.680Z
SHA-2569cb484f4ce2f2c249e71b4222d9a57eb318ea78a0ad71f8fbcdcb3bc8f998d3b

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
45Score
0.1.1Version
Status history (2 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 17 -> 45
  2. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/index.jsmatched "api.telegram.org/bot"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/index.jsmatched "api.telegram.org/bot"40
lowCredential file accesspackage/dist/index.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts14
  • buildpnpm clean && pnpm build:cli && pnpm build:ui
  • build:clitsup
  • build:uivite build
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • devtsx src/cli/index.ts
  • dev:uivite
  • docs:generatetsx scripts/generate-docs-metadata.ts
  • linttsc --noEmit && tsc -p tsconfig.ui.json --noEmit
  • prepublishOnlypnpm build && node scripts/prepublish-trim.mjs
  • releasebash scripts/release.sh
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit && tsc -p tsconfig.ui.json --noEmit
  • update-depsbash scripts/update-deps.sh
Dependencies16
  • @fastify/static^9.1.3
  • @fastify/websocket^11.2.0
  • @inquirer/prompts^8.4.2
  • @xterm/addon-fit^0.11.0
  • @xterm/xterm^6.0.0
  • commander^12.1.0
  • execa^9.5.1
  • fastify^5.8.5
  • highlight.js^11.11.1
  • ink^7.0.3
  • ink-select-input^6.2.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • react^19.2.6
  • yaml^2.6.1
  • zod^3.23.8
Optional dependencies1
  • node-pty^1.1.0