PkgRadar

Package evidence

@panctl/[email protected]

Install Lifecycle Suppresses Failure: postinstall="electron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0"

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
1,964Niche · −30% score
Versions published
33
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@panctl/[email protected]"],"fail_on":"review"}'

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":["@panctl/[email protected]"],"fail_on":"review"}'
Artifact bytes6,183,916
Previous version0.20.1
Published2026-06-04T01:44:04.953Z
SHA-256af66bcc04c948733b4ab746fcb38da2c6c4b5d9311a3396e9f6c9a29262d7f21

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="electron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0"

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

Availability ledger

available

review
Last checked
reviewRisk
9Score
0.21.0Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="electron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0"20
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="electron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0"20
lowCredential file accesspackage/server/public/assets/ssh-config-CALIsjYt.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="electron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0"5
lowObfuscation Densitypackage/server/public/assets/chunk-727SXJPM-B20MuUAG.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/server/public/assets/flowDiagram-I6XJVG4X-CqTmb5hC.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/server/public/assets/index-DUic9vbZ.js3263967 bytes0

Manifest

Package metadata

Scripts13
  • buildtsdown
  • build:publishnode scripts/build-for-publish.mjs
  • devbun run --parallel dev:bundle dev:electron
  • dev:bundletsdown --watch
  • dev:electronbun run scripts/dev-electron.mjs
  • dist:linuxelectron-builder --linux AppImage --publish never
  • dist:macelectron-builder --mac dmg --universal --publish never
  • dist:winelectron-builder --win nsis --publish never
  • postinstallelectron-rebuild -f -w node-pty,better-sqlite3 2>/dev/null; exit 0
  • prepublishOnlynode scripts/build-for-publish.mjs
  • startbun run scripts/start-electron.mjs
  • testvitest run --passWithNoTests
  • typechecktsc --noEmit
Dependencies3
  • conf^13.0.0
  • electron40.6.0
  • electron-updater^6.8.3