flutter-testing
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: No security issues were identified. The skill correctly uses standard Flutter directories (test/ and integration_test/) and follows security best practices by recommending fakes and mocks over direct external dependencies.
- [COMMAND_EXECUTION]: The skill provides instructions to run standard Flutter CLI commands (e.g., flutter test). These are benign and necessary for the skill's purpose.
- [PROMPT_INJECTION]: Evaluated for indirect prompt injection risk (Category 8). The skill processes user-provided source code to generate tests. 1. Ingestion points: User-provided Flutter classes, widgets, and stack traces. 2. Boundary markers: Absent. 3. Capability inventory: Generates and formats Dart code for test files. 4. Sanitization: No explicit sanitization of input code is performed. However, as it purely generates test code for local use, the risk is minimal and intrinsic to code generation tools.
Audit Metadata