flutter-expert
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Flutter CLI commands, including
flutter pub get,flutter analyze, andflutter test, which are essential for Dart package management and code validation.- [EXTERNAL_DOWNLOADS]: Recommends standard, well-maintained community packages such asdio,riverpod, andgo_router, and official tools like Flutter DevTools.- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it processes user-provided source code. - Ingestion points: Reads and generates Dart code within the project structure (e.g.,
lib/,pubspec.yaml). - Boundary markers: Uses
flutter analyzeand automated tests to validate the correctness and safety of generated logic. - Capability inventory: Includes execution of CLI-based testing and linting tools.
- Sanitization: Relies on the Dart compiler and static analysis to prevent the execution of malformed or unsafe code.
Audit Metadata