PkgRadar

Package evidence

[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
377Mature · −50% score
First published
Jun 2017
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,757,091
Previous version11.10.0-rc.2
Published2026-05-20T06:53:51.883Z
SHA-256c2135b532e71aa242ce71e853e6fca57be6e6198a297108ba56afa0b9ec8e976

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/build/lib/static/406.min.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 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/build/lib/static/406.min.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
lowObfuscation Densitypackage/build/lib/static/76.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts36
  • browsers:build-and-pushdocker buildx build -t yinfra/html-reporter-browsers --platform linux/amd64,linux/arm64 test/func/docker --push
  • browsers:build:localPLATFORM=$([ $(node -e 'console.log(process.arch)') = 'arm64' ] && echo linux/arm64 || echo linux/amd64) npm run browsers:build:single-platform
  • browsers:build:single-platformdocker build -f test/func/docker/Dockerfile --platform $PLATFORM -t yinfra/html-reporter-browsers test/func/docker --load
  • browsers:launchdocker run -it --rm --network=host $(which colima >/dev/null || echo --add-host=host.docker.internal:0.0.0.0) yinfra/html-reporter-browsers
  • buildrimraf build && npm run build:client && npm run build:server && npm run build-bundle -- --minify && npm run build:sdk
  • build-bundleesbuild ./lib/bundle/index.ts --outdir=./build/lib/bundle --bundle --format=cjs --platform=node --target=ES2021
  • build:clientcross-env NODE_ENV=production webpack build --config=webpack.prod.js --progress && npm run copy-static
  • build:client:devcross-env NODE_ENV=development webpack build --config=webpack.dev.js --progress && npm run copy-static
  • build:sdknpm run build:sdk:clean && npm run build:sdk:main && npm run build:sdk:ui-types && npm run build:sdk:ui-stub
  • build:sdk:cleanrimraf plugins-sdk/build plugins-sdk/build-ui
  • build:sdk:maintsc --project plugins-sdk/tsconfig.json
  • build:sdk:ui-stubecho 'module.exports = {};' > plugins-sdk/build-ui/lib/static/modules/plugins-sdk-ui.js
  • build:sdk:ui-typestspc --project plugins-sdk/tsconfig.ui.json
  • build:servernpx tsc
  • commitmsgconventional-changelog-lint -e
  • component-testsnpm run --workspace=test/component test
  • copy-staticcopyfiles 'lib/static/icons/*' .npmignore build
  • coveragenyc npm run test-unit
  • e2enpm run e2e:build-packages && npm run e2e:generate-fixtures ; npm run e2e:test
  • e2e:build-packagesnpm run --workspace=test/func/packages --if-present build
  • e2e:generate-fixturesnpm run --workspace=test/func/fixtures generate
  • e2e:testnpm run --workspace=test/func/tests test
  • linteslint . --ext .js,.jsx,.ts,.tsx
  • precommitnpm run lint
  • prepublishOnlynpm run build
  • releasestandard-version
  • startNODE_ENV=development webpack serve --config=webpack.dev.js --progress
  • testnpm run lint && npm run test-unit && npm run test-check-types
  • test-check-typestsc --project test/unit/lib/static/tsconfig.json && tsc --project test/tsconfig.json
  • test-unitnpm run test-unit:node && npm run test-unit:jsdom
  • …and 6 more.
Dependencies33
  • @gemini-testing/commander^2.15.3
  • @gemini-testing/sql.js^3.0.0
  • @inquirer/confirm^5.1.15
  • ansi-html-community^0.0.8
  • axios1.6.3
  • bluebird^3.5.3
  • body-parser^1.18.2
  • chalk^4.1.2
  • debug^4.1.1
  • escape-html^1.0.3
  • eventemitter26.4.7
  • express^4.16.2
  • fast-glob^3.2.12
  • filesize^8.0.6
  • fs-extra^7.0.1
  • gemini-configparser^1.4.2
  • http-codes1.0.0
  • image-size^1.0.2
  • json-stringify-safe^5.0.1
  • lodash^4.17.4
  • looks-same^10.0.1
  • nested-error-stacks^2.1.0
  • npm-which^3.0.1
  • open^8.4.2
  • ora^5.4.1
  • p-queue^5.0.0
  • qs^6.9.1
  • signal-exit^4.1.0
  • strip-ansi^6.0.1
  • tmp^0.1.0
  • …and 3 more.