flutter-testing
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation repository and instructional guide for implementing test automation in Flutter. It does not include executable scripts, shell commands, or network exfiltration logic. The guidelines focus on architectural decoupling (Robot Pattern) and maintainability.
- [EXTERNAL_DOWNLOADS]: The skill references established Flutter ecosystem libraries such as 'patrol', 'mocktail', and 'bloc_test'. These are widely used, reputable testing frameworks. The documentation provides standard configuration examples for these tools without introducing untrusted sources.
- [CREDENTIALS_UNSAFE]: Example CLI commands in the integration testing reference include placeholder credentials for staging environments. These are illustrative examples for utilizing environment variables (dart-define) rather than hardcoded production secrets. The skill explicitly recommends fetching credentials from the environment at runtime.
Audit Metadata