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
111Established · −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,256,485
Previous version1.2.1
Published2026-05-29T06:11:17.681Z
SHA-25673379a70984724a9cd7193faf5405d85fda953fee3a94d6e17624a1dd82aa7ec

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
31Score
1.2.2Version
Status history (1 event)
  1. newavailable · risk review · score 31 · 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
Show all 3 findings (low-signal and informational)
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
lowLarge Javascript Payloadpackage/lib/index.umd.js15914450 bytes0
lowLarge Javascript Payloadpackage/lib/index-0c3a5960.mjs14468202 bytes0

Manifest

Package metadata

Scripts13
  • 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
  • prepacknode scripts/prepare-publish.js
  • 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