moai-framework-electron
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The examples demonstrate runtime fetching and display of public, user-authored content—specifically electron-updater/autoUpdater checking GitHub/S3 for updates and sending releaseNotes to the renderer/dialogs, plus menu items and window handlers that open external GitHub/website URLs via shell.openExternal—so untrusted third-party content from the open web is ingested and presented.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill initializes electron-updater at runtime and permits connections to GitHub (e.g., https://api.github.com and GitHub releases like https://github.com/example/repo/releases) to check/download updates which can deliver and install executable application updates (remote code), and electron-updater is a declared runtime dependency and invoked on startup—so these external URLs are used at runtime to fetch content that can execute code.
Audit Metadata