PkgRadar

Package evidence

@zaber/[email protected]

Install-time lifecycle script: install="node-pre-gyp install --fallback-to-build"

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
828
Versions published
195Mature · −50% score
First published
Apr 2019
Publisher
zaber

Effective trust discount applied: 50% (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":["@zaber/[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":["@zaber/[email protected]"],"fail_on":"review"}'
Publisherzaber
Artifact bytes5,862,652
Previous version9.2.1
Published2026-05-21T03:32:09.551Z
SHA-25647c2b2847c86b8cbd24c2f18efd4d62243998d0e3d387610ec5e09a84e81c10a

Why flagged

What the scanner saw

Install-time lifecycle script: install="node-pre-gyp install --fallback-to-build"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node-pre-gyp install --fallback-to-build"5

Manifest

Package metadata

Scripts20
  • buildtsc --project tsconfig.build.json
  • build-allnpm run build && npm run build-bindings
  • build-bindingsnode-pre-gyp clean configure build
  • clean-bindingsrimraf dist/binding
  • generate-doctypedoc --out docs --target es6 --theme minimal --mode file src
  • installnode-pre-gyp install --fallback-to-build
  • lintrun-s lint:*
  • lint:jseslint .
  • lint:test-webcd test-web && eslint .
  • node-pre-gypnode-pre-gyp
  • packnpm pack
  • publish-bindingsnode-pre-gyp package publish
  • startnpm run test:watch
  • start-web-examplenpx webpack serve --mode development --config examples/web/webpack.config.js
  • testjest
  • test-webnpx karma start test-web/karma.conf.js --single-run
  • test-web:watchnpx karma start test-web/karma.conf.js --browsers Chrome
  • test:watchnpm run test -- --watch
  • ts-nodets-node
  • tsctsc
Dependencies5
  • @mapbox/node-pre-gyp^2.0.0
  • bson^7.0.0
  • node-addon-api^8.0.0
  • pkg-up^3.0.0
  • rxjs^7.5.5