electron-wrapper
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the Bun runtime environment directly from the official Bun GitHub releases page (oven-sh/bun) for platform-specific packaging.
- [COMMAND_EXECUTION]: Utilizes standard system commands like
unzip,mv, andchmodwithin build scripts to prepare the local application environment. - [SAFE]: Enforces industry security best practices within the Electron main process configuration, specifically enabling the sandbox, context isolation, and implementing navigation guards to prevent unauthorized external requests.
Audit Metadata