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
520
Versions published
10
First published
May 2026
Publisher
brunomesquitac

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"}'
Artifact bytes3,187,298
Previous version0.1.4
Published2026-05-25T06:33:49.342Z
SHA-256ba991b7723e1b8487b4ff0d35c49a068cdce0372ed95e069e14577102df5e558

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
62Score
0.1.5Version
Status history (4 events)
  1. availableavailable · risk high · score 62 · status available -> available, risk high -> high, score 92 -> 62
  2. availableavailable · risk high · score 92 · status available -> available, risk high -> high, score 97 -> 92
  3. availableavailable · risk high · score 97 · status available -> available, risk high -> high, score 135 -> 97
  4. newavailable · risk high · score 135 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/gateway/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/web/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/worker/index.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/dist/worker/index.jsmatched "api.telegram.org/bot"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/gateway/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/web/index.jsmatched "api.telegram.org/bot"40
highWebhook Exfil Endpointpackage/dist/worker/index.jsmatched "api.telegram.org/bot"40
mediumRemote Payloadpackage/dist/worker/index.jsmatched "api.telegram.org/bot"12
lowObfuscation Densitypackage/dist/plugin/opencron.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts11
  • buildtsup
  • db:generatedrizzle-kit generate
  • db:migratebun run src/core/db/migrate.ts
  • devbun run src/cli/index.ts
  • gatewaybun run src/gateway/index.ts
  • releasecommit-and-tag-version
  • release:majorcommit-and-tag-version --release-as major
  • release:minorcommit-and-tag-version --release-as minor
  • testbun test
  • typechecktsc --noEmit
  • uibun run src/web/index.tsx
Dependencies5
  • commander^13.1.0
  • cron-parser^5.5.0
  • drizzle-orm^0.39.1
  • glob^13.0.0
  • hono^4.7.4