run-device
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
evalcombined withawkto parse the output ofxcodebuild -showBuildSettings. This is used to dynamically extract the build directory (DIR) and product name (NAME) to locate the built application. - [EXTERNAL_DOWNLOADS]: The skill references the well-known
libimobiledevicelibrary and suggests installation via Homebrew (brew install libimobiledevice) to enable screenshot capabilities on physical hardware. It also provides a link to the project's official website at libimobiledevice.org. - [COMMAND_EXECUTION]: Multiple shell commands are utilized to interact with iOS devices, including
xcrun devicectlfor installation and process management, andPlistBuddyfor reading application metadata fromInfo.plist.
Audit Metadata