PkgRadar

Package evidence

@whonixnetworks/[email protected]

Install Lifecycle Suppresses Failure: postinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"

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
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 bytes51,987
Previous version1.1.0
Published2026-05-24T15:17:59.501Z
SHA-2560c0edce4946274803915853da10211909b99de12fba926cdfbdccafbbc8acc58

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"

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

Availability ledger

available

high
Last checked
highRisk
25Score
1.2.0Version
Status history (3 events)
  1. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 61 -> 25
  2. availableavailable · risk high · score 61 · status available -> available, risk high -> high, score 86 -> 61
  3. newavailable · risk high · score 86 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

whonixnetworks

3 members · evidence strength 71
Repeated static TTPstale

Install Lifecycle Suppresses Failure — postinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"

3 members · evidence strength 77
Repeated static TTPstale

Install-time lifecycle script — postinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"

3 members · evidence strength 77
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"

3 members · evidence strength 77

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="test -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true"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/
  • postinstalltest -f dist/patch-rpiv.js && node dist/patch-rpiv.js || true
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • uninstall-servicepi-mattermost uninstall
Dependencies9
  • @iarna/toml^2.2.5
  • @mattermost/client^11.6.0
  • better-sqlite3^11.0.0
  • chalk^5.0.0
  • commander^12.0.0
  • dotenv^16.0.0
  • express^4.21.0
  • express-rate-limit^8.5.2
  • zod^3.23.0