PkgRadar

Package evidence

@rize-io/[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.

Versions published
5
First published
Jul 2024
Publisher
mirnadjc

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":["@rize-io/[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":["@rize-io/[email protected]"],"fail_on":"review"}'
Publishermirnadjc
Artifact bytes67,774
Previous version9.1.2-beta.1
Published2025-10-27T14:41:46.070Z
SHA-256cd943ad9c334357d550c2cbfe0f10cd77f13a18c97d2a8c0cebb116cd6bb843c

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
5Score
9.1.2-beta.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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

Scripts7
  • build:macosswift build --configuration=release --arch arm64 --arch x86_64 && mv .build/apple/Products/Release/get-windows main
  • build:windowsnode-pre-gyp build
  • build:windows:debugnode-pre-gyp build --debug
  • build:windows:installnode-pre-gyp install --fallback-to-build
  • installnode-pre-gyp install --fallback-to-build
  • testxo && npm run build:macos && ava && tsd
  • test-cixo && tsd
Optional dependencies3
  • @mapbox/node-pre-gyp^1.0.11
  • node-addon-api^8.0.0
  • node-gyp^10.1.0