PkgRadar

Package evidence

@jango-blockchained/[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
19
First published
May 2026
Publisher
jango-blockchained

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":["@jango-blockchained/[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":["@jango-blockchained/[email protected]"],"fail_on":"high"}'
Artifact bytes225,724
Previous version0.5.7
Published2026-06-02T17:14:15.177Z
SHA-2564a55c60bf78db9d64e3ad8d0662d6066157870d539e9ff3bc080d083ee4abbf6

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
40Score
0.5.8Version
Status history (2 events)
  1. newavailable · risk high · score 40 · status changed
  2. newavailable · risk high · score 40 · 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
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildbun build ./src/index.ts --outdir ./dist --target bun
  • linteslint .
  • prepublishOnlybun run build && bun run lint && bun run typecheck
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
Dependencies5
  • @clack/prompts^1.3.0
  • ansis^4.2.0
  • commander^14.0.3
  • jsonc-parser^3.3.1
  • wrangler^4.97.0