flutter-setup-localization
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows official Flutter documentation and best practices for localization using ARB files and the ICU message format.
- [EXTERNAL_DOWNLOADS]: The skill recommends adding "flutter_localizations" (from the Flutter SDK) and "intl" (a well-known package from the official Dart package registry) as dependencies. These are standard, trusted packages for the platform.
- [COMMAND_EXECUTION]: The skill uses standard Flutter CLI commands ("flutter pub add", "flutter gen-l10n") for dependency management and code generation within the official development workflow.
Audit Metadata