Skip to main content

Electron App Scaffolder

Creates a production-ready Electron application using TypeScript, React, and Vite, following best practices for development.

Install this skill

or
97/100

Security score

The Electron App Scaffolder skill was audited on Feb 19, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 235

Access to .env file

SourceSKILL.md
235if (process.env.NODE_ENV === 'development') {
low line 116

External URL reference

SourceSKILL.md
116"dev:electron": "wait-on http://localhost:5173 && electron .",
low line 236

External URL reference

SourceSKILL.md
236mainWindow.loadURL('http://localhost:5173');
Scanned on Feb 19, 2026
View Security Dashboard