PkgRadar

Package evidence

[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.

Weekly downloads
1,492Niche · −30% score
Versions published
542Mature · −50% score
First published
Apr 2022
Publisher
sevenyzhang

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publishersevenyzhang
Artifact bytes5,306,563
Previous version2.0.3-dev.9
Published2026-05-28T11:08:16.515Z
SHA-256241e999ea9b12e38378b14d2cb9fdbc3fb9efc934ea9bd94e5cbec76126909c8

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
40Score
2.0.3-dev.10Version
Status history (1 event)
  1. newavailable · risk review · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/build-esm/28.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build-esm/avatar.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build-esm/avatar.worker.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build-esm/hand3d.worker.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/build-esm/sticker3d.worker.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/build-umd/avatar.umd.js2023261 bytes10
mediumLarge Javascript Payloadpackage/build-esm/index.js4005865 bytes10
mediumLarge Javascript Payloadpackage/build-umd/webar-sdk.umd.js4263305 bytes10

Manifest

Package metadata

Scripts18
  • buildnpm run install-pixi-dependency && npm run build-esm && npm run build-umd && npm run build-wx
  • build-demowebpack --config ./webpack/test/webpack.demo.prod.js
  • build-esmnpx webpack --config ./webpack/esm/webpack.prod.js && node upload.js
  • build-esm:devnpx webpack --config ./webpack/esm/webpack.esm.dev.js && node upload.js
  • build-hand:devnpx webpack --config ./webpack/esm/hand.dev.js && node upload.js
  • build-metricnpx webpack --config ./webpack/metric/webpack.config.js && cd ./packages/metric-solver && npm install && node enc.js
  • build-umdnpx webpack --config ./webpack/umd/webpack.umd.js
  • build-umd:devrm -rf build-umd && npx webpack --config ./webpack/umd/webpack.umd.dev.js
  • build-wxnpx webpack --config ./webpack/wx/webpack.wx.js
  • build-wx-hand:devnpx webpack --config ./webpack/wx/hand.wx.dev.js
  • build-wx:devnpx webpack --config ./webpack/wx/webpack.wx.dev.js
  • buildnrunnpm run build-esm:dev && npm run dev
  • copycopyfiles -f "build-wx/*" miniprogram/miniprogram/tencentcloud-wxar-sdk
  • devwebpack-dev-server --config ./webpack/test/webpack.dev.js --mode development
  • install-pixi-dependencycd ./packages/pixi && npm install --legacy-peer-deps
  • pack-custom-detectnode ./packages/wasm/enc.js
  • preparecd packages/pixi && npm i --legacy-peer-deps
  • testjest
Dependencies1
  • detect-gpu^5.0.14