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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 39 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/config.js | matched "ngrok-free.app" | 40 |
| high | DNS / OAST exfiltration | package/deploy/bootstrap-new-vps.sh | matched "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 |
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/postinstall.mjs || true" | 20 |
| medium | Remote Payload | package/dist/recipeRoutes.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/deploy/bootstrap-vps.sh | matched "curl " | 12 |
| medium | Remote Payload | package/deploy/install-vps-service.sh | matched "curl " | 12 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Webhook Exfil Endpoint | package/dist/config.js | matched "ngrok-free.app" | 40 |
| high | DNS / OAST exfiltration | package/deploy/bootstrap-new-vps.sh | matched "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 |
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="node scripts/postinstall.mjs || true" | 20 |
| medium | Remote Payload | package/dist/recipeRoutes.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/deploy/bootstrap-vps.sh | matched "curl " | 12 |
| medium | Remote Payload | package/deploy/install-vps-service.sh | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | postinstall="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.tsinstall:globalnode scripts/install-global.mjslintbiome check .lint:fixbiome check --write .lint:srcbiome check srcpostinstallnode scripts/postinstall.mjs || truepreparehuskyprepublishOnlynpm 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.mjsremotebash scripts/start-remote.shremote:nodenode scripts/start-remote.mjsschema:checknode scripts/audit-schema-changes.mjsschema:generatenode scripts/generate-schemas.mjsschema:updatenode scripts/audit-schema-changes.mjs --updatesmokenode smoke-test-v2.mjsstartnode dist/index.jsstart-allbash scripts/start-all.shstart-all:nodenode scripts/start-all.mjsstart-all:winpowershell -NoProfile -ExecutionPolicy Bypass -File scripts/start-all.ps1start-orchestratorbash scripts/start-orchestrator.shstart-orchestrator:winpowershell -NoProfile -ExecutionPolicy Bypass -File scripts/start-orchestrator.ps1start:automationclaude-ide-bridge --workspace . --automation --automation-policy automation-policy.json --driver subprocess --fullstart:bridgenode dist/index.js --workspace .testvitest runtest:coveragevitest run --coveragetest:smokenode scripts/smoke/run-all.mjstest:smoke:bashbash scripts/smoke/run-all.shtest:smoke:dashboardnode scripts/smoke/dashboard-walk.mjstest:watchvitesttypechecktsc --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.0ajv^8.18.0ipaddr.js^2.3.0minimatch^10.0.0node-cron^4.2.1undici^6.25.0ws^8.18.0yaml^2.8.3