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.

Weekly downloads
1,307Niche · −30% score
Versions published
12
First published
Jun 2026
Publisher
agentai2027

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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,630,696
Previous version2026.5.22-zh
Published2026-06-01T21:11:18.753Z
SHA-256aa36284715db074a3c744c0e2080874ddf4b5c2ce41dc3dc1e14b76cb680dfbb

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
138Score
2026.5.26-zhVersion
Status history (2 events)
  1. availableavailable · risk high · score 138 · status available -> available, risk high -> high, score 198 -> 138
  2. 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

24 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-29aNnvEu.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/i18n-CA9LMQe_.jsmatched "api.telegram.org/bot"40
mediumCredential file accesspackage/dist/install-package-dir-GmrlJeYj.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-DHRrBEi1.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-managed-root-BjVwjcwy.jsmatched ".npmrc"10
Show all 24 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/dist-Dh8IiMKH.jsmatched "ngrok.app"40
highWebhook Exfil Endpointpackage/dist/guarded-json-api-29aNnvEu.jsmatched "ngrok-free.app"40
highWebhook Exfil Endpointpackage/dist/i18n-CA9LMQe_.jsmatched "api.telegram.org/bot"40
mediumCredential file accesspackage/dist/install-package-dir-GmrlJeYj.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-DHRrBEi1.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-managed-root-BjVwjcwy.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/channel.runtime-BOSIBIPm.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/dist-cjs-CCIj8TZy.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/dist-cjs-D7QErCJt.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/host-env-security-CHuCK0nu.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/model-auth--WctehdD.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-markers-BbkqaCvO.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-runtime-shared-cdTr1v5l.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-D0L4n5Lm.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/control-ui/assets/config-runtime-CCw2hptH.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/crypto-runtime-7laJqjoL.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/manager.runtime-CJEeivIY.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts434
  • 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:integrationnode scripts/run-with-env.mjs OPENCLAW_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 404 more.
Dependencies50
  • @agentclientprotocol/sdk0.22.1
  • @clack/core1.3.1
  • @clack/prompts1.4.0
  • @earendil-works/pi-agent-core0.75.5
  • @earendil-works/pi-ai0.75.5
  • @earendil-works/pi-coding-agent0.75.5
  • @earendil-works/pi-tui0.75.5
  • @google/genai2.6.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.3.0
  • @openclaw/proxyline0.3.3
  • 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
  • linkedom0.18.12
  • …and 20 more.
Optional dependencies1
  • sqlite-vec0.1.9