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,559Niche · −30% score
Versions published
544Mature · −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

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"}'
Publishersevenyzhang
Artifact bytes8,967,189
Previous version2.0.3-dev.10
Published2026-06-03T03:57:41.261Z
SHA-256000c41b30bcb741eab71d2fdb83160924677d86ad0d8eab1dbdaab939b756c27

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/build-esm/28.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build-esm/avatar.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/build-umd/avatar.umd.js2023261 bytes0
lowObfuscation Densitypackage/build-esm/avatar.worker.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/build-esm/hand3d.worker.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/build-esm/index.js4008310 bytes0
lowObfuscation Densitypackage/build-esm/sticker3d.worker.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/bugfix/BUG-fcf18718-350b-49ca-a430-9582e554efda/fix/webar-sdk.umd.3697e13286a9932c2b60.js6914023 bytes0
lowLarge Javascript Payloadpackage/bugfix/BUG-e289b43c-6c66-49c2-8853-eb158a243d6a/fix/webar-sdk.umd.d2dd707f42903243c514.js6912921 bytes0
lowLarge Javascript Payloadpackage/build-umd/webar-sdk.umd.js4265750 bytes0

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