PkgRadar

Package evidence

[email protected]

no findings

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
lishuhua

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"}'
Publisherlishuhua
Artifact bytes555,800
Previous versionnone
Published2026-05-27T02:45:26.771Z
SHA-25668c32095a132ed48bc220348f1c41e4e1b6f890b85335944583b10e77f1d9508

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts5
  • buildcross-env NODE_ENV=production webpack --progress --hide-modules
  • cleanrimraf ./dist
  • devcross-env NODE_ENV=development webpack-dev-server --open --hot
  • postbuildnpm publish
  • prebuildnpm run clean
Dependencies8
  • @vue-office/docx^1.6.3
  • @vue/composition-api^1.7.2
  • babel-plugin-syntax-dynamic-import^6.18.0
  • js-cookie2.2.1
  • template_js^2.4.0
  • viewerjs^1.11.7
  • vue^2.5.11
  • vue-demi^0.14.10