automate-flutter-app-releases
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The script performs filesystem and repository modifications. Evidence:
- Uses 'find' with '-delete' to remove files matching a pattern.
- Executes automated 'git commit' commands.
- Performs build and clean operations that modify the local environment.
- EXTERNAL_DOWNLOADS (LOW): The script downloads and updates external dependencies. Evidence:
- Installs 'pubspec_version' from the Dart package registry via 'pub global activate'.
- Triggers 'pod repo update' to fetch remote repository data.
Audit Metadata