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
5,595Niche · −30% score
Versions published
343
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes2,205,751
Previous version0.2.0-beta.12.canary.229
Published2026-06-16T15:48:25.938Z
SHA-256741aec47fc0cc0b2a1f935e2b882bb74ec45b9ffdeb7b54b14c93ec1177cf2c3

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
39Score
0.2.0-beta.12.canary.230Version
Status history (1 event)
  1. newavailable · risk high · score 39 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/config.jsmatched "ngrok-free.app"40
highDNS / OAST exfiltrationpackage/deploy/bootstrap-new-vps.shmatched "dig $DOMAIN)\"\n echo \" - Port 80 blocked\"\n echo \" Re-run manually: certbot --nginx -d $DOMAIN\"\n fi\nfi\n\n# ── 11. Start service ─────────────────────────────────────────────────────────\nsection \"Starting service\"\n\nsystemctl restart \"$SERVICE_NAME\"\n\necho -n \"Waiting for bridge...\"\nfor i in $("30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.mjs || true"20
mediumRemote Payloadpackage/dist/recipeRoutes.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/deploy/bootstrap-vps.shmatched "curl "12
mediumRemote Payloadpackage/deploy/install-vps-service.shmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/config.jsmatched "ngrok-free.app"40
highDNS / OAST exfiltrationpackage/deploy/bootstrap-new-vps.shmatched "dig $DOMAIN)\"\n echo \" - Port 80 blocked\"\n echo \" Re-run manually: certbot --nginx -d $DOMAIN\"\n fi\nfi\n\n# ── 11. Start service ─────────────────────────────────────────────────────────\nsection \"Starting service\"\n\nsystemctl restart \"$SERVICE_NAME\"\n\necho -n \"Waiting for bridge...\"\nfor i in $("30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.mjs || true"20
mediumRemote Payloadpackage/dist/recipeRoutes.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/deploy/bootstrap-vps.shmatched "curl "12
mediumRemote Payloadpackage/deploy/install-vps-service.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs || true"5

Manifest

Package metadata

Scripts34
  • buildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})" && tsc && (node scripts/postinstall.mjs || true)
  • devtsx src/index.ts
  • install:globalnode scripts/install-global.mjs
  • lintbiome check .
  • lint:fixbiome check --write .
  • lint:srcbiome check src
  • postinstallnode scripts/postinstall.mjs || true
  • preparehusky
  • prepublishOnlynpm run build && node -e "const h=require('child_process').execFileSync('node',['dist/index.js','--workspace','.','--help'],{encoding:'utf8'});if(!h.includes('issuer-url'))process.exit(1)" && node scripts/publish-schemas.mjs
  • remotebash scripts/start-remote.sh
  • remote:nodenode scripts/start-remote.mjs
  • schema:checknode scripts/audit-schema-changes.mjs
  • schema:generatenode scripts/generate-schemas.mjs
  • schema:updatenode scripts/audit-schema-changes.mjs --update
  • smokenode smoke-test-v2.mjs
  • startnode dist/index.js
  • start-allbash scripts/start-all.sh
  • start-all:nodenode scripts/start-all.mjs
  • start-all:winpowershell -NoProfile -ExecutionPolicy Bypass -File scripts/start-all.ps1
  • start-orchestratorbash scripts/start-orchestrator.sh
  • start-orchestrator:winpowershell -NoProfile -ExecutionPolicy Bypass -File scripts/start-orchestrator.ps1
  • start:automationclaude-ide-bridge --workspace . --automation --automation-policy automation-policy.json --driver subprocess --full
  • start:bridgenode dist/index.js --workspace .
  • testvitest run
  • test:coveragevitest run --coverage
  • test:smokenode scripts/smoke/run-all.mjs
  • test:smoke:bashbash scripts/smoke/run-all.sh
  • test:smoke:dashboardnode scripts/smoke/dashboard-walk.mjs
  • test:watchvitest
  • typechecktsc --noEmit
  • …and 4 more.
Dependencies12
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-trace-otlp-http^0.219.0
  • @opentelemetry/resources^2.6.0
  • @opentelemetry/sdk-trace-node^2.7.1
  • @opentelemetry/semantic-conventions^1.40.0
  • ajv^8.18.0
  • ipaddr.js^2.3.0
  • minimatch^10.0.0
  • node-cron^4.2.1
  • undici^6.25.0
  • ws^8.18.0
  • yaml^2.8.3