PkgRadar

Package evidence

@morpho-org/[email protected]

Known Indicator Filename: package/lib/cjs/bundle.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.

Weekly downloads
4,483Niche · −30% score
Versions published
113Mature · −50% score
First published
Oct 2024
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":["@morpho-org/[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":["@morpho-org/[email protected]"],"fail_on":"review"}'
Artifact bytes62,824
Previous version5.0.1
Published2026-05-27T14:38:32.051Z
SHA-2562fe90c0776b0df6c5749438cf59936f9607dda20f8e69c67423a99980a3baf2e

Why flagged

What the scanner saw

Known Indicator Filename: package/lib/cjs/bundle.js

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/lib/cjs/bundle.jspackage/lib/cjs/bundle.js45
highKnown Indicator Filenamepackage/lib/esm/bundle.jspackage/lib/esm/bundle.js45

Manifest

Package metadata

Scripts4
  • build$npm_execpath build:cjs && $npm_execpath build:esm
  • build:cjstsc --build tsconfig.build.cjs.json && echo '{"type":"commonjs"}' > lib/cjs/package.json
  • build:esmtsc --build tsconfig.build.esm.json && echo '{"type":"module"}' > lib/esm/package.json
  • prepublish$npm_execpath build