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 the xcodebuild command. 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 -showBuildSettings and values from Info.plist (Step 3).
  • Boundary markers: Absent.
  • Capability inventory: The skill has access to the Bash tool 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 libimobiledevice utility via Homebrew to enable screenshot capabilities on physical devices.
  • Evidence: brew install libimobiledevice in SKILL.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
Risk Level
SAFE
Analyzed
Jun 18, 2026, 05:18 PM
Security Audit — agent-trust-hub — run-device