Skip to main content

electron-app-dev

Expert in developing cross-platform desktop applications using Electron, TypeScript, and React, ensuring security and performance.

Install this skill

or
71/100

Security score

The electron-app-dev skill was audited on Feb 9, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79return Promise.reject(new Error(`Invalid channel: ${channel}`))
medium line 288

Template literal with variable interpolation in command context

SourceSKILL.md
288```json
medium line 350

Template literal with variable interpolation in command context

SourceSKILL.md
350heapUsed: `${Math.round(memory.heapUsed / 1024 / 1024)}MB`,
medium line 351

Template literal with variable interpolation in command context

SourceSKILL.md
351heapTotal: `${Math.round(memory.heapTotal / 1024 / 1024)}MB`,
low line 404

Access to hidden dotfiles in home directory

SourceSKILL.md
404// Linux: ~/.config/YourApp
low line 184

Access to .env file

SourceSKILL.md
184if (process.env.NODE_ENV === 'development') {
low line 471

Access to .env file

SourceSKILL.md
471if (process.env.NODE_ENV === 'development') {
low line 111

External URL reference

SourceSKILL.md
111win.loadURL('http://localhost:5173')
low line 117

External URL reference

SourceSKILL.md
117win.loadURL('http://localhost:5173')
low line 236

External URL reference

SourceSKILL.md
236view1.webContents.loadURL('https://example.com')
low line 240

External URL reference

SourceSKILL.md
240view2.webContents.loadURL('https://another.com')
low line 309

External URL reference

SourceSKILL.md
309"url": "http://localhost:5173",
low line 472

External URL reference

SourceSKILL.md
472win.loadURL('http://localhost:5173')
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →