PkgRadar

Package evidence

@ibm/[email protected]

Remote Dependency Spec: dependencies.@ibm/mobx-react-router="github:IBM/mobx-react-router"

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
10Established · −30% score
First published
Jul 2023
Publisher
gcattan

Effective trust discount applied: 30% (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":["@ibm/[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":["@ibm/[email protected]"],"fail_on":"review"}'
Publishergcattan
Artifact bytes8,194
Previous version6.1.2
Published2026-03-01T20:09:25.038Z
SHA-256a41471c2c8ea719229ea694ba241472e3e47d48dcd8499a7cba55d1d1a8c4e6e

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@ibm/mobx-react-router="github:IBM/mobx-react-router"

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

Availability ledger

available

review
Last checked
reviewRisk
24Score
6.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@ibm/mobx-react-router="github:IBM/mobx-react-router"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@ibm/mobx-react-router added in 6.1.3 vs 6.1.2: "github:IBM/mobx-react-router"12

Manifest

Package metadata

Scripts8
  • buildnpm run build:minified && npm run build:unminified
  • build:minifiedcross-env NODE_ENV=production MINIFY=true webpack --progress
  • build:unminifiedcross-env NODE_ENV=production webpack --progress
  • cleanrimraf dist
  • linteslint src __test__
  • prepublishnpm run clean && npm run lint && npm run test && npm run build
  • testnpm run lint && jest
  • test-watchjest --watch
Dependencies2
  • @ibm/mobx-react-routergithub:IBM/mobx-react-router
  • @types/node^25.0.3