PkgRadar

Package evidence

@transitive-sdk/[email protected]

Remote Dependency Spec: optionalDependencies.rosnodejs="github:chfritz/rosjs"

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
507
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 bytes90,438
Previous version0.12.2
Published2026-05-27T23:28:32.231Z
SHA-2568a91fd52900c41d17c6bcf4b5004997391c6dabb60df035d754c03f0b932beb3

Why flagged

What the scanner saw

Remote Dependency Spec: optionalDependencies.rosnodejs="github:chfritz/rosjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsonoptionalDependencies.rosnodejs="github:chfritz/rosjs"35
mediumInstall Lifecycle Binary Execpackage.jsonpostinstall="./postinstall.sh"15
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
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/_package-lock.jsonhigh 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