PkgRadar

Package evidence

@ludeo/[email protected]

Install-time lifecycle script: preinstall="if [ \"$INIT_CWD\" = \"$PWD\" ]; then npx --no-install check-node-version --node 22.14.0; fi"

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
523
Versions published
78Established · −30% score
First published
Oct 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@ludeo/[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":["@ludeo/[email protected]"],"fail_on":"review"}'
Artifact bytes789,952
Previous version1.28.3
Published2026-06-03T12:35:54.205Z
SHA-2561b7ad6e4871454924927f3c2a5e4f9257c069b1151e2c7dc0ed8b901aa3203b4

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="if [ \"$INIT_CWD\" = \"$PWD\" ]; then npx --no-install check-node-version --node 22.14.0; fi"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
1.28.4Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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="if [ \"$INIT_CWD\" = \"$PWD\" ]; then npx --no-install check-node-version --node 22.14.0; fi"5

Manifest

Package metadata

Scripts30
  • avoid-cyclicnpx madge --circular --extensions js,jsx,ts,tsx src
  • buildvite build
  • build-fail-fasttsc --noEmit -p tsconfig.app.json
  • build:analyzevite build && npx vite-bundle-analyzer dist/unit-player.umd.js
  • build:cdnvite build && echo 'CDN files ready in dist/'
  • commit-checkconcurrently -r --kill-others-on-fail "npm run avoid-cyclic" "npm run build-fail-fast" "npm run lint" "npm run test:changed"
  • devvite
  • dev:unitvite
  • e2e:cicross-env CI=true npx playwright test
  • e2e:headedcross-env ENV=local npx playwright test --headed --project=chromium
  • e2e:localcross-env ENV=local npx playwright test || npx playwright show-report --port=9333
  • e2e:prodcross-env ENV=prod npx playwright test
  • formatprettier --write "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
  • linteslint src --ext .ts,.tsx --max-warnings=0
  • lint:fixeslint src --ext .ts,.tsx --fix
  • preinstallif [ "$INIT_CWD" = "$PWD" ]; then npx --no-install check-node-version --node 22.14.0; fi
  • preparehusky
  • previewvite preview --port 5001 --strictPort
  • prodcross-env VITE_PROD_OVERRIDE=true concurrently --names "vite ➡️,proxy ➡️" --prefix-colors "cyan,yellow" "vite" "npm run dev --prefix unit-proxy"
  • releasechangeset publish
  • testvitest
  • test:changedvitest related --run
  • test:civitest run --coverage --reporter=junit --outputFile=test-results.xml
  • test:coveragevitest run --coverage
  • test:coverage:watchvitest --coverage --watch
  • test:relatedvitest related
  • test:runvitest run
  • test:uivitest --ui
  • test:unitvitest run --reporter=verbose
  • test:watchvitest watch
Dependencies10
  • @ludeo/aws-gamecast-web-sdk^3.0.0
  • @ludeo/echo^1.1.3
  • @ludeo/ludeocast-client-sdk0.6.4
  • lodash^4.17.21
  • react19.1.0
  • react-dom19.1.0
  • uuid^11.0.5
  • webrtc-adapter^9.0.1
  • webrtc-issue-detector^1.17.0
  • zod^4.1.11