Skip to main content

electron-builder

Provides a comprehensive guide for packaging and distributing Electron applications using electron-builder, including code signing and auto-updates.

Install this skill

or
52/100

Security score

The electron-builder skill was audited on May 21, 2026 and we found 6 security issues across 3 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103| `appId` | `com.electron.${name}` | **Do not change once deployed.** Used as bundle ID (macOS) and AUMID (Windows). |
high line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115`${arch}`, `${os}`, `${platform}`, `${name}`, `${productName}`, `${version}`, `${channel}`, `${ext}`, `${env.VAR_NAME}`
high line 134

Access to system keychain/keyring

SourceSKILL.md
134| `CSC_IDENTITY_AUTO_DISCOVERY` | `true`/`false` (macOS keychain auto-discovery) |
low line 16

External URL reference

SourceSKILL.md
16Docs: https://www.electron.build (v26.8.x)
low line 158

External URL reference

SourceSKILL.md
158endpoint: "https://eus.codesigning.azure.net"
low line 248

External URL reference

SourceSKILL.md
248url: https://example.com/releases
Scanned on May 21, 2026
View Security Dashboard
Installation guide →