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
1,671Niche · −30% score
Versions published
14
First published
Jun 2026
Publisher
xcorporation

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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,349
Previous version0.2.0
Published2026-06-02T11:23:03.106Z
SHA-2569dfcb9fab95ad0aaf8e73d77af89e22bc33df102673062ae1c2e53e1685f254b

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
39Score
0.2.1Version
Status history (2 events)
  1. availableavailable · risk high · score 39 · status available -> available, risk high -> high, score 57 -> 39
  2. 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
Dependencies7
  • @clack/prompts^1.2.0
  • 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