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
37
Versions published
9
First published
May 2026
Publisher
zzz01

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"}'
Publisherzzz01
Artifact bytes26,237,179
Previous version2026.5.4
Published2026-05-09T18:36:47.196Z
SHA-256df41a9ace10a0be5755088cdfa47bcbf7fdd5f0cee42eb57bdcf5d14e449cd38

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/dist-DT1k6JKx.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/guarded-json-api-BNNhQbkM.jsmatched "ngrok-free.app"40
mediumCredential file accesspackage/dist/install-package-dir-B0jP67OI.jsmatched ".npmrc"10
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 41 day(s) ago, 9 total version(s), has lifecycle hook10
Show all 22 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/dist-DT1k6JKx.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/guarded-json-api-BNNhQbkM.jsmatched "ngrok-free.app"40
mediumCredential file accesspackage/dist/install-package-dir-B0jP67OI.jsmatched ".npmrc"10
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 41 day(s) ago, 9 total version(s), has lifecycle hook10
lowMessenger Bot Endpointpackage/dist/channel.setup-DcmzaCNs.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/embedding-provider-oE_pOJCj.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/host-env-security-DKoIiz1v.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/memory-embedding-adapter-CHCxco0Z.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-markers-CKRALCRT.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-P7T4rgHE.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-runtime-shared-DaczCMDH.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/provider-contract-api-CqRIaia_.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/region-XmQJH9dQ.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/src-CMtt65Ii.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/ssh-config-BbxJYSZ8.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/vertex-adc-KMiqXq7Z.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall-package-manager-warning.mjs"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-bundled-plugins.mjs"5
lowCredential file accesspackage/dist/extensions/google/openclaw.plugin.jsonmatched "GOOGLE_APPLICATION_CREDENTIALS"3
lowObfuscation Densitypackage/dist/crypto-runtime-DKZs0Dwc.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/opus-ml-D_koVGPG.js4101363 bytes0
lowLarge Javascript Payloadpackage/dist/session.runtime-BdubB7OL.js3979765 bytes0

Manifest

Package metadata

Scripts379
  • 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 node scripts/run-vitest.mjs run --config test/vitest/vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts
  • android:test:third-partycd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest
  • audit:seamsnode scripts/audit-seams.mjs
  • buildnode scripts/build-all.mjs
  • build:ci-artifactsnode scripts/build-all.mjs ciArtifacts
  • build:dockernode scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node scripts/runtime-postbuild-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 --experimental-strip-types scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts
  • build:plugin-sdk:dtsnode scripts/run-tsgo.mjs -p tsconfig.plugin-sdk.dts.json --declaration true
  • build:plugin-sdk:strict-smokepnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts
  • build:strict-smokepnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node scripts/runtime-postbuild-stamp.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node scripts/check-plugin-sdk-exports.mjs
  • canon:checknode scripts/canon.mjs check
  • canon:check:jsonnode scripts/canon.mjs check --json
  • canon:enforcenode scripts/canon.mjs enforce --json
  • canvas:a2ui:bundlenode scripts/bundle-a2ui.mjs
  • changed:lanesnode scripts/changed-lanes.mjs
  • checknode scripts/check.mjs
  • check:architecturepnpm check:import-cycles && pnpm check:madge-import-cycles && pnpm check:deprecated-internal-config-api && pnpm check:deprecated-jsdoc
  • check:base-config-schemanode --import tsx scripts/generate-base-config-schema.ts --check
  • check:bundled-channel-config-metadatanode --import tsx scripts/generate-bundled-channel-config-metadata.ts --check
  • check:changednode scripts/check-changed.mjs
  • …and 349 more.
Dependencies58
  • @agentclientprotocol/sdk0.21.0
  • @anthropic-ai/sdk0.92.0
  • @anthropic-ai/vertex-sdk^0.16.0
  • @aws-sdk/client-bedrock3.1041.0
  • @aws-sdk/client-bedrock-runtime3.1041.0
  • @aws-sdk/credential-provider-node3.972.39
  • @aws/bedrock-token-generator^1.1.0
  • @clack/prompts^1.3.0
  • @google/genai^1.51.0
  • @grammyjs/runner^2.0.3
  • @grammyjs/transformer-throttler^1.2.1
  • @homebridge/ciao^1.3.7
  • @lydell/node-pty1.2.0-beta.12
  • @mariozechner/pi-agent-core0.71.1
  • @mariozechner/pi-ai0.71.1
  • @mariozechner/pi-coding-agent0.71.1
  • @mariozechner/pi-tui0.71.1
  • @modelcontextprotocol/sdk1.29.0
  • @mozilla/readability^0.6.0
  • @slack/bolt^4.7.2
  • @slack/types^2.20.1
  • @slack/web-api^7.15.1
  • ajv^8.20.0
  • chalk^5.6.2
  • chokidar^5.0.0
  • commander^14.0.3
  • croner^10.0.1
  • dotenv^17.4.2
  • express5.2.1
  • file-type22.0.1
  • …and 28 more.
Optional dependencies1
  • sqlite-vec0.1.9