PkgRadar

Package evidence

[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
199
Versions published
110Established · −30% score
First published
Aug 2025
Publisher
kaixin12345

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":["[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"}'
Publisherkaixin12345
Artifact bytes7,305,934
Previous version1.2.0
Published2026-05-28T08:49:04.970Z
SHA-256729bc2373333f9ecacc3ca036c17c805b2085beb08a3796066cce9d34729c5e2

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/lib/bundle_map.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
mediumLarge Javascript Payloadpackage/lib/index.umd.js15913144 bytes10
mediumLarge Javascript Payloadpackage/lib/index-e8d5fc75.mjs14466974 bytes10

Manifest

Package metadata

Scripts12
  • buildvue-tsc --noEmit && vite build --mode lib
  • build:libvite build --mode lib
  • build:packagevite build --config vite.config.package.ts && copy component.json dist-package\component.json
  • devvite
  • formatprettier --write src/
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
  • prepublishOnlynpm run build:lib
  • previewvite preview
  • releasenpm version patch && npm publish
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • type-checknpm run build:lib
Dependencies7
  • e-plus-dialog-vue3^1.0.23
  • gifler^0.1.0
  • html2canvas^1.4.1
  • jspdf^2.5.1
  • mitt^3.0.1
  • uuid^11.1.0
  • vant^4.9.22