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 bytes288,046
Previous version0.0.3-15
Published2026-06-11T17:06:52.225Z
SHA-25667d0eea109e0b70999da1eee8d6c18fbbe4640cb0d47401b546d5d41aa7f5c8b

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.1.0Version
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

Scripts10
  • buildpnpm run build:runtime && pnpm run build:vendor-typesql && pnpm run build:bundle-vendor
  • build:bundle-vendortsx scripts/bundle-vendor.ts
  • build:runtimerm -f dist/api.js dist/api.d.ts dist/node.js dist/node.d.ts && tsgo -p tsconfig.build.json
  • build:vendor-typesqlrm -rf dist/vendor/code-block-writer dist/vendor/sqlfu-sqlite-parser dist/vendor/typesql && tsgo -p src/vendor/typesql/tsconfig.json
  • clinode ./dist/cli.js
  • generatenode ./dist/cli.js generate
  • testpnpm run test:node
  • test:nodevitest
  • typechecktsgo -p tsconfig.typecheck.json && pnpm run typecheck:vendor-typesql
  • typecheck:vendor-typesqltsgo -p src/vendor/typesql/tsconfig.json --noEmit
Dependencies4
  • @clack/prompts^1.2.0
  • @orpc/server^1.13.13
  • trpc-cli^0.14.0
  • zod^4.3.6