PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="nuxt prepare"

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
2
First published
May 2026
Publisher
huangweifeng

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"}'
Publisherhuangweifeng
Artifact bytes155,642
Previous versionnone
Published2026-05-25T09:41:52.492Z
SHA-256a721eb98f84bb0d8120c8dd4cd76c0b255d7777f87d7d03f1dbb620ae574c9c3

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="nuxt prepare"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="nuxt prepare"5
lowObfuscationpackage/templates/admin-web/src/views/permission/dept/use-list.tsmatched "\\u3000"3
lowObfuscationpackage/templates/admin-web/src/views/permission/menu/use-list.tsmatched "\\u3000"3

Manifest

Package metadata

Scripts10
  • buildnuxt build
  • devnuxt dev --port 8000
  • formatprettier --write "src/**/*.{vue,ts,scss}" "nuxt.config.ts" "package.json"
  • generatenuxt generate
  • linteslint "src/**/*.{ts,vue}" "nuxt.config.ts" --max-warnings 0
  • lint:fixeslint "src/**/*.{ts,vue}" "nuxt.config.ts" --fix
  • lint:stylestylelint "src/**/*.scss" --allow-empty-input
  • postinstallnuxt prepare
  • previewnuxt preview
  • typecheckvue-tsc --noEmit