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
623
Versions published
243
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,888,095
Previous version2026.5.24-b
Published2026-05-24T09:05:51.528Z
SHA-256d67dc170c923fb77703166ff0ad3d89135d420b9ea32fecc5cdb48b80dded8c3

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.5.24-cVersion
Status history (7 events)
  1. availableavailable · risk high · score 40 · status available -> available, risk high -> high, score 28 -> 40
  2. availableavailable · risk high · score 28 · status available -> available, risk high -> high, score 40 -> 28
  3. availableavailable · risk high · score 40 · status available -> available, risk high -> high, score 126 -> 40
  4. availableavailable · risk high · score 126 · status available -> available, risk high -> high, score 219 -> 126
  5. availableavailable · risk high · score 219 · status available -> available, risk high -> high, score 244 -> 219
  6. availableavailable · risk high · score 244 · status available -> available, risk high -> high, score 452 -> 244
  7. newavailable · risk high · score 452 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

tom2012

9 members · evidence strength 84
Repeated static TTPstale

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

9 members · evidence strength 90
Repeated static TTPstale

Install-time lifecycle script — postinstall="npx electron-builder install-app-deps || true"

9 members · evidence strength 90

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-898duvMO.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