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

Block this update

Static 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":["@zoralabs/[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":["@zoralabs/[email protected]"],"fail_on":"high"}'
Publisherkulk
Artifact bytes52,708
Previous version1.0.1
Published2026-04-20T16:23:04.942Z
SHA-2569d2d201d329e0ca4e12cc895d36c27abe17ef1646b0eb127f84aec8ab785bf84

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.1.0 vs 1.0.1: "node scripts/postinstall.mjs"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.0 vs 1.0.1: "node scripts/postinstall.mjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.0 vs 1.0.1: "node scripts/postinstall.mjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts14
  • buildtsup
  • build:binaryV=$(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-arm64V=$(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-x64V=$(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:jstsup
  • postinstallnode scripts/postinstall.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:jspnpm run test
  • zoratsx src/index.tsx
Dependencies13
  • @inkjs/ui^2.0.0
  • @inquirer/confirm^6.0.8
  • @inquirer/core^11.1.5
  • @inquirer/password^5.0.8
  • @inquirer/select^5.1.0
  • @zoralabs/coins-sdk0.6.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
  • viem2.22.12