electron-app-dev
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and a local Python script for scaffolding Electron projects. No malicious instructions or hidden behaviors were detected.
- [SAFE]: The project initializer script (
create_electron_app.py) writes standard project structures and static file templates. It does not perform network operations or access sensitive system files. - [SAFE]: The skill actively promotes security best practices, providing templates that enable
contextIsolationandsandboxmode by default, while ensuringnodeIntegrationis disabled in the renderer. - [SAFE]: All third-party dependencies mentioned in the project templates (e.g.,
electron,react,vite) are well-known, reputable packages from the official NPM registry. - [SAFE]: The command provided in
SKILL.mdto run the initialization script uses an absolute path (C:/Users/Administrator/...), which appears to be an environment-specific placeholder and does not present a security risk.
Audit Metadata