PkgRadar

Package evidence

@tom2012/[email protected]

Install Lifecycle Suppresses Failure: postinstall="npx electron-builder install-app-deps || true"

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
321
Versions published
247
First published
Mar 2026
Publisher
tom2012

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":["@tom2012/[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":["@tom2012/[email protected]"],"fail_on":"high"}'
Publishertom2012
Artifact bytes2,936,563
Previous version2026.6.12-b
Published2026-06-12T15:59:03.754Z
SHA-256a898883b30e4b7218bbe2ff83a495a137b0e56abffd5bf76a2155da6bd0f11ae

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="npx electron-builder install-app-deps || true"

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

Availability ledger

available

high
Last checked
highRisk
40Score
2026.6.12-cVersion
Status history (1 event)
  1. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx electron-builder install-app-deps || true"20
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npx electron-builder install-app-deps || true"20
lowCredential file accesspackage/backend/dist/routes/filesystem.jsmatched ".npmrc"5
lowCredential file accesspackage/frontend/dist/assets/SettingsPage-CoyFVnCz.jsmatched ".ssh/"5
lowCredential file accesspackage/backend/dist/routes/update.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx electron-builder install-app-deps || true"5
lowObfuscation Densitypackage/backend/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildcd frontend && npm run build && cd ../backend && npm run build
  • build:allnpm run build && npm run build:electron
  • build:electroncd electron && npx tsc
  • dev:backendcd backend && npm run dev
  • dev:frontendcd frontend && npm run dev
  • distnpm run build:all && npx electron-builder --mac
  • dist:dmgnpm run build:all && npx electron-builder --mac dmg
  • dist:zipnpm run build:all && npx electron-builder --mac zip
  • electron:devnpm run build:all && npx electron .
  • install:allcd backend && npm install && cd ../frontend && npm install
  • postinstallnpx electron-builder install-app-deps || true
  • prepublishOnlynpm run build
  • setupnode setup.js