PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
151
Versions published
18Established · −30% score
First published
Apr 2025
Publisher
jarivsliu

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"}'
Publisherjarivsliu
Artifact bytes2,602,954
Previous version3.1.3
Published2026-05-20T09:55:23.981Z
SHA-2566959abfc2557149e356ab3f38b61e5bc915c1e2c97eafff6bf52f32221a72356

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/lib/locale/lang/bg-BG.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/locale/lang/el-GR.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/locale/lang/kk-KZ.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts11
  • buildvant-cli build
  • build:sitevant-cli build-site
  • devvant-cli dev
  • lintvant-cli lint
  • open:coverageopen test/coverage/lcov-report/index.html
  • releasevant-cli release
  • release:sitepnpm build:site && npx gh-pages -d site-dist --add
  • testvitest run
  • test:coveragevitest run --coverage
  • test:updatevitest run -u
  • test:watchvitest
Dependencies3
  • @vant/popperjs^1.3.0
  • @vant/use^1.6.0
  • @vue/shared^3.5.12