PkgRadar

Package evidence

[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
470
Versions published
29
First published
Mar 2026
Publisher
astay

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"}'
Publisherastay
Artifact bytes36,804,457
Previous version2026.3.37
Published2026-05-27T02:11:17.705Z
SHA-256d06a5ceb05c9e65450f6c4f0bf43d8329f710a1861dcccb8448ff9f3b13d8fff

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
155Score
2026.3.38Version
Status history (2 events)
  1. availableavailable · risk high · score 155 · status available -> available, risk high -> high, score 323 -> 155
  2. newavailable · risk high · score 323 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/extensions/voice-call/index.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/zalo-js-BjJFY5km.jsmatched "ngrok.app"40
highCredential File Packagedpackage/dist/extensions/telegram/node_modules/bottleneck/.envpackage/dist/extensions/telegram/node_modules/bottleneck/.env35
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/extensions/voice-call/index.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/zalo-js-BjJFY5km.jsmatched "ngrok.app"40
highCredential File Packagedpackage/dist/extensions/telegram/node_modules/bottleneck/.envpackage/dist/extensions/telegram/node_modules/bottleneck/.env35
lowCredential file accesspackage/dist/anthropic-vertex-provider-B2x4YywE.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/api-B2KiXijo.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/channel.runtime-BTlRwT4i.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/dist-cjs-B1Y9a3eN.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/dist-cjs-CaweQrSq.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/provider-auth-input-6peEYDtN.jsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/dist/shared-BcPT7Ppp.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/ssh-config-BvLKC9Z_.jsmatched ".ssh/"5
lowLarge Javascript Payloadpackage/dist/extensions/diagnostics-otel/index.js2191928 bytes0
lowLarge Javascript Payloadpackage/dist/pi-embedded-DHAl4Ga3.js5682548 bytes0
lowLarge Javascript Payloadpackage/dist/session-CfnkwLpZ.js3983039 bytes0
lowLarge Javascript Payloadpackage/dist/setup-surface-DNWv-m0c.js2333391 bytes0

Manifest

Package metadata

Scripts171
  • android:assemblecd apps/android && ./gradlew :app:assemblePlayDebug
  • android:assemble:third-partycd apps/android && ./gradlew :app:assembleThirdPartyDebug
  • android:bundle:releasebun apps/android/scripts/build-release-aab.ts
  • android:formatcd apps/android && ./gradlew :app:ktlintFormat :benchmark:ktlintFormat
  • android:installcd apps/android && ./gradlew :app:installPlayDebug
  • android:install:third-partycd apps/android && ./gradlew :app:installThirdPartyDebug
  • android:lintcd apps/android && ./gradlew :app:ktlintCheck :benchmark:ktlintCheck
  • android:lint:androidcd apps/android && ./gradlew :app:lintDebug
  • android:runcd apps/android && ./gradlew :app:installPlayDebug && adb shell am start -n ai.openclaw.app/.MainActivity
  • android:run:third-partycd apps/android && ./gradlew :app:installThirdPartyDebug && adb shell am start -n ai.openclaw.app/.MainActivity
  • android:testcd apps/android && ./gradlew :app:testPlayDebugUnitTest
  • android:test:integrationOPENCLAW_LIVE_TEST=1 OPENCLAW_LIVE_ANDROID_NODE=1 vitest run --config vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts
  • android:test:third-partycd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest
  • buildpnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts
  • build:dockernode scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import tsx scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts
  • build:plugin-sdk:dtstsc -p tsconfig.plugin-sdk.dts.json
  • build:skip-a2uinode scripts/build-skip-a2ui.mjs
  • build:strict-smokepnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && pnpm build:plugin-sdk:dts
  • canvas:a2ui:bundlebash scripts/bundle-a2ui.sh
  • checkpnpm check:no-conflict-markers && pnpm check:host-env-policy:swift && pnpm check:base-config-schema && pnpm check:bundled-plugin-metadata && pnpm check:bundled-provider-auth-env-vars && pnpm format:check && pnpm tsgo && pnpm plugin-sdk:check-exports && pnpm lint && pnpm lint:tmp:no-random-messaging && pnpm lint:tmp:channel-agnostic-boundaries && pnpm lint:tmp:no-raw-channel-fetch && pnpm lint:agent:ingress-owner && pnpm lint:plugins:no-register-http-handler && pnpm lint:plugins:no-monolithic-plugin-sdk-entry-imports && pnpm lint:plugins:no-extension-src-imports && pnpm lint:plugins:no-extension-test-core-imports && pnpm lint:plugins:no-extension-imports && pnpm lint:plugins:plugin-sdk-subpaths-exported && pnpm lint:extensions:no-src-outside-plugin-sdk && pnpm lint:extensions:no-plugin-sdk-internal && pnpm lint:extensions:no-relative-outside-package && pnpm lint:web-search-provider-boundaries && pnpm lint:webhook:no-low-level-body-read && pnpm lint:auth:no-pairing-store-group && pnpm lint:auth:pairing-account-scope
  • check:base-config-schemanode --import tsx scripts/generate-base-config-schema.ts --check
  • check:bundled-plugin-metadatanode scripts/generate-bundled-plugin-metadata.mjs --check
  • check:bundled-provider-auth-env-varsnode scripts/generate-bundled-provider-auth-env-vars.mjs --check
  • check:docspnpm format:docs:check && pnpm lint:docs && pnpm docs:check-i18n-glossary && pnpm docs:check-links
  • check:host-env-policy:swiftnode scripts/generate-host-env-security-policy-swift.mjs --check
  • check:locnode --import tsx scripts/check-ts-max-loc.ts --max 500
  • check:no-conflict-markersnode scripts/check-no-conflict-markers.mjs
  • config:docs:checknode --import tsx scripts/generate-config-doc-baseline.ts --check
  • config:docs:gennode --import tsx scripts/generate-config-doc-baseline.ts --write
  • config:schema:checknode --import tsx scripts/generate-base-config-schema.ts --check
  • …and 141 more.
Dependencies46
  • @agentclientprotocol/sdk0.16.1
  • @anthropic-ai/vertex-sdk^0.14.4
  • @aws-sdk/client-bedrock^3.1014.0
  • @clack/prompts^1.1.0
  • @homebridge/ciao^1.3.5
  • @line/bot-sdk^10.6.0
  • @lydell/node-pty1.2.0-beta.3
  • @mariozechner/pi-agent-core0.61.1
  • @mariozechner/pi-ai0.61.1
  • @mariozechner/pi-coding-agent0.61.1
  • @mariozechner/pi-tui0.61.1
  • @modelcontextprotocol/sdk1.27.1
  • @mozilla/readability^0.6.0
  • @sinclair/typebox0.34.48
  • ajv^8.18.0
  • chalk^5.6.2
  • chokidar^5.0.0
  • cli-highlight^2.1.11
  • commander^14.0.3
  • croner^10.0.1
  • dotenv^17.3.1
  • express^5.2.1
  • file-type21.3.4
  • gaxios7.1.4
  • hono4.12.8
  • ipaddr.js^2.3.0
  • jiti^2.6.1
  • json5^2.2.3
  • jszip^3.10.1
  • linkedom^0.18.12
  • …and 16 more.
Optional dependencies1
  • openshell0.1.0