PkgRadar

Package evidence

@riverbankcms/[email protected]

Large Javascript Payload: 2802325 bytes

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
483
Versions published
66Established · −30% score
First published
Dec 2025
Publisher
riverbankcms

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":["@riverbankcms/[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":["@riverbankcms/[email protected]"],"fail_on":"review"}'
Publisherriverbankcms
Artifact bytes7,797,180
Previous version0.62.4
Published2026-05-22T08:05:22.498Z
SHA-25623dfd55ad09a00f8e82501cbb121fa08fb4a75daa6458f860dc693ec9b37922b

Why flagged

What the scanner saw

Large Javascript Payload: 2802325 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/client/client.mjs2802325 bytes10
mediumLarge Javascript Payloadpackage/dist/client/rendering.mjs2784130 bytes10
mediumLarge Javascript Payloadpackage/dist/preview-next/client/runtime.mjs7754069 bytes10

Manifest

Package metadata

Scripts12
  • buildpnpm clean:dist && node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js && node --max-old-space-size=4096 scripts/generate-types.mjs
  • check:declaration-hygienenode scripts/check-declaration-hygiene.mjs
  • check:packed-exportsnode scripts/check-packed-exports.mjs
  • clean:distnode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • clitsx src/cli/index.ts
  • devpnpm clean:dist && node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js --watch
  • linteslint --cache --cache-location node_modules/.cache/eslint/.eslintcache src
  • testvitest run
  • test:edge-smokesh -c "cd src/next/__fixtures__/edge-theme-smoke && mkdir -p node_modules/@riverbankcms && ln -sfn ../../../../../.. node_modules/@riverbankcms/sdk && NEXT_TELEMETRY_DISABLED=1 next build"
  • test:layout-page-hydration-smokenode scripts/layout-page-hydration-smoke.mjs
  • typechecktsc --noEmit
  • verify./verify.sh
Dependencies10
  • @riverbankcms/content-modelworkspace:*
  • @riverbankcms/site-commandsworkspace:*
  • @tanstack/react-query^5.90.20
  • commander^12.1.0
  • dotenv^16.4.5
  • fast-deep-equal^3.1.3
  • jiti^2.6.1
  • prompts^2.4.2
  • simple-git^3.27.0
  • zod^4.3.6