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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 40 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Native Addon Gyp Action | package/native/binding.gyp | binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle) | 35 |
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Native Addon Gyp Action | package/native/binding.gyp | binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle) | 35 |
| high | New Account With Lifecycle Hook | package.json | package first published 0 day(s) ago, 1 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | install="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:tsbuild:nativenode native/tools/vendor-argon2.js && node-gyp configure --directory native && node-gyp build --directory nativebuild:native:debugnode native/tools/vendor-argon2.js && node-gyp configure --directory native --debug && node-gyp build --directory native --debugbuild:tstsc -bcleanrimraf dist native/buildinstallnode 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 nativetestnode 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.jstest:chaffnode test/native/chaff-test.jstest:derivenode test/native/derive-bench.jstest:envelopenode test/native/envelope-test.jstest:nativenode test/native/memory-inspect.jstest: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.jstest:sessionnode test/native/session-test.jstest:storenode test/native/platform-store-test.jstest:validationnode test/native/validation/run-all.jstest:validation:memorynode test/native/validation/memory-inspect.js
Dependencies3
@phantomkey/typesfile:../typesargon2^0.44.0node-gyp-build^4.8.4