PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2789326 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
404
Versions published
13Established · −30% score
First published
Nov 2025
Publisher
harlanwang

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"}'
Publisherharlanwang
Artifact bytes6,981,091
Previous version0.2.8
Published2026-05-22T06:52:35.581Z
SHA-2567f9b73c6b4855839e9d758986f456e4311035f7a4c88da4f0d844f138146dea4

Why flagged

What the scanner saw

Large Javascript Payload: 2789326 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
14Score
0.2.9-beta.1Version
Status history (1 event)
  1. newavailable · risk review · score 14 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2789326 bytes10
mediumLarge Javascript Payloadpackage/dist/index.umd.js2907004 bytes10

Manifest

Package metadata

Scripts18
  • buildnode scripts/update-build-version.js && vue-tsc --noEmit && vite build
  • build:demovite build --config vite.config.demo.ts
  • build:typesvue-tsc --declaration --emitDeclarationOnly --outDir dist
  • checkvue-tsc --noEmit
  • devvite
  • dev:libvite build --watch
  • login:npmnpm login --registry=https://registry.npmjs.org/
  • prepack:checknode scripts/check-package-files.js
  • prepublishOnlynpm run build
  • previewvite preview
  • preview:demovite preview --config vite.config.demo.ts --outDir dist-demo
  • publish:betanpm config set registry https://registry.npmjs.org & npm publish --tag beta & npm config set registry https://registry.npmmirror.com
  • publish:npmnpm publish --registry=https://registry.npmjs.org/ --access public
  • publish:releasenpm config set registry https://registry.npmjs.org & npm run publish:npm & npm config set registry https://registry.npmmirror.com
  • testvitest
  • test:coveragevitest --coverage
  • test:uivitest --ui
  • update-buildnode scripts/update-build-version.js
Dependencies7
  • @element-plus/icons-vue^2.3.2
  • @iconify/vue^5.0.0
  • @unocss/preset-wind3^66.5.7
  • @vueuse/core^11.0.0
  • aieditor^1.4.2
  • dayjs^1.11.13
  • lodash-es^4.17.21