Package evidence
[email protected]
Install Lifecycle Remote Or Exec: postinstall="node ./src/postinstall.js"
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
- 2,159Niche · −30% score
- Versions published
- 186Mature · −50% score
- First published
- Jul 2015
- 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 Lifecycle Remote Or Exec: postinstall="node ./src/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 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node ./src/postinstall.js" | 30 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node ./src/postinstall.js" | 30 |
| low | Install-time lifecycle script | package.json | postinstall="node ./src/postinstall.js" | 5 |
Manifest
Package metadata
Scripts12
demo:bld:linuxnode ./tests/fixtures/demo.linux.jsdemo:bld:osxnode ./tests/fixtures/demo.osx.jsdemo:bld:winnode ./tests/fixtures/demo.win.jsdemo:clinwbuild --mode=build --flavor=sdk --glob=false --cacheDir=./node_modules/nw --logLevel=debug --managedManifest=./tests/fixtures/app/package.json --outDir=./tests/fixtures/out/linux --app.name=Demo --app.icon=./tests/fixtures/app/icon.png ./tests/fixtures/appdemo:exe:linux./tests/fixtures/out/linux/Demodemo:exe:osx./tests/fixtures/out/osx/Demo.app/Contents/MacOS/Demodemo:exe:win./tests/fixtures/out/win/Demo.exelinteslint ./src ./testslint:fixeslint --fix ./src ./testspostinstallnode ./src/postinstall.jstestvitest run --coveragetest:covvitest --coverage.enabled true
Dependencies9
@nwutils/getter^0.2.4@nwutils/runner^0.2.3archiver^7.0.1commander^14.0.3glob^13.0.6plist^4.0.0resedit^3.0.2semver^7.7.4tar^7.5.10