PkgRadar

Package evidence

[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
28
Versions published
21
First published
Apr 2026
Publisher
mmkale

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"}'
Publishermmkale
Artifact bytes1,369,613
Previous version0.0.2-1
Published2026-04-17T16:48:08.167Z
SHA-256ce7e5f69c9ac3360229057f0d7acc7ec6e4b362ceb9d81dfbf817775ba3cf351

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/ui/server.jsmatched "ngrok.app"40

Manifest

Package metadata

Scripts9
  • buildpnpm run build:runtime && pnpm run build:vendor-typesql
  • build:runtimetsc -p tsconfig.build.json
  • build:vendor-typesqlrm -rf dist/vendor && tsc -p src/vendor/typesql/tsconfig.json
  • clinode ./dist/cli.js
  • generatenode ./dist/cli.js generate
  • testpnpm run test:node
  • test:nodevitest
  • typechecktsc -p tsconfig.typecheck.json && pnpm run typecheck:vendor-typesql
  • typecheck:vendor-typesqltsc -p src/vendor/typesql/tsconfig.json --noEmit
Dependencies5
  • @clack/prompts^1.2.0
  • @orpc/server^1.13.13
  • nearley^2.20.1
  • trpc-cli^0.14.0
  • zod^4.3.6