maui-sqlite-database
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides a standard and secure implementation template for integrating SQLite databases into .NET MAUI applications.\n- [SAFE]: Instructions correctly utilize platform-specific secure app data directories via the Maui FileSystem API.\n- [SAFE]: Encourages secure coding practices by explicitly advising against using the local database for sensitive credential storage, recommending specialized secure storage APIs instead.\n- [SAFE]: The provided code uses an Object-Relational Mapper (ORM) approach for data access, which naturally mitigates SQL injection risks compared to manual string-concatenated queries.\n- [EXTERNAL_DOWNLOADS]: References the 'sqlite-net-pcl' and 'SQLitePCLRaw.bundle_green' packages from the official NuGet registry.
Audit Metadata