PkgRadar

Package evidence

@contentful/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
685Mature · −50% score
First published
Feb 2020
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":["@contentful/[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":["@contentful/[email protected]"],"fail_on":"review"}'
Artifact bytes168,123
Previous version6.3.8
Published2026-05-28T10:25:43.281Z
SHA-2561dc97e73ac8195ad456a516eec482e8c86079711552d7600b93cf62b490fa3f0

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

review
Last checked
reviewRisk
15Score
6.3.9-canary.0Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/cjs/plugins/PasteHTML/utils/sanitizeAnchors.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
highJs Split Join Obfuscationpackage/dist/esm/plugins/PasteHTML/utils/sanitizeAnchors.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts12
  • buildyarn build:types && yarn build:cjs && yarn build:esm
  • build:cjsswc src --config-file ../../.swcrc -d dist/cjs -C module.type=commonjs
  • build:esmswc src --config-file ../../.swcrc -d dist/esm
  • build:typestsc --outDir dist/types --emitDeclarationOnly
  • linteslint ./src --ext .js,.jsx,.ts,.tsx
  • testvitest
  • test:civitest run
  • tsctsc -p ./ --noEmit
  • watchyarn concurrently "yarn:watch:*"
  • watch:cjsyarn build:cjs -w
  • watch:esmyarn build:esm -w
  • watch:typesyarn build:types --watch
Dependencies37
  • @contentful/app-sdk^4.42.0
  • @contentful/contentful-slatejs-adapter^16.1.6
  • @contentful/f36-components^6.7.1
  • @contentful/f36-icon^6.7.1
  • @contentful/f36-icons^6.7.1
  • @contentful/f36-tokens^6.1.2
  • @contentful/f36-utils^6.1.0
  • @contentful/field-editor-reference^8.3.2
  • @contentful/field-editor-shared^4.4.1
  • @contentful/rich-text-plain-text-renderer^17.0.0
  • @contentful/rich-text-types^17.2.5
  • @emotion/css^11.13.5
  • @popperjs/core^2.11.5
  • @udecode/plate-basic-marks36.0.0
  • @udecode/plate-break36.0.0
  • @udecode/plate-common36.5.9
  • @udecode/plate-core36.5.9
  • @udecode/plate-list36.0.0
  • @udecode/plate-paragraph36.0.0
  • @udecode/plate-reset-node36.0.0
  • @udecode/plate-select36.0.0
  • @udecode/plate-serializer-docx36.0.10
  • @udecode/plate-table36.5.9
  • @udecode/plate-trailing-block36.0.0
  • constate^3.3.2
  • date-fns^2.30.0
  • fast-deep-equal^3.1.3
  • is-hotkey^0.2.0
  • is-plain-obj^3.0.0
  • lodash^4.17.21
  • …and 7 more.