PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3996549 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.

Versions published
255Mature · −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

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"}'
Publisherraven0520
Artifact bytes2,641,094
Previous version0.3.3
Published2026-05-30T06:30:25.070Z
SHA-256afc54c404289c60866cb0fedcdb501303b361be8d400f81ea3130703a712bf4f

Why flagged

What the scanner saw

Large Javascript Payload: 3996549 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.3.4Version
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/auto-vue-manual.es.js3996549 bytes0
lowLarge Javascript Payloadpackage/dist/auto-vue-manual.umd.js2656997 bytes0

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