PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./scripts/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.

Versions published
6
First published
Mar 2026
Publisher
wudenggao123456

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":["[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"}'
Artifact bytes374,024
Previous version0.1.14
Published2026-05-28T17:59:53.869Z
SHA-256a0b465d4ff9f94da1b58a0831c54032a79340213fbb171ea65f4c5fb3e774f42

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.15Version
Status history (2 events)
  1. newavailable · risk review · score 5 · status changed
  2. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts18
  • assets:iconsnode ./scripts/render-icon-assets.mjs
  • build:webnode ./scripts/build-web.mjs
  • checknode --check ./core/index.js
  • desktop:checknode --check ./desktop/main.js && node --check ./desktop/preload.cjs && node --check ./desktop/renderer/app.js && node --check ./core/desktop-service.js
  • desktop:devnode ./scripts/desktop-dev.mjs
  • desktop:install-runtimenode ./node_modules/electron/install.js
  • desktop:packnpm run assets:icons && npm run build:web && node ./scripts/desktop-pack-win.mjs
  • desktop:pack:buildernpm run assets:icons && npm run build:web && node ./scripts/desktop-pack-builder.mjs
  • devvite --configLoader native
  • pack:drynpm pack
  • postinstallnode ./scripts/postinstall.mjs
  • prepublishOnlynpm run verify:publish
  • previewvite preview
  • site:checknode --check ./scripts/serve-site.mjs
  • site:devnode ./scripts/serve-site.mjs
  • startnode ./core/index.js
  • typechecknode --max-old-space-size=4096 ./node_modules/typescript/bin/tsc --noEmit
  • verify:publishnode ./scripts/prepublish-check.mjs
Dependencies10
  • @clack/prompts^1.1.0
  • @iarna/toml^2.2.5
  • @tanstack/react-query^5.95.2
  • chalk^5.4.1
  • clsx^2.1.1
  • commander^12.1.0
  • inquirer^12.6.3
  • lucide-react^1.7.0
  • react^19.2.4
  • react-dom^19.2.4