PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}\""

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
580
Versions published
28
First published
Mar 2026
Publisher
tutia

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishertutia
Artifact bytes6,555
Previous version0.3.0
Published2026-06-01T15:02:16.566Z
SHA-2567d035572a77ea025aaf12984ce90338bc57e3619c289806cf7dac91cab20dbda

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
0.3.1Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}\""5

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.main.json && tsc -p tsconfig.preload.json && npm run build:renderer && npm run copy-assets
  • build:rendereresbuild src/renderer/index.ts --bundle --outfile=dist/renderer/index.js --platform=browser --format=iife --target=es2022 --sourcemap --loader:.ts=ts
  • copy-assetsnode scripts/copy-assets.js
  • devnpm run build && electron .
  • distnpm run build && electron-builder
  • packnpm run build && electron-builder --dir
  • postinstallnode -e "try{require('electron-builder/package.json');require('child_process').execSync('electron-builder install-app-deps',{stdio:'inherit'})}catch{}"
  • startnpm run build && electron .
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies15
  • @modelcontextprotocol/sdk^1.27.1
  • @xterm/addon-fit^0.11.0
  • @xterm/addon-search^0.16.0
  • @xterm/addon-serialize^0.14.0
  • @xterm/addon-web-links^0.12.0
  • @xterm/addon-webgl^0.19.0
  • @xterm/xterm^6.0.0
  • better-sqlite3^12.10.0
  • chokidar^5.0.0
  • dompurify^3.3.3
  • electron-updater^6.8.3
  • gridstack^12.6.0
  • marked^17.0.5
  • node-pty^1.1.0
  • picomatch^4.0.3