PkgRadar

Package evidence

@transitive-sdk/[email protected]

Native Addon Gyp Action: binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)

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.

Versions published
31Mature · −50% score
First published
Dec 2023
Publisher
chfritz

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@transitive-sdk/[email protected]"],"fail_on":"high"}'

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":["@transitive-sdk/[email protected]"],"fail_on":"high"}'
Publisherchfritz
Artifact bytes7,398,762
Previous version0.12.1
Published2026-05-21T00:09:55.792Z
SHA-25644d7b5aa74d28490b7321147def1a965a0a73bb541a86150232a97e457f982e5

Why flagged

What the scanner saw

Native Addon Gyp Action: binding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.12.2Version
Status history (3 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 20 -> 45
  2. availableavailable · risk high · score 20 · status available -> available, risk high -> high, score 67 -> 20
  3. newavailable · risk high · score 67 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/_node_modules/dtrace-provider/src/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
highRemote Dependency Specpackage.jsonoptionalDependencies.rosnodejs="github:chfritz/rosjs"35
mediumInstall Lifecycle Binary Execpackage.jsonpostinstall="./postinstall.sh"15
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNative Addon Gyp Actionpackage/_node_modules/dtrace-provider/src/binding.gypbinding.gyp runs a script or chains shell during node-gyp build (executes outside package.json lifecycle)35
highRemote Dependency Specpackage.jsonoptionalDependencies.rosnodejs="github:chfritz/rosjs"35
mediumInstall Lifecycle Binary Execpackage.jsonpostinstall="./postinstall.sh"15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="./postinstall.sh"5
lowObfuscation Densitypackage/_node_modules/esprima/dist/esprima.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/@babel/helper-validator-identifier/lib/identifier.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/json5/dist/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/json5/dist/index.min.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/cjs-module-lexer/lexer.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/moment/min/locales.min.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/moment/min/moment-with-locales.min.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/.package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/json5/dist/index.min.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/_node_modules/json5/dist/index.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts5
  • postinstall./postinstall.sh
  • postpackgit diff --quiet --exit-code || (echo 'Not clean, refusing to publish!\n\n' && exit 1)
  • postpublishgit tag utils-ros@${npm_package_version}
  • prepackcat ../docs.js | node --input-type=module - ros
  • testjest --watch
Dependencies1
  • @transitive-sdk/utils^0.17.1
Optional dependencies2
  • rosnodejsgithub:chfritz/rosjs
  • zeromq^6.5.0