PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="node scripts/check-node-version.cjs"

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
7
Versions published
44
First published
Feb 2026
Publisher
levnikolaevich

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 bytes311,658
Previous version26.605.1044
Published2026-06-05T09:04:46.787Z
SHA-2562a8ec1c3f2b659bb956d03a53e436d6c9622a5c3b3d2f8d0f649d2967db69e59

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/check-node-version.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
26.605.1103Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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.jsonpreinstall="node scripts/check-node-version.cjs"5

Manifest

Package metadata

Scripts21
  • buildtsc --build
  • check:terminal-ionode scripts/check-terminal-io.mjs
  • devtsx src/index.ts
  • fix:alleslint . --fix && prettier --write "src/**/*.{ts,json}"
  • formatprettier --write "src/**/*.{ts,json}"
  • format:checkprettier --check "src/**/*.{ts,json}"
  • linteslint .
  • lint:allnpm run typecheck && npm run lint && npm run format:check && npm run check:terminal-io && npm run lint:unused && npm run lint:arch
  • lint:archdepcruise src --config
  • lint:fixeslint . --fix
  • lint:unusedknip --production
  • preinstallnode scripts/check-node-version.cjs
  • preparenode -e "const p=require('path');const f=require('fs');const t=p.join('node_modules','.bin','tsc');f.existsSync(p.join('node_modules','typescript'))?require('child_process').execSync(t+' --build',{stdio:'inherit'}):void 0"
  • releasenpm version --no-git-tag-version "$(date +%y.%m%d.%H%M)" --allow-same-version && npm run build && npm publish
  • testvitest run --project unit
  • test:allvitest run
  • test:e2enpm run test:e2e:full
  • test:e2e:criticalvitest run --project e2e tests/e2e/critical
  • test:e2e:fullvitest run --project e2e tests/e2e/critical tests/e2e/full
  • test:unitvitest run --project unit
  • typechecktsc --noEmit
Dependencies11
  • @commander-js/extra-typings^14.0.0
  • @mariozechner/pi-tui^0.55.1
  • chalk^5.6.2
  • cli-table3^0.6.5
  • eventsource-client^1.2.0
  • got^14.6.6
  • ora^9.3.0
  • pino^10.3.1
  • pino-pretty^13.1.3
  • smol-toml^1.6.0
  • zod^4.3.6
Optional dependencies1
  • koffi^2.15.1