PkgRadar

Package evidence

@gem-sdk/[email protected]

Webhook Exfil Endpoint: matched "ngrok.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
53
Versions published
5
First published
Apr 2026
Publisher
gemcommerce

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":["@gem-sdk/[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":["@gem-sdk/[email protected]"],"fail_on":"high"}'
Publishergemcommerce
Artifact bytes614,371
Previous version3.8.2-dev.1
Published2026-05-29T10:39:29.664Z
SHA-256d5fe822e93881a1a3cbee5f1f8ebc0a6c66d2470180d887294d47f998b5f328a

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

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

Availability ledger

available

high
Last checked
highRisk
50Score
3.8.2-dev.2Version
Status history (2 events)
  1. newavailable · risk high · score 50 · status changed
  2. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/esm/index.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/umd/index.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/esm/index.mjsmatched "ngrok.app"40

Manifest

Package metadata

Scripts14
  • buildrollup --config node:@gem-sdk/rollup-config --environment NODE_ENV:production && yarn css
  • cleanrm -rf dist
  • csspostcss src/styles/{base,style}.css --config ./../../config/postcss-config/ --dir dist
  • css-watchyarn css --watch
  • devconcurrently "rollup --config node:@gem-sdk/rollup-config --watch" "yarn css-watch"
  • formatprettier --write "src/**/*.{ts,tsx,json,css}"
  • format:checkprettier --check "src/**/*.{ts,tsx,json,css}"
  • linteslint "src/**/*.{ts,tsx}"
  • lint:allyarn lint && yarn lint:tsc
  • lint:fixeslint "src/**/*.{ts,tsx}" --fix
  • lint:tsctsc --noEmit
  • post:publishnode ./scripts/convert-publish.js
  • pre:publishnode ./scripts/convert-publish.js -p
  • testjest --runInBand
Dependencies5
  • @gem-sdk/clarity-decode0.8.94
  • @gem-sdk/clarity-js0.8.94
  • @gem-sdk/clarity-visualize0.8.94
  • @xyflow/react12.9.2
  • zustand^4.4.3