desktop-app
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Provides standard instructions for project scaffolding and dependency management using the
npmpackage manager (e.g.,npm create tauri-app). - [DATA_EXFILTRATION]: Includes code templates demonstrating how to implement local file system access (reading and writing) which is a standard feature for desktop applications. The examples use safe IPC patterns rather than direct Node.js API exposure.
- [SAFE]: The skill explicitly promotes security best practices for Electron development, including the implementation of
contextBridgeto isolate the renderer process from the main Node.js process. - [SAFE]: All suggested third-party libraries (e.g.,
electron-store,better-sqlite3,tauri-plugin-sql) are well-established, industry-standard tools for desktop development. - [SAFE]: The provided code snippets are instructional templates for the agent to help users build their own applications and do not perform any hidden or malicious operations on the user's environment.
Audit Metadata