PkgRadar

Package evidence

@zoralabs/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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
45
Versions published
13Established · −30% score
First published
Feb 2021
Publisher
kulk

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":["@zoralabs/[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":["@zoralabs/[email protected]"],"fail_on":"review"}'
Publisherkulk
Artifact bytes1,581,834
Previous version1.1.0
Published2026-06-16T16:00:09.690Z
SHA-256a853c8fe992854a77bd02cf5e2f405150b41bb952bf7c652a79fe7f291b96e66

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowLarge Javascript Payloadpackage/dist/index.js4216408 bytes0

Manifest

Package metadata

Scripts19
  • buildpnpm run patch:xmtp-binding && tsup
  • build:binarypnpm run patch:xmtp-binding && V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora
  • build:binary:allpnpm run build:binary:mac-arm64 && pnpm run build:binary:mac-x64 && pnpm run build:binary:linux-x64 && pnpm run build:binary:linux-arm64 && pnpm run build:binary:windows-x64
  • build:binary:linux-arm64V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --target=bun-linux-arm64 --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora-linux-arm64
  • build:binary:linux-x64V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --target=bun-linux-x64 --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora-linux-x64
  • build:binary:mac-arm64pnpm run patch:xmtp-binding && V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --target=bun-darwin-arm64 --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora-darwin-arm64
  • build:binary:mac-x64pnpm run patch:xmtp-binding && V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --target=bun-darwin-x64 --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora-darwin-x64
  • build:binary:windows-x64V=$(node -p "require('./package.json').version") && bun build ./src/index.tsx --compile --target=bun-windows-x64 --define "PKG_VERSION=\"$V\"" --outfile ./bin/zora-windows-x64.exe
  • build:jspnpm run patch:xmtp-binding && tsup
  • checktsc --noEmit
  • gen:card-assetspnpm run gen:card-fonts && pnpm run gen:card-wasm
  • gen:card-fontspython3 scripts/gen-card-fonts.py
  • gen:card-wasmnode scripts/gen-card-wasm.mjs
  • patch:xmtp-bindingnode scripts/patch-xmtp-binding.mjs
  • postinstallnode scripts/postinstall.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:jspnpm run test
  • zoratsx src/index.tsx
Dependencies19
  • @inkjs/ui^2.0.0
  • @inquirer/confirm^6.0.8
  • @inquirer/core^11.1.5
  • @inquirer/input^5.1.2
  • @inquirer/password^5.0.8
  • @inquirer/select^5.1.0
  • @resvg/resvg-wasm^2.6.2
  • @xmtp/content-type-reaction^2.0.2
  • @xmtp/content-type-read-receipt^2.0.2
  • @xmtp/node-sdk^6.0.0
  • @zoralabs/coins-sdk0.7.0
  • commander^13.1.0
  • date-fns^4.1.0
  • ink^6.8.0
  • ink-spinner^5.0.0
  • posthog-node^5.28.4
  • react^19.2.4
  • satori^0.26.0
  • viem2.22.12