desktop-multiwindow-electron
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate development patterns and code examples for Electron applications.
- [DATA_EXFILTRATION]: The skill demonstrates saving and loading window state (position, size, display ID) using the local file system. This is implemented using standard Electron APIs and the proper application data directory, posing no risk of unauthorized data exfiltration.
- [REMOTE_CODE_EXECUTION]: The code examples include the use of
webContents.loadURLto load content into window views. This is the expected and documented behavior for the Electron framework and is not used here for malicious remote code execution. - [COMMAND_EXECUTION]: Analysis of the scripts and instructions found no evidence of arbitrary command execution, privilege escalation, or persistence mechanisms.
Audit Metadata