ios-simulator-skill
Fail
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill makes extensive use of the
subprocessmodule to execute system developer tools such asxcrun simctl,idb, andplutil. This is the intended mechanism for simulator management. - [PROMPT_INJECTION] (HIGH): Category 8: Indirect Prompt Injection risk. The skill ingests untrusted UI data that could contain malicious instructions. 1. Ingestion points:
scripts/common/idb_utils.pyfetches the accessibility tree from running simulator apps;scripts/push_notification.pyaccepts arbitrary JSON payloads. 2. Boundary markers: Absent. UI text from elements is not delimited or marked as untrusted. 3. Capability inventory: Significant side-effect capabilities includingscripts/app_launcher.py(install/uninstall/launch),scripts/privacy_manager.py(grant/revoke permissions), andscripts/simctl_create.py(device provisioning). 4. Sanitization: Absent. No filtering of UI text content is performed.
Recommendations
- AI detected serious security threats
Audit Metadata