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
1
First published
Jun 2026
Publisher
solana-foundations

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 bytes2,214,708
Previous versionnone
Published2026-06-07T22:57:27.390Z
SHA-256023fb51c6ab30c59be37ca22f37bcdcb36d545e7d30807abac12b2455964d0ac

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
60Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts13
  • build:fixturesset -ex; ./test/fixtures/noop-program/build.sh
  • cleanrimraf ./doc ./declarations ./lib
  • compile:docstypedoc --treatWarningsAsErrors
  • compile:jscross-env NODE_ENV=production rollup -c
  • compile:typedefs./scripts/typegen.sh
  • devcross-env NODE_ENV=development rollup -c --watch
  • test:linteslint src/ test/ --ext .js,.ts
  • test:lint:fixeslint src/ test/ --fix --ext .js,.ts
  • test:live-with-test-validatorstart-server-and-test './scripts/start-shared-test-validator.sh' http://127.0.0.1:8899/health test:live
  • test:live-with-test-validator:setup./scripts/setup-test-validator.sh
  • test:prettierprettier --check '{,{src,test}/**/}*.{j,t}s'
  • test:typechecktsc --noEmit
  • test:unitcross-env NODE_ENV=test NODE_OPTIONS='--import tsx' mocha './test/**/*.test.ts'
Dependencies15
  • @babel/runtime^7.25.0
  • @noble/curves^1.4.2
  • @noble/hashes^1.4.0
  • @solana/buffer-layout^4.0.1
  • @solana/codecs-numbers^2.1.0
  • agentkeepalive^4.5.0
  • bn.js^5.2.1
  • borsh^0.7.0
  • bs58^4.0.1
  • buffer6.0.3
  • fast-stable-stringify^1.0.0
  • jayson^4.1.1
  • node-fetch^2.7.0
  • rpc-websockets^9.0.2
  • superstruct^2.0.2