limrun-xcode
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Orchestrates iOS builds and simulator interactions using the vendor's 'lim' CLI tool.
- Includes commands for building (
lim xcode build), managing simulator instances (lim ios create,lim ios list-apps), and interacting with running apps. - [COMMAND_EXECUTION]: Executes local repository scripts for project-specific generation when necessary.
- Example:
make generateor other local codegen steps to create gitignored build inputs. - [EXTERNAL_DOWNLOADS]: Installs the 'lim' command-line interface from the global NPM registry.
- Command:
npm install --global lim. This is the official tool for the Limrun platform provided by the author.
Audit Metadata