PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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
762
Versions published
30
First published
Apr 2026
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":["[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 bytes40,271,246
Previous version0.1.29
Published2026-06-05T06:18:01.001Z
SHA-256634187937c635fcb05da2e4c85c04469e531419aea7cdb685ff43d49733b9b1b

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.1.31Version
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.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts55
  • bench:agent-controlnode scripts/bench/agent-control-benchmark.mjs
  • bench:encoder:buildscripts/bench/build-encoder-benchmark.sh
  • buildnpm run build:app
  • build:allnpm run build:app && npm run build:packages
  • build:appnpm run build:cli && npm run build:client
  • build:clinode scripts/build-cli.mjs
  • build:clientscripts/build-client.sh
  • build:docsnpm run docs:build
  • build:inspectorsnpm run build:nativescript-inspector && npm run build:react-native-inspector
  • build:nativescript-inspectornpm run --prefix packages/nativescript-inspector build
  • build:packagesnpm run build:inspectors && npm run build:simdeck-test
  • build:react-native-inspectornpm run --prefix packages/react-native-inspector build
  • build:simdeck-testtsc -p packages/simdeck-test/tsconfig.json && prettier --write packages/simdeck-test/dist
  • build:vscode-extensionnpm run package:vscode-extension
  • cinpm run lint && npm run build:all && npm run test && npm run package:vscode-extension
  • codex:cache:savenode scripts/codex-worktree-cache.mjs save --best-effort
  • codex:runnode scripts/codex-run.mjs
  • codex:setupnode scripts/codex-setup.mjs
  • devnpm run build:cli && node scripts/dev.mjs
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • formatprettier --write . && cargo fmt --manifest-path packages/server/Cargo.toml
  • format:checkprettier --check . && cargo fmt --manifest-path packages/server/Cargo.toml --check
  • install:vscodenpm run install:vscode-extension
  • install:vscode-extensionnode scripts/install-vscode-extension.mjs
  • lintnpm run format:check && cargo clippy --manifest-path packages/server/Cargo.toml --all-targets -- -D warnings && npm run --prefix packages/client typecheck
  • package:allnpm run build:all && npm run package:vscode-extension && npm run package:npm
  • package:npmnpm pack
  • package:vscodenpm run package:vscode-extension
  • …and 25 more.
Dependencies1
  • @react-native/debugger-frontend^0.85.2