skip-ui-automation
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill documents the use of standard mobile development utilities such as
xcrun simctlfor iOS andadbfor Android to manage simulators and emulators. - [COMMAND_EXECUTION]: Provides shell command recipes for launching apps, running UI tests with Maestro, and managing device state. These actions are directly aligned with the skill's stated purpose of UI automation.
- [EXTERNAL_DOWNLOADS]: Includes instructions to install the Maestro UI test runner via the official Homebrew tap of its developer (
mobile-dev-inc). This is a well-known service in the mobile testing ecosystem. - [SAFE]: Troubleshooting sections provide standard cleanup commands for clearing build artifacts (e.g.,
rm -rf .build,rm -rf Android/.gradle) and resetting simulator states, which are routine tasks in Swift and Android development environments.
Audit Metadata