orca-emulator
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a dedicated CLI wrapper (
orca) to execute simulator commands. This includes high-level interactions liketap,type, andbutton, as well as a raw execution mode (exec --command) for advanced SimulatorKit features. - [EXTERNAL_DOWNLOADS]: References the
serve-simopen-source tool and its GitHub repository (github.com/EvanBacon/serve-sim). The skill mentionsnpx serve-simas a fallback, which is a standard method for executing Node.js utilities from the official registry. - [DATA_EXFILTRATION]: Contains instructions for camera injection using local files (
--file /tmp/test.mp4). This is a legitimate feature for mobile testing and does not involve exfiltration of sensitive user data. - [PROMPT_INJECTION]: The
axcommand extracts the accessibility tree from running applications. This represents an indirect prompt injection surface as the agent ingests external, untrusted UI data. - Ingestion points: UI hierarchy data ingested via
ORCA emulator ax(SKILL.md). - Boundary markers: Absent.
- Capability inventory:
tap,gesture,type, andexeccommands (SKILL.md). - Sanitization: Not specified.
Audit Metadata