PkgRadar

Package evidence

@riverbankcms/[email protected]

Large Javascript Payload: 5939592 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
1,387Niche · −30% score
Versions published
77Established · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,866,077
Previous version0.76.0
Published2026-06-05T14:55:53.612Z
SHA-256248d149b4274aee66cdb297c33275d7d227d2418a7e34d896600f06cdd518be9

Why flagged

What the scanner saw

Large Javascript Payload: 5939592 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.77.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/chunk-WLQBJN2Z.mjs5939592 bytes0
lowLarge Javascript Payloadpackage/dist/client/client.mjs2890205 bytes0
lowLarge Javascript Payloadpackage/dist/cli/index.mjs2110720 bytes0
lowLarge Javascript Payloadpackage/dist/client/rendering.mjs2871718 bytes0

Manifest

Package metadata

Scripts16
  • 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
  • measure:public-bundlesnode scripts/measure-public-bundles.mjs --pretty
  • 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
  • test:lazy-overrides-smokenode scripts/lazy-overrides-smoke.mjs
  • test:preview-client-next-build-smokenode scripts/preview-client-next-build-smoke.mjs
  • test:preview-client-smokenode scripts/preview-client-smoke.mjs
  • typechecktsc --noEmit
  • verify./verify.sh
Dependencies8
  • @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