run-device
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
eval $(...)to dynamically set shell environment variables based on the output of thexcodebuildcommand. This creates a surface for command injection if build settings in the project file (e.g.,TARGET_BUILD_DIR) are manipulated to include shell metacharacters. - Ingestion points: Output from
xcodebuild -showBuildSettingsand values fromInfo.plist(Step 3). - Boundary markers: Absent.
- Capability inventory: The skill has access to the
Bashtool for command execution. - Sanitization: No sanitization or escaping is performed on extracted values before they are passed to the shell.
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the
libimobiledeviceutility via Homebrew to enable screenshot capabilities on physical devices. - Evidence:
brew install libimobiledeviceinSKILL.md(Step 6). - Context: Fetches from a well-known service (Homebrew registry). The tool is a widely used and established utility for iOS research and development.
Audit Metadata