PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2789558 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
194
Versions published
14Established · −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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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,985,243
Previous version0.2.9-beta.2
Published2026-06-01T20:51:57.521Z
SHA-256f72c6118452b420f2a177db5f26cb1164c0a941080e3074082341d4fa2d37b5c

Why flagged

What the scanner saw

Large Javascript Payload: 2789558 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.2.9Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js2789558 bytes0
lowLarge Javascript Payloadpackage/dist/index.umd.js2908832 bytes0

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