simulator-workflows
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a troubleshooting section that mentions the command
killall -9 com.apple.CoreSimulator.CoreSimulatorService. In the context of iOS development, this is a standard and common procedure to resolve simulator boot failures by restarting the background management service. It does not represent malicious system interference. - [SAFE]: The instructions prioritize the use of the
execute_simulator_commandMCP tool over direct bash commands (likexcrun simctl). This promotes structured interaction and reduces the risk of unintended side effects associated with raw shell execution.
Audit Metadata