PkgRadar

Package evidence

@dayinxisheng/[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
187
Versions published
18
First published
Apr 2026
Publisher
dayinxisheng

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":["@dayinxisheng/[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":["@dayinxisheng/[email protected]"],"fail_on":"review"}'
Publisherdayinxisheng
Artifact bytes2,974,768
Previous version1.27.0
Published2026-05-26T09:14:41.007Z
SHA-2567ec4e235202f218b07791159366b69c17691421d5117680eabdb027b1045176d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/public/assets/chunk-4TB4RGXK-BpV3pxqF.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/public/assets/flowDiagram-DWJPFMVM-BjEk7JcK.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/public/assets/chunk-4TB4RGXK-BpV3pxqF.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/public/assets/flowDiagram-DWJPFMVM-BjEk7JcK.jshigh encoded/escaped-token density12
lowCredential file accesspackage/dist/public/assets/ssh-config-_ykCGR6B.jsmatched ".ssh"5

Manifest

Package metadata

Scripts14
  • buildnode scripts/build.js
  • build:e2enode scripts/build.js --no-obfuscate
  • devconcurrently "npm run dev:server" "npm run dev:client"
  • dev:clientcd client && npm run dev
  • dev:servercd server && npm run dev
  • prebuildvitest run
  • prepublishOnlynpm run build
  • startnode bin/wikibrowser.js
  • testvitest
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:e2e:debugplaywright test --debug
  • test:e2e:uiplaywright test --ui
  • test:unitvitest run tests/unit
Dependencies9
  • better-sqlite3^11.10.0
  • compression^1.7.4
  • cors^2.8.5
  • express^4.21.0
  • express-session^1.18.0
  • glob^11.0.0
  • jieba-wasm^2.4.0
  • uuid^11.1.0
  • ws^8.18.0