electron-development
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a defensive educational resource for secure Electron development and contains no malicious code.- [SAFE]: It enforces critical security configurations, including
contextIsolation: true,sandbox: true, andnodeIntegration: false, which are essential for preventing Remote Code Execution (RCE) vulnerabilities.- [SAFE]: It demonstrates secure Inter-Process Communication (IPC) usingcontextBridgeand explicit channel whitelisting to prevent unauthorized access to system APIs from the renderer process.- [SAFE]: It provides clear patterns for preventing navigation hijacking and sanitizing external URLs before using system shells.- [SAFE]: All mentioned dependencies and development tools (e.g., electron-builder, playwright, vite, vitest) are reputable, industry-standard packages.
Audit Metadata