android-emulator-qa
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: This skill uses
adbcommands to interact with a connected Android emulator. This includes launching applications, simulating touch events (tap/swipe), capturing screenshots, and reading system logs (logcat). These operations are standard for mobile testing and are used as intended for QA workflows. - UI Automation and Coordinate Calculation: The included Python scripts (
ui_pick.pyandui_tree_summarize.py) process XML files generated by the Androiduiautomatortool. These scripts calculate coordinates and summarize the UI tree to help the agent interact with specific UI elements. This automation is a common pattern in mobile testing frameworks. - Local File Operations: The skill utilizes temporary directories (e.g.,
/tmp/) to store screenshots and UI dumps. This is standard behavior for ephemeral data during an automation session. - Vendor-Authored Resources: The skill's components are authored by the primary vendor (openai), and the external tools required (
adb,python3,gradle) are standard developer utilities.
Audit Metadata