PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2194835 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.

Versions published
283Mature · −50% score
First published
Apr 2021
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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes1,091,847
Previous version5.5.17
Published2026-03-20T21:16:51.331Z
SHA-2569bafc411220d53cb68cd338f9f94077c005df534b44bf2abb25f3f6248c6a8e7

Why flagged

What the scanner saw

Large Javascript Payload: 2194835 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/build/jodit-react.js2194835 bytes10
mediumLarge Javascript Payloadpackage/build/esm/chunk-FXV4OT2O.mjs2117260 bytes10

Manifest

Package metadata

Scripts7
  • buildnpm run build:react && npm run build:types && npm run build:esm
  • build:esmtsup src/index.ts src/JoditEditor.tsx --dts --format esm -d ./build/esm --clean
  • build:reactcross-env NODE_ENV=production node -r @swc-node/register ./node_modules/.bin/webpack --mode production
  • build:typesrm -rf ./build/types && tsc --project tsconfig.types.json && npm run remove-css
  • remove-cssreplace "import '[^']+.css';" "" ./build/**/*.ts
  • startnode -r @swc-node/register ./node_modules/.bin/webpack serve
  • watchnode -r @swc-node/register ./node_modules/.bin/webpack --watch