PkgRadar

Package evidence

@soroka282/[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
88Established · −30% score
First published
Nov 2025
Publisher
soroka282

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

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":["@soroka282/[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":["@soroka282/[email protected]"],"fail_on":"review"}'
Publishersoroka282
Artifact bytes39,423,527
Previous version0.0.88
Published2026-06-11T14:18:02.022Z
SHA-256220507d55c809709fefdb08948a3a20ee70eb0f48916fd976b115961de16e8c3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/index-Dn1lqw3t.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 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/index-Dn1lqw3t.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/index-DzowyWG6.js3136590 bytes0
lowLarge Javascript Payloadpackage/dist/rm.ui-kit.es.js27881843 bytes0
lowLarge Javascript Payloadpackage/dist/rm.ui-kit.umd.js30836129 bytes0

Manifest

Package metadata

Scripts18
  • buildnpm run ts && vite build
  • build:storybookstorybook build
  • check:docstsx scripts/check-docs.ts
  • devvite
  • gen:manifesttsx scripts/gen-manifest.ts
  • lintnpm run lint:eslint && npm run lint:stylelint
  • lint:eslinteslint . --ext .js,.ts,.vue
  • lint:eslint:fixeslint . --ext .js,.ts,.vue --fix
  • lint:fixnpm run lint:eslint:fix && npm run sort:css && npm run lint:stylelint:fix
  • lint:stylelintstylelint "**/*.{css,scss,vue}"
  • lint:stylelint:fixstylelint "**/*.{css,scss,vue}" --fix
  • pack:npmvite build && npm pack
  • previewvite preview
  • publish:npmtsx scripts/check-docs.ts && vite build && npm publish --access public
  • publish:npm:skip-docstsx scripts/check-docs.ts --skip-docs-check && vite build && npm publish --access public
  • sort:csspostcss src/**/*.{css,scss,vue} --config postcss-sorting.config.ts --replace
  • storybookstorybook dev -p 6006
  • tsvue-tsc --declaration --emitDeclarationOnly --outDir dist
Dependencies12
  • @formkit/auto-animate^0.8.2
  • axios^1.13.1
  • maska^1.5.2
  • picocolors^1.1.1
  • qs^6.14.0
  • sanitize-html^2.13.0
  • swiper^11.2.10
  • vee-validate^4.15.1
  • vue^3.5.17
  • vue-i18n^11.1.11
  • vue-toastification^2.0.0-rc.5
  • yup^1.7.0