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
707
Versions published
247
First published
Apr 2026
Publisher
umg_bhalla

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,745,911
Previous version2.30.0
Published2026-06-04T10:39:02.849Z
SHA-2561c441e64518d8dd8277d4cbee383e6a3da9eeee8eba5fbe063e8217ba98ac0c8

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
5Score
2.31.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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.js3803476 bytes0
lowLarge Javascript Payloadpackage/dist/index.js2570123 bytes0
lowLarge Javascript Payloadpackage/dist/postinstall.js2127866 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.70
  • @sentry/node^10
  • effect4.0.0-beta.70