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 updateStatic 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"}'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
Status history (6 events)
- available → available · risk high · score 40 · status available -> available, risk high -> high, score 28 -> 40
- available → available · risk high · score 28 · status available -> available, risk high -> high, score 126 -> 28
- available → available · risk high · score 126 · status available -> available, risk high -> high, score 219 -> 126
- available → available · risk high · score 219 · status available -> available, risk high -> high, score 244 -> 219
- available → available · risk high · score 244 · status available -> available, risk high -> high, score 455 -> 244
- new → available · risk high · score 455 · status changed
Related candidates
Linked campaigns and clusters
tom2012
9 members · evidence strength 84Install Lifecycle Suppresses Failure — postinstall="npx electron-builder install-app-deps || true"
9 members · evidence strength 90Install-time lifecycle script — postinstall="npx electron-builder install-app-deps || true"
9 members · evidence strength 90Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="npx electron-builder install-app-deps || true" | 20 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="npx electron-builder install-app-deps || true" | 20 |
| low | Credential file access | package/backend/dist/routes/filesystem.js | matched ".npmrc" | 5 |
| low | Credential file access | package/frontend/dist/assets/SettingsPage-CbTTZOeF.js | matched ".ssh/" | 5 |
| low | Credential file access | package/backend/dist/routes/update.js | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="npx electron-builder install-app-deps || true" | 5 |
| low | Obfuscation Density | package/backend/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts13
buildcd frontend && npm run build && cd ../backend && npm run buildbuild:allnpm run build && npm run build:electronbuild:electroncd electron && npx tscdev:backendcd backend && npm run devdev:frontendcd frontend && npm run devdistnpm run build:all && npx electron-builder --macdist:dmgnpm run build:all && npx electron-builder --mac dmgdist:zipnpm run build:all && npx electron-builder --mac zipelectron:devnpm run build:all && npx electron .install:allcd backend && npm install && cd ../frontend && npm installpostinstallnpx electron-builder install-app-deps || trueprepublishOnlynpm run buildsetupnode setup.js