PkgRadar

Package evidence

[email protected]

Native Addon Gyp Action: binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)

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
17
Versions published
2
First published
Feb 2026
Publisher
zemlyansky

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherzemlyansky
Artifact bytes1,683,854
Previous version0.0.1
Published2026-05-25T13:57:37.228Z
SHA-25661ce171fcd3dfb9ca3c884ddf4886dec330767f62ca04195d0ebe0c3379bc18f

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: install added in 0.3.0 vs 0.0.1: "node scripts/install-native.js"

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

Availability ledger

available

high
Last checked
highRisk
80Score
0.3.0Version
Status history (3 events)
  1. availableavailable · risk high · score 80 · status available -> available, risk high -> high, score 45 -> 80
  2. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 75 -> 45
  3. newavailable · risk high · score 75 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

zemlyansky

3 members · evidence strength 66

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 0.3.0 vs 0.0.1: "node scripts/install-native.js"40
highNative Addon Gyp Actionpackage/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsoninstall added in 0.3.0 vs 0.0.1: "node scripts/install-native.js"40
highNative Addon Gyp Actionpackage/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install-native.js"5

Manifest

Package metadata

Scripts5
  • build:browserbash scripts/build-browser.sh
  • build:nativenode scripts/sync-csrc.js && node-gyp rebuild
  • installnode scripts/install-native.js
  • prepacknode scripts/prepack.js
  • testnode test/test_wasm.js