PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="node scripts/install.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.

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 bytes4,776,858
Previous version1.9.0
Published2026-05-06T09:20:52.042Z
SHA-256542e5328a98455da3e91f552853e938a8d70e349975f9813f5ea4a5dd90c81f7

Why flagged

What the scanner saw

Install-time lifecycle script: install="node scripts/install.js"

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

Availability ledger

available

review
Last checked
reviewRisk
28Score
2.0.0-beta.0Version
Status history (1 event)
  1. newavailable · risk review · score 28 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install.js"30
highInstall Lifecycle Remote Or Execpackage.jsoninstall="node scripts/install.js"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="npm run generate-messages"30
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install.js"30
highInstall Lifecycle Remote Or Execpackage.jsoninstall="node scripts/install.js"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="npm run generate-messages"30
lowObfuscationpackage/rosidl_gen/primitive_types.jsmatched "\\u0000"3
lowObfuscationpackage/third_party/ref-napi/lib/ref.jsmatched "\\u0000"3

Manifest

Package metadata

Scripts25
  • buildnode-gyp -j 16 build
  • build:devnode-gyp -j 16 build --debug
  • cleannode-gyp clean && npx rimraf ./generated
  • coveragecat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
  • docsmake -C tools/jsdoc
  • docs:gh-pagesnode tools/jsdoc/regenerate-published-docs.js --branch origin/gh-pages --preserve-published
  • docs:gh-pages:fullnode tools/jsdoc/regenerate-published-docs.js --branch origin/gh-pages --full-rebuild
  • formatclang-format -i -style=file ./src/*.cpp ./src/*.h && npx --yes prettier --write "{lib,rosidl_gen,rostsd_gen,rosidl_parser,types,example,test,scripts,benchmark,rostsd_gen}/**/*.{js,md,ts}" ./*.{js,md,ts}
  • generate-messagesnode scripts/generate_messages.js
  • generate-messages-idlnode scripts/generate_messages.js --idl
  • generate-messages:devnode scripts/generate_messages.js --debug
  • generate-tsd-messagesnode scripts/generate_tsd.js
  • installnode scripts/install.js
  • linteslint && node ./scripts/cpplint.js
  • postinstallnpm run generate-messages
  • prebuildnpm run prebuild:node && npm run prebuild:electron && node scripts/tag_prebuilds.js
  • prebuild:electronprebuildify --napi --strip --name electron --target [email protected]
  • prebuild:nodeprebuildify --napi --strip --name node --target 20.20.2
  • preparehusky
  • rebuildnpm run clean && node-gyp -j 16 rebuild
  • rebuild:devnpm run clean && node-gyp -j 16 rebuild --debug
  • rosocketnode ./rosocket/cli.js
  • testnyc node --expose-gc ./scripts/run_test.js && tsd && npm install --no-save electron && node test/electron/run_test.js
  • test-idlnyc node --expose-gc ./scripts/run_test.js --idl
  • test:asanbash scripts/run_asan_test.sh
Dependencies9
  • @rclnodejs/ref-array-di^1.2.2
  • @rclnodejs/ref-struct-di^1.1.1
  • bindings^1.5.0
  • debug^4.4.0
  • json-bigint^1.0.0
  • node-addon-api^8.3.1
  • rxjs^7.8.1
  • walk^2.3.15
  • ws^8.18.0