PkgRadar

Package evidence

@wanghe1995/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
3
First published
May 2026
Publisher
wanghe1995

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":["@wanghe1995/[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":["@wanghe1995/[email protected]"],"fail_on":"review"}'
Publisherwanghe1995
Artifact bytes159,363
Previous version1.0.0
Published2026-05-26T23:41:24.582Z
SHA-2563682b289777773050a12ea2462d11925a6b402d7115965be16d4177d7aeb23f4

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/docx-editor-schema.umd.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/docx-editor-schema.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts6
  • buildnpm run clean && tsc && vite build
  • cleannode -e "const fs = require('fs'); if(fs.existsSync('dist')) fs.rmSync('dist', {recursive: true})"
  • devvite
  • previewvite preview
  • publishnpm install && npm publish
  • type:checktsc --noEmit
Dependencies9
  • eventemitter3^5.0.4
  • fast-deep-equal^3.1.3
  • just-debounce-it^3.2.0
  • just-merge^3.2.0
  • just-omit^2.2.0
  • just-pick^4.2.0
  • just-throttle^4.2.0
  • nanoid^5.1.11
  • rfdc^1.4.1