PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-mk3.js && node scripts/postinstall-gateway.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,433Niche · −30% score
Versions published
535Established · −30% score
First published
Dec 2025
Publisher
kyanbergeron.4runr

Effective trust discount applied: 30% (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 bytes197,005,336
Previous version2.9.91
Published2026-03-18T17:45:46.634Z
SHA-256

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-mk3.js && node scripts/postinstall-gateway.js"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
2.9.92Version
Status history (2 events)
  1. scan_erroravailable · risk review · score 3 · status scan_error -> available, risk none -> review, score none -> 3
  2. newscan_error · risk none · score · refusing to fetch https://registry.npmjs.org/4runr-os/-/4runr-os-2.9.92.tgz: content-length 67801992 exceeds 50000000

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-mk3.js && node scripts/postinstall-gateway.js"5
lowOversized Unscannedmanifesttarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only0

Manifest

Package metadata

Scripts13
  • buildtsc
  • build:gatewaycd ../../apps/gateway && (npm run build || echo 'Gateway build skipped - dist may already exist')
  • build:mk3node scripts/build-mk3.js
  • copy:gatewaynode scripts/copy-gateway.js
  • copy:mk3node scripts/copy-mk3.js
  • devtsc --watch
  • postinstallnode scripts/postinstall-mk3.js && node scripts/postinstall-gateway.js
  • prepare:binariesnode scripts/prepare-binaries.js
  • prepublishOnlynpm run build && npm run copy:mk3 && npm run copy:gateway && npm run prepare:binaries
  • setupnode scripts/setup.js
  • testnode dist/tui_mk2/layout/layoutTest.js
  • test:layoutnpm run build && npm run test
  • tui:mk1cross-env TUI_MK1=1 TUI_DEBUG=1 TUI_ALLOW_STDOUT=1 TERM=xterm-256color node dist/index.js
Dependencies4
  • axios^1.6.0
  • neo-blessed^0.2.0
  • systeminformation^5.21.0
  • ws^8.18.0