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, and git status in SKILL.md. It also invokes make for code generation and testing, and platform-specific tools like pod and gradlew for troubleshooting.
  • [EXTERNAL_DOWNLOADS]: The skill facilitates the download of Flutter SDK updates and project dependencies through the official flutter upgrade and flutter pub upgrade commands. It references official Flutter documentation at docs.flutter.dev for release notes and breaking changes.
  • [INDIRECT_PROMPT_INJECTION]:
  • Ingestion points: The skill accepts a target version via the $ARGUMENTS variable and processes project files through tools like flutter pub outdated and flutter analyze in SKILL.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 in SKILL.md.
  • Sanitization: The skill relies on the underlying CLI tools to handle inputs; no additional sanitization is implemented within the skill instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 09:23 PM