electron-app-dev
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's main entry point (SKILL.md) provides an absolute path command (
python "C:/Users/Administrator/.claude/skills/electron-app-dev/scripts/create_electron_app.py") for users to execute a local scaffolding script. - [SAFE]: All code snippets and project templates follow industry-standard security protocols, explicitly enabling
contextIsolationandsandboxmode while disablingnodeIntegrationto prevent unauthorized access to Node.js APIs from the renderer process. - [SAFE]: The project generation script
create_electron_app.pyproduces a standard, boilerplate project structure using official and well-known dependencies from the NPM registry. - [SAFE]: The documentation includes advanced security features such as IPC sender validation and strict Content Security Policy (CSP) headers in HTML templates.
- [SAFE]: External links used in the reference files target the official Electron documentation and well-known developer resources.
Audit Metadata