PkgRadar

Package evidence

@mobileaction/[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
673Mature · −50% score
First published
Mar 2023
Publisher
sinanyaman

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":["@mobileaction/[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":["@mobileaction/[email protected]"],"fail_on":"review"}'
Publishersinanyaman
Artifact bytes1,572,197
Previous version1.58.17-beta.20260424193938
Published2026-04-28T06:29:07.423Z
SHA-256e98378493dba94ae62c3f185fecce8887b0dba2290dadffb5f5ca317c9686ad3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/index-CNFkcCm6.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

Manifest

Package metadata

Scripts17
  • buildyarn build-storybook
  • build-onlyvite build
  • build-storybookstorybook build && touch storybook-static/.nojekyll
  • build:localvite build && vue-tsc --emitDeclarationOnly
  • changesetchangeset
  • deploy-storybookgh-pages -d storybook-static -t true
  • devstorybook dev -p 6006
  • formatprettier --write src/
  • linteslint
  • lint:fixeslint --fix
  • previewvite preview
  • preview-storybooknpx http-server storybook-static
  • releaseyarn build:local && changeset publish
  • testvitest
  • test:coveragevitest --coverage
  • type-checkvue-tsc --noEmit -p tsconfig.vitest.json --composite false
  • versionchangeset version
Dependencies14
  • @headlessui/vue^1.7.22
  • @microsoft/fetch-event-source^2.0.1
  • @vuepic/vue-datepicker^11.0.2
  • @vueuse/core^10.9.0
  • ant-design-vue3.2.16
  • dayjs^1.11.10
  • dompurify^3.3.2
  • floating-vue^5.2.2
  • highcharts^12.5.0
  • lottie-web^5.12.2
  • marked^15.0.0
  • vue^3.5.12
  • vue-virtual-scroller^2.0.0-beta.8
  • vuedraggable^4.1.0