PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

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
1
First published
Jun 2026
Publisher
paul-simon

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"}'
Publisherpaul-simon
Artifact bytes493,492
Previous versionnone
Published2026-06-13T11:36:48.523Z
SHA-256c8a56beb0dd45b3f1c5a3716804da67b406e6790e566c84c13e9644503a239f6

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 total version(s), has lifecycle hook

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="electron-builder install-app-deps"5
lowObfuscation Densitypackage/piwa-desktop/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildnpm run typecheck && electron-vite build
  • build:linuxelectron-vite build && electron-builder --linux
  • build:macelectron-vite build && electron-builder --mac
  • build:unpacknpm run build && electron-builder --dir
  • build:winnpm run build && electron-builder --win
  • develectron-vite dev
  • formatprettier --write .
  • linteslint --cache .
  • postinstallelectron-builder install-app-deps
  • startelectron-vite preview
  • typechecknpm run typecheck:node && npm run typecheck:web
  • typecheck:nodetsc --noEmit -p tsconfig.node.json --composite false
  • typecheck:webtsc --noEmit -p tsconfig.web.json --composite false
Dependencies8
  • @electron-toolkit/preload^3.0.2
  • @electron-toolkit/utils^4.0.0
  • @mariozechner/pi-coding-agent^0.68.0
  • @whiskeysockets/baileys^7.0.0-rc.9
  • bufferutil^4.1.0
  • node-cache^5.1.2
  • pino^10.3.1
  • utf-8-validate^6.0.6