PkgRadar

Package evidence

@agentai2027/[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
12
First published
Jun 2026
Publisher
agentai2027

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":["@agentai2027/[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":["@agentai2027/[email protected]"],"fail_on":"high"}'
Publisheragentai2027
Artifact bytes17,084,107
Previous version2026.5.20-zh
Published2026-06-01T23:15:21.464Z
SHA-256131f9e6271c5557df512abe20bd6395203b6fd143baaa04260598768dcf44d24

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "ngrok.app"

1 candidate cluster(s) currently reference this release.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
198Score
2026.5.22-zhVersion
Status history (1 event)
  1. newavailable · risk high · score 198 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "api.telegram.org/bot"

439 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "api.telegram.org/bot"

439 members · max score 333

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/dist-Dh8IiMKH.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/guarded-json-api-DmbXx23h.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/i18n-BFKL8XM2.jsmatched "api.telegram.org/bot"40
mediumCredential file accesspackage/dist/install-package-dir-DaufDF8t.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-BDr63VWf.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-managed-root-C9B-3hAL.jsmatched ".npmrc"10
Show all 22 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/dist-Dh8IiMKH.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/guarded-json-api-DmbXx23h.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/i18n-BFKL8XM2.jsmatched "api.telegram.org/bot"40
mediumCredential file accesspackage/dist/install-package-dir-DaufDF8t.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-BDr63VWf.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-managed-root-C9B-3hAL.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/channel.runtime-B2QqHOuQ.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/dist-cjs-C2ZL4MkQ.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/dist-cjs-D7QErCJt.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/host-env-security-66KkrZF_.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/model-auth-markers-DY1SdJX_.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-runtime-shared-cdTr1v5l.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-VnZDPi_S.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/provider-contract-api-B5_Torho.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/src-B1sC_XUd.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/ssh-config-DXFPABYp.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/vertex-adc--LQQpRFG.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-BSkv3IR8.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts429
  • 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 && pnpm plugins:assets:build && pnpm plugins:assets:copy && node --experimental-strip-types scripts/copy-hook-metadata.ts && node --experimental-strip-types scripts/copy-export-html-templates.ts && node --experimental-strip-types scripts/write-build-info.ts && node --experimental-strip-types scripts/write-cli-startup-metadata.ts && node --experimental-strip-types 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 --experimental-strip-types scripts/write-plugin-sdk-entry-dts.ts
  • build:strict-smokepnpm plugins:assets:build && 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 --experimental-strip-types scripts/write-plugin-sdk-entry-dts.ts && node scripts/check-plugin-sdk-exports.mjs
  • 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-api-usage && 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
  • check:changelog-attributionsnode scripts/check-changelog-attributions.mjs
  • check:deprecated-api-usagenode scripts/check-deprecated-api-usage.mjs
  • check:deprecated-jsdocnode scripts/check-deprecated-jsdoc.mjs
  • …and 399 more.
Dependencies50
  • @agentclientprotocol/sdk0.22.1
  • @clack/core1.3.1
  • @clack/prompts1.4.0
  • @earendil-works/pi-agent-core0.75.4
  • @earendil-works/pi-ai0.75.4
  • @earendil-works/pi-coding-agent0.75.4
  • @earendil-works/pi-tui0.75.4
  • @google/genai2.5.0
  • @grammyjs/runner2.0.3
  • @grammyjs/transformer-throttler1.2.1
  • @homebridge/ciao1.3.8
  • @lydell/node-pty1.2.0-beta.12
  • @modelcontextprotocol/sdk1.29.0
  • @mozilla/readability0.6.0
  • @openclaw/fs-safe0.2.7
  • @openclaw/proxyline0.3.3
  • ajv8.20.0
  • chalk5.6.2
  • chokidar5.0.0
  • commander14.0.3
  • croner10.0.1
  • dotenv17.4.2
  • express5.2.1
  • file-type22.0.1
  • grammy1.43.0
  • ipaddr.js2.4.0
  • jiti2.7.0
  • json52.2.3
  • jszip3.10.1
  • kysely0.29.2
  • …and 20 more.
Optional dependencies2
  • sharp0.34.5
  • sqlite-vec0.1.9