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,885Niche · −30% score
Versions published
547Mature · −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 bytes5,472,383
Previous version2.0.2-alpha.0
Published2026-01-07T03:36:17.580Z
SHA-256eb445d7d05a31c2dc0a5f40264a4dadb4ceb8672b8a167987b0355e7ff480574

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.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/build-esm/avatar.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/build-umd/avatar.umd.js2013456 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.js3806566 bytes0
lowObfuscation Densitypackage/build-esm/sticker3d.worker.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/build-umd/webar-sdk.umd.js4052562 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