PkgRadar

Package evidence

@zntc/[email protected]

Install Lifecycle Suppresses Failure: postinstall="[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true"

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
16
Versions published
3
First published
May 2026
Publisher
ohah

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":["@zntc/[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":["@zntc/[email protected]"],"fail_on":"high"}'
Publisherohah
Artifact bytes173,092
Previous version0.1.1
Published2026-06-07T07:59:54.827Z
SHA-25676e238fe18e1e7a8840c61413616687459e3daac65cefc8f5212e3dd3a29bd3b

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true"5

Manifest

Package metadata

Scripts11
  • buildbun run build:js && bun run build:dts
  • build:dtsbun x tsc -b && cp dist/core/index.d.ts dist/core/index.d.cts
  • build:jsbun run build:js:esm && bun run build:js:cjs
  • build:js:cjsnode bin/zntc.mjs --bundle index.ts --outfile dist/index.cjs --format=cjs --platform=node --packages=external
  • build:js:esmbun build index.ts --outdir dist --format esm --target node
  • build:localbun run build:napi && cp ../../zig-out/lib/zntc.node . && bun run build:js && bun run build:dts
  • build:napicd ../.. && zig build napi --cache-dir .zig-cache-napi
  • postinstall[ -f ../../zig-out/lib/zntc.node ] && cp ../../zig-out/lib/zntc.node . || true
  • prepublishOnlybun run build && bunx publint --strict --level error .
  • pretestbun run --cwd ../server build && bun run --cwd ../web build && bun run --cwd ../react-native build
  • testbun test --timeout 10000
Optional dependencies14
  • @zntc/core-darwin-arm640.1.2
  • @zntc/core-darwin-x640.1.2
  • @zntc/core-linux-arm64-gnu0.1.2
  • @zntc/core-linux-arm64-musl0.1.2
  • @zntc/core-linux-x64-gnu0.1.2
  • @zntc/core-linux-x64-musl0.1.2
  • @zntc/core-win32-arm64-msvc0.1.2
  • @zntc/core-win32-ia32-msvc0.1.2
  • @zntc/core-win32-x64-msvc0.1.2
  • browserslist^4.24.0
  • core-js^3.49.0
  • core-js-compat^3.49.0
  • lightningcss^1.28.0
  • playwright^1.50.0