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.

Versions published
77
First published
Mar 2026
Publisher
kumareth

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"}'
Publisherkumareth
Artifact bytes48,476,003
Previous version3.1.5
Published2026-06-11T07:46:52.318Z
SHA-256af8214a71a0604ffc26bc8b554955d401738019aebd0aa60682dda4354796e7b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/apps/web/.next/standalone/apps/web/.next/server/chunks/34531.jsmatched "ngrok.app"40
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/apps/web/.next/standalone/apps/web/.next/server/chunks/34531.jsmatched "ngrok.app"40
lowCredential file accesspackage/apps/web/.next/standalone/apps/web/.next/static/chunks/40936.39ee6e2446f93b6d.jsmatched ".ssh/"5
lowCredential file accesspackage/apps/web/.next/static/chunks/40936.39ee6e2446f93b6d.jsmatched ".ssh/"5
lowCredential file accesspackage/apps/web/.next/standalone/apps/web/node_modules/@shikijs/langs/dist/ssh-config.mjsmatched ".ssh/"5

Manifest

Package metadata

Scripts25
  • buildtsdown
  • build:dench-pluginsnode scripts/build-dench-plugins.mjs
  • build:plugin-envnode scripts/build-plugin-env.mjs
  • build:seed-duckdbnode scripts/build-seed-duckdb.mjs
  • checkpnpm format:check && pnpm lint
  • denchclawnode denchclaw.mjs
  • deploybash scripts/with-root-env.sh bash scripts/deploy.sh
  • deploy:checkbash scripts/with-root-env.sh bash scripts/deploy.sh --skip-publish
  • deploy:majorbash scripts/with-root-env.sh bash scripts/deploy.sh --bump major
  • deploy:minorbash scripts/with-root-env.sh bash scripts/deploy.sh --bump minor
  • deploy:patchbash scripts/with-root-env.sh bash scripts/deploy.sh --bump patch
  • devnode denchclaw.mjs
  • formatoxfmt --write
  • format:checkoxfmt --check
  • github:sync-secretsbash scripts/with-root-env.sh bash scripts/sync-github-secrets.sh
  • lintoxlint --type-aware
  • prepackpnpm build:seed-duckdb && pnpm build:plugin-env && pnpm build:dench-plugins && pnpm build && pnpm web:build && pnpm web:prepack
  • startnode denchclaw.mjs
  • testpnpm test:cli && pnpm --dir apps/web test
  • test:clivitest run --config vitest.unit.config.ts src/cli/run-main.test.ts src/cli/bootstrap-external.test.ts src/cli/bootstrap-external.bootstrap-command.test.ts src/cli/dench-cloud.test.ts src/cli/workspace-seed.test.ts src/cli/web-runtime.test.ts src/cli/web-runtime-command.test.ts src/cli/flatten-standalone-deps.test.ts src/cli/sync-poll.test.ts && vitest run --config extensions/vitest.config.ts extensions/dench-identity/index.test.ts extensions/dench-identity/composio-cheat-sheet.test.ts extensions/dench-ai-gateway/index.test.ts
  • test:webpnpm --dir apps/web test
  • web:buildpnpm --dir apps/web build
  • web:devpnpm --dir apps/web dev
  • web:installpnpm --dir apps/web install
  • web:prepackcp -r apps/web/public apps/web/.next/standalone/apps/web/public && cp -r apps/web/.next/static apps/web/.next/standalone/apps/web/.next/static && node scripts/flatten-standalone-deps.mjs
Dependencies8
  • @clack/prompts^1.0.1
  • axios^1.13.5
  • chalk^5.6.2
  • commander^14.0.3
  • gradient-string^3.0.0
  • json5^2.2.3
  • posthog-node^5.27.1
  • tslog^4.10.2