Skip to main content

electron-api

Guides developers in integrating new Electron APIs for frontend-to-Electron communication in Wave Terminal.

Install this skill

or
94/100

Security score

The electron-api skill was audited on May 29, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54return `data:image/png;base64,${image.toPNG().toString("base64")}`;
low line 94

Access to .env file

SourceSKILL.md
94event.returnValue = process.env.USER || "unknown";
Scanned on May 29, 2026
View Security Dashboard
Installation guide →