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.

Versions published
4
First published
May 2026
Publisher
zhaozhenzhuo2015

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"}'
Artifact bytes23,014,884
Previous version1.0.1
Published2026-05-15T06:52:26.554Z
SHA-256cafb31615c6ef5a73f280b2dc67570a5864514b757594805ee26ca4c0278b3aa

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.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
mediumCredential file accesspackage/bin/index.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/bin/index.jsmatched ".npmrc"10
lowObfuscation Densitypackage/template/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts16
  • 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
  • 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