PkgRadar

Package evidence

@ohif/[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.

Weekly downloads
1,667Niche · −30% score
Versions published
836Mature · −50% score
First published
Jun 2023
Publisher
sedghi

Effective trust discount applied: 50% (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":["@ohif/[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":["@ohif/[email protected]"],"fail_on":"review"}'
Publishersedghi
Artifact bytes48,744,897
Previous version3.13.0-beta.86
Published2026-05-29T00:14:04.789Z
SHA-256f7cf9e2fd1c9cd80046815bc922cc4a9c26ff8748532620c3cd69ec0a97dd0c1

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
20Score
3.13.0-beta.87Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/3617.bundle.502defead09bde277a49.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
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/3617.bundle.502defead09bde277a49.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
lowLarge Javascript Payloadpackage/dist/4406.bundle.a872cad05ed37995411b.js2242641 bytes0
lowLarge Javascript Payloadpackage/dist/7537.bundle.3c7d71348190ed4e9565.js4455226 bytes0
lowLarge Javascript Payloadpackage/dist/9039.bundle.49ab126163ca208e52b3.js2031765 bytes0
lowLarge Javascript Payloadpackage/dist/9205.bundle.c974537f15d86687f6d2.js2338993 bytes0
lowLarge Javascript Payloadpackage/dist/app.bundle.50519318a7e0e4d2f0b1.js16679608 bytes0
lowLarge Javascript Payloadpackage/dist/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js8704891 bytes0
lowLarge Javascript Payloadpackage/dist/ort/ort.all.js10362393 bytes0
lowLarge Javascript Payloadpackage/dist/ort/ort.js4730907 bytes0

Manifest

Package metadata

Scripts25
  • buildnode --max_old_space_size=8096 ./../../node_modules/webpack/bin/webpack.js --progress --config .webpack/webpack.pwa.js
  • build:awscross-env NODE_ENV=development APP_CONFIG=config/aws_static.js yarn run build && gzip -9 -r dist
  • build:devcross-env NODE_ENV=development yarn run build
  • build:viewercross-env NODE_ENV=production yarn run build
  • build:viewer:ciyarn run version:update && cross-env NODE_ENV=production PUBLIC_URL=/ APP_CONFIG=config/netlify.js QUICK_BUILD=false yarn run build
  • build:viewer:democross-env NODE_ENV=production APP_CONFIG=config/demo.js HTML_TEMPLATE=rollbar.html QUICK_BUILD=false yarn run build
  • build:viewer:qacross-env NODE_ENV=production APP_CONFIG=config/google.js yarn run build
  • ci:generateSuccessVersionnode -p -e "require('./package.json').version" > success_version.txt
  • cleanshx rm -rf dist
  • clean:deepyarn run clean && shx rm -rf node_modules
  • devcross-env NODE_ENV=development webpack serve --config .webpack/webpack.pwa.js
  • dev:dcm4cheecross-env NODE_ENV=development APP_CONFIG=config/local_dcm4chee.js webpack serve --config .webpack/webpack.pwa.js
  • dev:fastrsbuild dev --config ../../rsbuild.config.ts
  • dev:no:cachecross-env NODE_ENV=development webpack serve --no-cache --config .webpack/webpack.pwa.js
  • dev:orthanccross-env NODE_ENV=development PROXY_TARGET=http://localhost:3000/pacs/dicom-web PROXY_DOMAIN=http://localhost:8042 PROXY_PATH_REWRITE_FROM=/pacs/dicom-web PROXY_PATH_REWRITE_TO=/dicom-web APP_CONFIG=config/docker-nginx-orthanc.js webpack serve --config .webpack/webpack.pwa.js
  • dev:orthanc:no:cachecross-env NODE_ENV=development PROXY_TARGET=http://localhost:3000/pacs/dicom-web PROXY_DOMAIN=http://localhost:8042 PROXY_PATH_REWRITE_FROM=/pacs/dicom-web PROXY_PATH_REWRITE_TO=/dicom-web APP_CONFIG=config/docker-nginx-orthanc.js webpack serve --no-cache --config .webpack/webpack.pwa.js
  • dev:staticcross-env NODE_ENV=development APP_CONFIG=config/local_static.js webpack serve --config .webpack/webpack.pwa.js
  • dev:vieweryarn run dev
  • startyarn run dev
  • test:e2ecypress open
  • test:e2e:localcypress run --config video=false --browser chrome --spec 'cypress/integration/common/**/*,cypress/integration/pwa/**/*'
  • test:e2e:servecross-env APP_CONFIG=config/e2e.js yarn start
  • test:unitjest --watchAll
  • test:unit:cijest --ci --runInBand --collectCoverage
  • version:updatecd ../.. && node ./version.mjs && cd platform/app
Dependencies56
  • @babel/runtime7.29.7
  • @cornerstonejs/codec-charls1.2.3
  • @cornerstonejs/codec-libjpeg-turbo-8bit1.2.2
  • @cornerstonejs/codec-openjpeg1.3.0
  • @cornerstonejs/codec-openjph2.4.7
  • @cornerstonejs/dicom-image-loader4.22.10
  • @emotion/serialize1.3.3
  • @ohif/core3.13.0-beta.87
  • @ohif/extension-cornerstone3.13.0-beta.87
  • @ohif/extension-cornerstone-dicom-rt3.13.0-beta.87
  • @ohif/extension-cornerstone-dicom-seg3.13.0-beta.87
  • @ohif/extension-cornerstone-dicom-sr3.13.0-beta.87
  • @ohif/extension-default3.13.0-beta.87
  • @ohif/extension-dicom-microscopy3.13.0-beta.87
  • @ohif/extension-dicom-pdf3.13.0-beta.87
  • @ohif/extension-dicom-video3.13.0-beta.87
  • @ohif/extension-test3.13.0-beta.87
  • @ohif/extension-ultrasound-pleura-bline3.13.0-beta.87
  • @ohif/i18n3.13.0-beta.87
  • @ohif/mode-basic-dev-mode3.13.0-beta.87
  • @ohif/mode-longitudinal3.13.0-beta.87
  • @ohif/mode-microscopy3.13.0-beta.87
  • @ohif/mode-test3.13.0-beta.87
  • @ohif/mode-ultrasound-pleura-bline3.13.0-beta.87
  • @ohif/ui3.13.0-beta.87
  • @ohif/ui-next3.13.0-beta.87
  • @svgr/webpack8.1.0
  • @types/react18.3.23
  • classnames2.5.1
  • core-js3.45.1
  • …and 26 more.