PkgRadar

Package evidence

@whonixnetworks/[email protected]

Install-time lifecycle script: postinstall="node dist/patch-rpiv.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
293
Versions published
30
First published
May 2026
Publisher
whonixnetworks

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":["@whonixnetworks/[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":["@whonixnetworks/[email protected]"],"fail_on":"high"}'
Artifact bytes62,043
Previous version1.4.0
Published2026-06-08T12:51:23.250Z
SHA-256fa83c939d1fca7e90742de586cccfdf11083f7d99b28daaaf9b2f82ddce798e3

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.5.0 vs 1.4.0: "node dist/patch-rpiv.js"

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

Availability ledger

available

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

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.5.0 vs 1.4.0: "node dist/patch-rpiv.js"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.5.0 vs 1.4.0: "node dist/patch-rpiv.js"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/patch-rpiv.js"5

Manifest

Package metadata

Scripts16
  • buildtsc
  • checknpm run typecheck && npm run lint && npm run test
  • devtsc --watch
  • formatprettier --write src/
  • format:checkprettier --check src/
  • install-servicepi-mattermost install
  • linteslint src/
  • lint:fixeslint --fix src/
  • postinstallnode dist/patch-rpiv.js
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • uninstall-servicepi-mattermost uninstall
Dependencies8
  • @iarna/toml^2.2.5
  • @mattermost/client^11.6.0
  • better-sqlite3^11.0.0
  • chalk^5.0.0
  • commander^12.0.0
  • express^4.21.0
  • express-rate-limit^8.5.2
  • zod^3.23.0