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
- 47Established · −30% score
- First published
- Oct 2025
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node postinstall.js"
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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node postinstall.js" | 5 |
Manifest
Package metadata
Scripts53
buildtsc && npm run build:nativebuild:nativecd native && node-gyp rebuildpostinstallnode postinstall.jsprepublishOnlytsctest:achievements:jsnode tests/js/test-complete-achievements.jstest:achievements:tsts-node tests/ts/test-complete-achievements.tstest:apps:jsnode tests/js/test-apps.jstest:apps:tsts-node tests/ts/test-apps.tstest:cloud:jsnode tests/js/test-complete-cloud.jstest:cloud:tsts-node tests/ts/test-complete-cloud.tstest:core:jsnode tests/js/test-core-api.jstest:core:tsts-node tests/ts/test-core-api.tstest:custom-path:jsnode tests/js/test-custom-sdk-path.jstest:custom-path:tsts-node tests/ts/test-custom-sdk-path.tstest:debug:jsnode tests/js/test-debug-mode.jstest:debug:tsts-node tests/ts/test-debug-mode.tstest:friends:jsnode tests/js/test-complete-friends.jstest:friends:tsts-node tests/ts/test-complete-friends.tstest:input-ps4:jsnode tests/js/test-input.js --virtual --type=ps4test:input-ps4:tsts-node tests/ts/test-input.ts --virtual --type=ps4test:input-xbox:jsnode tests/js/test-input.js --virtual --type=xboxtest:input-xbox:tsts-node tests/ts/test-input.ts --virtual --type=xboxtest:input:jsnode tests/js/test-input.jstest:input:tsts-node tests/ts/test-input.tstest:leaderboards:jsnode tests/js/test-complete-leaderboards.jstest:leaderboards:tsts-node tests/ts/test-complete-leaderboards.tstest:matchmaking:host:jsnode tests/js/test-matchmaking-host.jstest:matchmaking:host:tsts-node tests/ts/test-matchmaking-host.tstest:matchmaking:join:jsnode tests/js/test-matchmaking-join.jstest:matchmaking:join:tsts-node tests/ts/test-matchmaking-join.ts- …and 23 more.
Dependencies1
koffi^2.8.8
Optional dependencies2
node-addon-api^8.5.0node-gyp^12.2.0