limrun-xcode-and-ios-simulator
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
limCLI tool globally usingnpm install --global lim. This package is the official tool provided by the vendor for managing remote builds. - [COMMAND_EXECUTION]: Extensive use of shell commands via the
limCLI is required to build projects, create simulators, and interact with the iOS environment. This includes executing action sequences from local files usinglim ios perform --file. - [DATA_EXFILTRATION]: The core functionality of the skill involves running
lim xcode build ., which synchronizes the local project directory with Limrun's remote cloud Xcode servers. This transfer of code is necessary for the remote build and test workflow.
Audit Metadata