PkgRadar

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 promoting

Mixed 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"}'
Publisherumg_bhalla
Artifact bytes1,672,908
Previous version2.29.0
Published2026-05-29T09:34:07.758Z
SHA-2569c9d95940b2a5a3649700cdce8d2aeaae0376d9ef5f97592249b70a5169177ea

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

review
Last checked
reviewRisk
3Score
2.29.1Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 24 -> 3
  2. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="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
lowLarge Javascript Payloadpackage/dist/hrbr-mcp-server.js3683364 bytes0
lowLarge Javascript Payloadpackage/dist/index.js2456666 bytes0
lowLarge Javascript Payloadpackage/dist/postinstall.js2007539 bytes0

Manifest

Package metadata

Scripts8
  • buildbun run --filter @hrbr/skills generate && bun run --cwd ../../packages/sdk/cli-mcp 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/cli-mcp/src/index.ts --outfile dist/hrbr-mcp-server.js --target node --format esm --define "__PKG_VERSION__='$VERSION'" && cp ../../packages/sdk/cli-mcp/dist/emscripten-module.wasm dist/emscripten-module.wasm && chmod +x dist/index.js dist/hrbr-mcp-server.js && node scripts/copy-orbit-src.mjs
  • clinode dist/index.js
  • devbun run src/index.ts
  • postinstallnode --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 src
  • test:docker./test/docker/run.sh
  • test:postinstallbun test src/skills/postinstall-integration.test.ts
  • typechecktsc --noEmit
Dependencies4
  • @anthropic-ai/sandbox-runtime^0.0.49
  • @effect/platform-node4.0.0-beta.66
  • @sentry/node^10
  • effect4.0.0-beta.66