PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="npm run install_runtime"

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
710
Versions published
15Established · −30% score
First published
Mar 2024
Publisher
openvino_pushbot

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 bytes13,037
Previous version2026.0.0
Published2026-04-07T13:21:15.289Z
SHA-25630ab11c9057e4cbadca2c88149fe05605b02a58d0f07012768c77c81611b0ccd

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run install_runtime"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run install_runtime"5

Manifest

Package metadata

Scripts11
  • buildnpm run tsc
  • download_runtimenode ./scripts/download-runtime.js
  • formatprettier --ignore-path .gitignore --write .
  • install_runtimenpm run download_runtime -- --ignore-if-exists
  • linteslint .
  • postinstallnpm run install_runtime
  • preparenpm run build
  • testnpm run test_setup && node --test ./tests/unit/*.test.js
  • test:e2emocha ./tests/e2e/electron-app.test.js
  • test_setupnode ./tests/setup.js
  • tsctsc
Dependencies3
  • gunzip-maybe^1.4.2
  • https-proxy-agent^7.0.2
  • tar-fs^3.1.1