PkgRadar

Package evidence

@soroka282/[email protected]

Large Javascript Payload: 2777236 bytes

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
349
Versions published
83Established · −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,374,912
Previous version0.0.82
Published2026-05-21T14:53:33.285Z
SHA-25678d936a2a164fb3c93b2bb34bbadc15a8d4bc2c243db47b7c3e20e7f47acc1fe

Why flagged

What the scanner saw

Large Javascript Payload: 2777236 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
14Score
0.0.83Version
Status history (1 event)
  1. newavailable · risk review · score 14 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index-DRLusKXa.js2777236 bytes10
mediumLarge Javascript Payloadpackage/dist/rm.ui-kit.umd.js3074641 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