flutter-databases
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
flutter pub addcommand to installsqfliteandpath. These are official and well-known packages in the Flutter ecosystem used for database management and path manipulation. - [PROMPT_INJECTION]: The skill contains no instructions designed to bypass safety filters or override system instructions. The 'STOP AND ASK' pattern is used legitimately to gather user requirements before generating code.
- [DATA_EXPOSURE]: No hardcoded credentials, API keys, or access to sensitive filesystem paths (such as SSH keys or environment files) were detected. The data persistence described is restricted to local application databases.
- [SAFE]: The skill includes explicit security constraints, specifically warning against SQL injection by requiring the use of parameterized queries and forbidding string interpolation in SQL statements.
Audit Metadata