desktop-storage-electron
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed guidance on using standard Electron storage libraries, including
electron-store,better-sqlite3, andsafeStorage. No malicious patterns or unauthorized behaviors were detected. - [SAFE]: Security best practices are central to the skill, which explicitly warns against storing secrets in plain text and mandates the use of
safeStoragefor encrypting API keys and tokens. - [SAFE]: The skill correctly instructs developers to use
app.getPath("userData")for persistence, preventing data loss during application updates and ensuring data is stored in OS-recommended locations. - [SAFE]: Usage of native modules like
better-sqlite3is handled correctly, with instructions for using@electron/rebuildto ensure compatibility and stability.
Audit Metadata