PkgRadar

Package evidence

@yancyyu/[email protected]

Install-time lifecycle script: postinstall="node ./bin/postinstall.mjs"

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
4,734Niche · −30% score
Versions published
45
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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisheryancyyu
Artifact bytes45,316,237
Previous version1.6.13
Published2026-05-26T01:37:31.851Z
SHA-256b7075bdaee286415c49206a7ffd95c6406eb2e968c8dc0dbd1e63087a4466ecb

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.6.14 vs 1.6.13: "node ./bin/postinstall.mjs"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
45Score
1.6.14Version
Status history (2 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 79 -> 45
  2. newavailable · risk high · score 79 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.6.14 vs 1.6.13: "node ./bin/postinstall.mjs"40
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.6.14 vs 1.6.13: "node ./bin/postinstall.mjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./bin/postinstall.mjs"5
lowObfuscation Densitypackage/dist-renderer/assets/chunk-B4BG7PRW-Cmu8IjLN.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist-renderer/assets/flowDiagram-NV44I4VS-C5z47CKB.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist-renderer/assets/index-CrOkTuIK.js6638805 bytes0

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