PkgRadar

Package evidence

@solana-labs/[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
17
First published
Jun 2026
Publisher
solana-labs

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":["@solana-labs/[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":["@solana-labs/[email protected]"],"fail_on":"high"}'
Publishersolana-labs
Artifact bytes2,133,599
Previous version1.98.111
Published2026-06-07T21:48:44.306Z
SHA-25629239e6dad6bc7add206c12a29cce3f8d48229adea0eab5ce43416a458656a31

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

Evidence

Static findings

6 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
mediumRemote Payloadpackage/lib/index.cjs.jsmatched "api.telegram.org/bot"12
mediumRemote Payloadpackage/lib/index.esm.jsmatched "curl "12
mediumCredential file accesspackage/lib/index.cjs.jsmatched "id_rsa"10
mediumCredential file accesspackage/lib/index.esm.jsmatched "id_rsa"10

Manifest

Package metadata

Scripts14
  • 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
  • publish-packagessemantic-release --repository-url [email protected]:solana-foundation/solana-web3.js.git
  • 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