PkgRadar

Package evidence

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

Versions published
1
First published
Jun 2026
Publisher
spressman

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":["@phantomkey/[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":["@phantomkey/[email protected]"],"fail_on":"high"}'
Publisherspressman
Artifact bytes56,778
Previous versionnone
Published2026-06-15T16:07:01.264Z
SHA-2566397432ebb3513cacea6f60c1106365719ad8958f50d96a2734e47caad2ea248

Why flagged

What the scanner saw

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

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/native/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/native/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsoninstall="node native/tools/vendor-argon2.js && node-pre-gyp install --fallback-to-build --directory native || (node-gyp configure --directory native && node-gyp build --directory native)"5

Manifest

Package metadata

Scripts18
  • buildnpm run build:native && npm run build:ts
  • build:nativenode native/tools/vendor-argon2.js && node-gyp configure --directory native && node-gyp build --directory native
  • build:native:debugnode native/tools/vendor-argon2.js && node-gyp configure --directory native --debug && node-gyp build --directory native --debug
  • build:tstsc -b
  • cleanrimraf dist native/build
  • installnode native/tools/vendor-argon2.js && node-pre-gyp install --fallback-to-build --directory native || (node-gyp configure --directory native && node-gyp build --directory native)
  • lintecho "Lint TODO"
  • package:nativenode-pre-gyp package --directory native
  • testnode test/native/memory-inspect.js && node test/native/derive-bench.js && node test/native/envelope-test.js && node test/native/chaff-test.js && node test/native/platform-store-test.js && node test/native/session-test.js
  • test:chaffnode test/native/chaff-test.js
  • test:derivenode test/native/derive-bench.js
  • test:envelopenode test/native/envelope-test.js
  • test:nativenode test/native/memory-inspect.js
  • test:native:debugnode-gyp rebuild --directory native --debug && node -e "require('fs').rmSync('native/build/Release',{recursive:true,force:true})" && npm run build:ts && node test/native/memory-inspect.js
  • test:sessionnode test/native/session-test.js
  • test:storenode test/native/platform-store-test.js
  • test:validationnode test/native/validation/run-all.js
  • test:validation:memorynode test/native/validation/memory-inspect.js
Dependencies3
  • @phantomkey/typesfile:../types
  • argon2^0.44.0
  • node-gyp-build^4.8.4