PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
129
Versions published
5
First published
May 2026
Publisher
zhaozhenzhuo2015

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes13,976,957
Previous version1.0.3
Published2026-06-11T10:33:37.423Z
SHA-2562dfdd64d5cb924d26b0edc8008ddfd7f0429560d340dd256c7cda30d5adfb018

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 1.0.4 vs 1.0.3: "npx only-allow pnpm"

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

Availability ledger

available

high
Last checked
highRisk
55Score
1.0.4Version
Status history (1 event)
  1. newavailable · risk high · score 55 · status changed

Evidence

Static findings

4 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.4 vs 1.0.3: "npx only-allow pnpm"40
mediumCredential file accesspackage/bin/index.jsmatched ".npmrc"10
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 35 day(s) ago, 5 total version(s), has lifecycle hook10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.4 vs 1.0.3: "npx only-allow pnpm"40
mediumCredential file accesspackage/bin/index.jsmatched ".npmrc"10
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 35 day(s) ago, 5 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5
lowObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • buildvite build
  • formatprettier --write "src/**/*.{js,ts,vue,json,css,less,md}"
  • format:checkprettier --check "src/**/*.{js,ts,vue,json,css,less,md}"
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore
  • lint:checkeslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts
  • preinstallnpx only-allow pnpm
  • preparenode scripts/setup-hooks.mjs
  • previewvite preview
  • servevite
  • testvitest
  • test:coveragevitest run --coverage
  • test:coverage:uivitest --coverage --ui
  • test:reportnode scripts/generate-report.mjs
  • test:runvitest run
  • test:uivitest --ui
  • test:verify-validitynode scripts/verify-test-validity.mjs
  • test:watchvitest watch
Dependencies13
  • @element-plus/icons-vue^2.3.1
  • axios^1.6.5
  • core-js^3.6.5
  • echarts^6.0.0
  • element-plus^2.11.4
  • js-cookie^3.0.5
  • lodash^4.17.21
  • moment^2.30.1
  • pinia^3.0.4
  • qs^6.11.2
  • vue^3.0.0
  • vue-class-component^8.0.0-0
  • vue-router^4.0.0-0