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.

Versions published
14
First published
Jun 2026
Publisher
xcorporation

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"}'
Publisherxcorporation
Artifact bytes81,365
Previous version0.2.1
Published2026-06-02T11:34:01.430Z
SHA-256e8916227d7802c8463056d85f5a277c4874b1d4ade7171d0182a39c94185d4e7

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunk-W3CGWM5W.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/dist/chunk-W3CGWM5W.jsmatched "api.telegram.org/bot"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/chunk-W3CGWM5W.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/dist/chunk-W3CGWM5W.jsmatched "api.telegram.org/bot"12
lowCredential file accesspackage/dist/chunk-W3CGWM5W.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts11
  • buildpnpm -r run build
  • build:clitsup
  • cleanpnpm -r run clean
  • devtsx examples/cli.ts
  • formatprettier --write "packages/**/*.ts" "examples/**/*.ts"
  • lintecho "eslint v9 migration pending"
  • preparepnpm run build && pnpm run build:cli
  • prepublishOnlypnpm run typecheck && pnpm run lint && pnpm run test
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies8
  • @clack/prompts^1.2.0
  • dotenv^16.4.5
  • ink^5.0.1
  • marked^15.0.12
  • marked-terminal^7.3.0
  • picocolors^1.1.1
  • react^18.3.1
  • telegraf^4.16.3