flutter-upgrade
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands to manage the Flutter environment and project lifecycle, including
flutter upgrade,flutter pub upgrade,flutter analyze,flutter test,dart fix, andgit statusinSKILL.md. It also invokesmakefor code generation and testing, and platform-specific tools likepodandgradlewfor troubleshooting. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download of Flutter SDK updates and project dependencies through the official
flutter upgradeandflutter pub upgradecommands. It references official Flutter documentation atdocs.flutter.devfor release notes and breaking changes. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill accepts a target version via the
$ARGUMENTSvariable and processes project files through tools likeflutter pub outdatedandflutter analyzeinSKILL.md. - Boundary markers: No explicit delimiters are used for the user-provided arguments.
- Capability inventory: The skill has the ability to execute a wide range of shell commands (
flutter,dart,git,make,pod,gradlew) across all defined steps inSKILL.md. - Sanitization: The skill relies on the underlying CLI tools to handle inputs; no additional sanitization is implemented within the skill instructions.
Audit Metadata