PkgRadar

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 promoting

Mixed 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"}'
Artifact bytes22,813
Previous version4.17.9
Published2026-04-29T08:46:09.796Z
SHA-2565809f03e2dfb5cfbfa33a3c566688591349921dabc5c4c02daae2e28b677b122

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

review
Last checked
reviewRisk
10Score
4.17.10Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./src/postinstall.js"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./src/postinstall.js"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./src/postinstall.js"5

Manifest

Package metadata

Scripts12
  • demo:bld:linuxnode ./tests/fixtures/demo.linux.js
  • demo:bld:osxnode ./tests/fixtures/demo.osx.js
  • demo:bld:winnode ./tests/fixtures/demo.win.js
  • demo: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/app
  • demo:exe:linux./tests/fixtures/out/linux/Demo
  • demo:exe:osx./tests/fixtures/out/osx/Demo.app/Contents/MacOS/Demo
  • demo:exe:win./tests/fixtures/out/win/Demo.exe
  • linteslint ./src ./tests
  • lint:fixeslint --fix ./src ./tests
  • postinstallnode ./src/postinstall.js
  • testvitest run --coverage
  • test:covvitest --coverage.enabled true
Dependencies9
  • @nwutils/getter^0.2.4
  • @nwutils/runner^0.2.3
  • archiver^7.0.1
  • commander^14.0.3
  • glob^13.0.6
  • plist^4.0.0
  • resedit^3.0.2
  • semver^7.7.4
  • tar^7.5.10