PkgRadar

Package evidence

@xue5hen/[email protected]

Large Javascript Payload: 4618670 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
361
Versions published
23Mature · −50% score
First published
Dec 2020
Publisher
xue5hen

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":["@xue5hen/[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":["@xue5hen/[email protected]"],"fail_on":"review"}'
Publisherxue5hen
Artifact bytes8,329,622
Previous version0.1.23
Published2026-05-28T09:27:39.397Z
SHA-2569276b347bc2fafabfde0918366f2570cf3c8e4c9a71712f5583cd35b9608483f

Why flagged

What the scanner saw

Large Javascript Payload: 4618670 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/lib/xVueUI.common.js4618670 bytes10
mediumLarge Javascript Payloadpackage/lib/xVueUI.umd.js4619149 bytes10
mediumLarge Javascript Payloadpackage/lib/xVueUI.umd.min.js2819605 bytes10

Manifest

Package metadata

Scripts4
  • buildvue-cli-service build
  • build:libvue-cli-service build --target lib --name xVueUI --dest lib src/package.js && shx rm -rf docs/lib/xVueUI.css docs/lib/xVueUI.umd.min.js docs/lib/img docs/lib/fonts && shx cp lib/xVueUI.css docs/lib && shx cp lib/xVueUI.umd.min.js docs/lib && shx cp -r lib/img docs/lib && shx cp -r lib/fonts docs/lib
  • lintvue-cli-service lint
  • servevue-cli-service serve --open