PkgRadar

Package evidence

@yancyyu/[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,706Niche · −30% score
Versions published
26
First published
May 2026
Publisher
yancyyu

Effective trust discount applied: 30% (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":["@yancyyu/[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":["@yancyyu/[email protected]"],"fail_on":"review"}'
Publisheryancyyu
Artifact bytes45,317,632
Previous version1.6.20
Published2026-05-26T02:55:36.420Z
SHA-2567262a7b383a1567705fcc33df0fa35b58744919617b769ee609b52201803f975

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-renderer/assets/chunk-B4BG7PRW-Cmu8IjLN.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist-renderer/assets/flowDiagram-NV44I4VS-C5z47CKB.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist-renderer/assets/index-CrOkTuIK.js6638805 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-renderer/assets/chunk-B4BG7PRW-Cmu8IjLN.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist-renderer/assets/flowDiagram-NV44I4VS-C5z47CKB.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist-renderer/assets/index-CrOkTuIK.js6638805 bytes10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.mjs"5

Manifest

Package metadata

Scripts16
  • build:webvite build --config vite.web.config.ts --outDir ../../dist-renderer --emptyOutDir
  • devnode ./scripts/dev-mvp.mjs
  • dev:servertsx watch src/main/server.ts
  • dev:webvite --config vite.web.config.ts
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json,css}"
  • format:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json,css}"
  • linteslint src/ --cache --cache-location .eslintcache --cache-strategy content
  • lint:fixeslint src/ --fix --cache --cache-location .eslintcache --cache-strategy content
  • postinstallnode ./bin/postinstall.mjs
  • prepackpnpm build:web
  • preparehusky
  • startnode bin/hermit.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies87
  • @codemirror/autocomplete^6.20.0
  • @codemirror/commands^6.10.2
  • @codemirror/lang-cpp^6.0.3
  • @codemirror/lang-css^6.3.1
  • @codemirror/lang-go^6.0.1
  • @codemirror/lang-html^6.4.11
  • @codemirror/lang-java^6.0.2
  • @codemirror/lang-javascript^6.2.4
  • @codemirror/lang-json^6.0.2
  • @codemirror/lang-less^6.0.2
  • @codemirror/lang-markdown^6.5.0
  • @codemirror/lang-php^6.0.2
  • @codemirror/lang-python^6.2.1
  • @codemirror/lang-rust^6.0.2
  • @codemirror/lang-sass^6.0.2
  • @codemirror/lang-sql^6.10.0
  • @codemirror/lang-xml^6.1.0
  • @codemirror/lang-yaml^6.1.2
  • @codemirror/language^6.12.1
  • @codemirror/language-data^6.5.2
  • @codemirror/lint^6.9.5
  • @codemirror/merge^6.12.0
  • @codemirror/search^6.6.0
  • @codemirror/state^6.5.4
  • @codemirror/theme-one-dark^6.1.3
  • @codemirror/view^6.39.15
  • @dnd-kit/core^6.3.1
  • @dnd-kit/sortable^10.0.0
  • @dnd-kit/utilities^3.2.2
  • @fastify/cors^11.2.0
  • …and 57 more.
Optional dependencies1
  • ioredis^5.6.1