PkgRadar

Package evidence

@stakekit/[email protected]

Webhook Exfil Endpoint: matched "ngrok-free.app"

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
836
Versions published
268Mature · −50% score
First published
Jun 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@stakekit/[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":["@stakekit/[email protected]"],"fail_on":"high"}'
Artifact bytes16,271,868
Previous version0.0.277
Published2026-06-16T13:47:32.326Z
SHA-256fbe889fbddcfd880312f9438f6ab77681b8fb15e68ebcae50c63925054632c4b

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok-free.app"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
15Score
0.0.278Version
Status history (1 event)
  1. newavailable · risk high · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/bundle/tron-connector-C5KUqegL.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/website/assets/tron-connector-DEk19bH5.jsmatched "ngrok-free.app"40
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/bundle/tron-connector-C5KUqegL.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/website/assets/tron-connector-DEk19bH5.jsmatched "ngrok-free.app"40
lowLarge Javascript Payloadpackage/dist/package/build-CYy6v80s.js2009242 bytes0
lowLarge Javascript Payloadpackage/dist/package/cardano-connector-CchOT0g5.js3129258 bytes0
lowLarge Javascript Payloadpackage/dist/website/assets/index-DKvgVcnp.js3044390 bytes0
lowLarge Javascript Payloadpackage/dist/bundle/index.bundle.js2904863 bytes0
lowLarge Javascript Payloadpackage/dist/package/index.package.js4972590 bytes0
lowLarge Javascript Payloadpackage/dist/package/tron-connector-Bx8ow-to.js2138372 bytes0

Manifest

Package metadata

Scripts14
  • buildpnpm lint && pnpm clean && pnpm build:package && pnpm build:bundle && pnpm build:website && pnpm build:types
  • build:bundlevite -c vite/vite.config.bundle.ts build
  • build:packagevite -c vite/vite.config.package.ts build
  • build:package:watchvite -w -c vite/vite.config.package.ts build
  • build:typestsc --project tsconfig.build.json
  • build:websitevite -c vite/vite.config.website build
  • cleanrm -rf dist
  • devvite -c vite/vite.config.dev.ts
  • formatbiome check --write . --unsafe
  • gen:apitsx scripts/generate-effect-openapi.ts
  • lintbiome check . && tsc
  • previewvite -c vite/vite.config.dev.ts preview --outDir dist/website
  • startpnpm dev
  • testvitest -c vite/vite.config.dev.ts --retry 2 run