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
85Established · −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 bytes14,378,624
Previous version0.0.85
Published2026-05-28T12:37:50.973Z
SHA-256d0ba185ce0e9a72130260fbcd8c90a804adc3386f00c573788861992ff04d95b

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/index-T3jqfug4.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
mediumLarge Javascript Payloadpackage/dist/index-D1PfnS4S.js2780547 bytes10
mediumLarge Javascript Payloadpackage/dist/rm.ui-kit.umd.js3078171 bytes10

Manifest

Package metadata

Scripts17
  • buildnpm run ts && vite build
  • build:storybookstorybook build
  • check:docstsx scripts/check-docs.ts
  • devvite
  • 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
Dependencies11
  • @formkit/auto-animate^0.8.2
  • axios^1.13.1
  • maska^1.5.2
  • picocolors^1.1.1
  • qs^6.14.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