mobile-flutter-run-on-device
Warn
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: MEDIUMPRIVILEGE_ESCALATIONCOMMAND_EXECUTION
Full Analysis
- [PRIVILEGE_ESCALATION]: The skill instructs the agent to perform installation of dependencies using elevated privileges.
- Evidence: Use of
sudo gem install cocoapodsin the iOS setup section to install the Ruby-based dependency manager. - [COMMAND_EXECUTION]: The skill uses multiple shell commands to manage the mobile development environment and execute build processes.
- Evidence: Execution of
flutter devices,adb devices,adb pair,adb connect, andflutter runfor device communication and application launching. - Evidence: Use of
pod install --repo-updateandflutter cleanfor environment maintenance and build troubleshooting.
Audit Metadata