flutter-caching-data
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established software development best practices. It specifically instructs users to use parameterized queries (
whereArgs) to prevent SQL injection vulnerabilities when interacting with SQLite databases. - [SAFE]: External dependencies referenced (such as shared_preferences, sqflite, path_provider, and cached_network_image) are well-known, standard packages within the Flutter ecosystem for the tasks described.
- [SAFE]: Use of local storage via
path_providerfollows platform guidelines by distinguishing between temporary cache directories and persistent document directories. - [SAFE]: No obfuscation, data exfiltration, or unauthorized command execution patterns were found. The code snippets provided for Dart and Kotlin are standard implementations for Flutter engine caching and data synchronization.
Audit Metadata