Package evidence
@zonko-ai/[email protected]
Install-time lifecycle script: postinstall="node --input-type=module -e \"import{existsSync}from'node:fs';import{pathToFileURL}from'node:url';const p='dist/postinstall.js';if(existsSync(p))await import(pathToFileURL(p).href).catch(()=>{})\""
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,731Niche · −30% score
- Versions published
- 245
- First published
- Apr 2026
- Publisher
- umg_bhalla
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
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
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":["@zonko-ai/[email protected]"],"fail_on":"review"}'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":["@zonko-ai/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node --input-type=module -e \"import{existsSync}from'node:fs';import{pathToFileURL}from'node:url';const p='dist/postinstall.js';if(existsSync(p))await import(pathToFileURL(p).href).catch(()=>{})\""
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (4 events)
- available → available · risk review · score 3 · status available -> available, risk high -> review, score 55 -> 3
- available → available · risk high · score 55 · status available -> available, risk high -> high, score 67 -> 55
- available → available · risk high · score 67 · status available -> available, risk high -> high, score 92 -> 67
- new → available · risk high · score 92 · status changed
Related candidates
Linked campaigns and clusters
umg_bhalla
4 members · evidence strength 84Install-time lifecycle script — postinstall="node --input-type=module -e \"import{existssync}from'node:fs';import{pathtofileurl}from'node:url';const p='dist/postinstall.js';if(existssync(p))await import(pathtofileurl(p).href).catch(()=>{})\""
4 members · evidence strength 90Install Lifecycle Remote Or Exec — postinstall="node --input-type=module -e \"import{existssync}from'node:fs';import{pathtofileurl}from'node:url';const p='dist/postinstall.js';if(existssync(p))await import(pathtofileurl(p).href).catch(()=>{})\""
4 members · evidence strength 90Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node --input-type=module -e \"import{existsSync}from'node:fs';import{pathToFileURL}from'node:url';const p='dist/postinstall.js';if(existsSync(p))await import(pathToFileURL(p).href).catch(()=>{})\"" | 5 |
| low | Large Javascript Payload | package/dist/hrbr-mcp-server.js | 3670872 bytes | 0 |
| low | Large Javascript Payload | package/dist/index.js | 2366086 bytes | 0 |
Manifest
Package metadata
Scripts8
buildbun run --filter @hrbr/skills generate && bun run --cwd ../../packages/sdk/localmcp build && VERSION=$(node -p "require('./package.json').version") && bun build src/index.ts src/postinstall.ts --outdir dist --target node --format esm --define "__PKG_VERSION__='$VERSION'" --define "__HRBR_SENTRY_DSN__='${HRBR_SENTRY_DSN:-}'" --define "__HRBR_SENTRY_ENVIRONMENT__='${HRBR_SENTRY_ENVIRONMENT:-}'" --external effect --external @effect/platform-node --external @sentry/node && bun build ../../packages/sdk/localmcp/src/index.ts --outfile dist/hrbr-mcp-server.js --target node --format esm --define "__PKG_VERSION__='$VERSION'" && cp ../../packages/sdk/localmcp/dist/emscripten-module.wasm dist/emscripten-module.wasm && chmod +x dist/index.js dist/hrbr-mcp-server.js && node scripts/copy-orbit-src.mjsclinode dist/index.jsdevbun run src/index.tspostinstallnode --input-type=module -e "import{existsSync}from'node:fs';import{pathToFileURL}from'node:url';const p='dist/postinstall.js';if(existsSync(p))await import(pathToFileURL(p).href).catch(()=>{})"testbun test srctest:docker./test/docker/run.shtest:postinstallbun test src/skills/postinstall-integration.test.tstypechecktsc --noEmit
Dependencies4
@anthropic-ai/sandbox-runtime^0.0.49@effect/platform-node4.0.0-beta.66@sentry/node^10effect4.0.0-beta.66