maestro
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides the standard installation command for the Maestro framework, which involves downloading and executing a shell script.
- Evidence:
curl -Ls "https://get.maestro.mobile.dev" | bashfound inSKILL.md. - This is the official and documented way to install the tool on supported platforms.
- [EXTERNAL_DOWNLOADS]: The skill references and fetches resources from the official domain associated with the Maestro testing framework.
- Evidence: Installation script fetched from
https://get.maestro.mobile.dev. - [COMMAND_EXECUTION]: The skill includes various shell commands for running mobile automation tests and using development tools.
- Includes commands for test execution (
maestro test), session recording (maestro record), and element inspection (maestro studio). - Demonstrates best practices for handling sensitive credentials by using environment variables during execution.
Audit Metadata