PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3995298 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
172
Versions published
254Mature · −50% score
First published
May 2025
Publisher
raven0520

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":["[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"}'
Publisherraven0520
Artifact bytes2,640,322
Previous version0.2.101
Published2026-05-28T08:25:51.247Z
SHA-256ca069270e4b9f61bda7abc1c991999ae618e7ff5d95299588fa66011baff6108

Why flagged

What the scanner saw

Large Javascript Payload: 3995298 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/auto-vue-manual.es.js3995298 bytes10
mediumLarge Javascript Payloadpackage/dist/auto-vue-manual.umd.js2656115 bytes10

Manifest

Package metadata

Scripts12
  • audit:pronpm audit --omit=dev
  • buildnpm run lint:fix && npx vue-tsc -b && rm -rf dist && vite build --config vite.config.ts && echo 'export const __VERSION__ = "'$(npm pkg get version | tr -d '"')"'" > dist/version.js
  • build-storybookstorybook build
  • build:pubnpm run build && npm run publish:latest
  • devvite --port 9000
  • dev:5173vite --port 5173
  • linteslint . --ext .js,.ts,.vue
  • lint:fixeslint . --ext .js,.ts,.vue --fix --max-warnings=0
  • publish:latestnpm version patch --no-git-tag-version && npm publish
  • storybookstorybook dev -p 6006
  • update:autonpm uni auto-vue-manual && npm i auto-vue-manual -D --save-dev && npm list auto-vue-manual
  • update:basicnpm uni auto-vue-basic && npm i auto-vue-basic -D --save-dev && npm list auto-vue-basic
Dependencies10
  • @tinymce/tinymce-vue^6.1.0
  • @vueuse/core^13.9.0
  • axios^1.13.5
  • crypto-js^4.2.0
  • dayjs^1.11.19
  • echarts^6.0.0
  • mitt^3.0.1
  • nprogress^1.0.0-1
  • tinymce^7.7.2
  • uuid^13.0.0