android-ui-journey-testing

Pass

Audited by Gen Agent Trust Hub on Aug 14, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied XML files to determine the sequence of actions and assertions to perform on a device.
  • Ingestion points: Step 1 describes parsing XML structures (e.g., <journey>, <actions>, <action>) to drive the agent's behavior.
  • Boundary markers: Absent. The instructions do not include clear delimiters or directives for the agent to ignore natural language instructions that might be embedded within the XML tags.
  • Capability inventory: The skill has the capability to execute adb shell commands, which can be used to interact with the OS, type text, and manipulate the UI.
  • Sanitization: Absent. The skill does not describe any validation or sanitization of the XML content beyond basic parsing.
  • [COMMAND_EXECUTION]: The skill explicitly instructs the agent to use adb shell input commands for UI interaction.
  • Evidence: The workflow includes adb shell input tap, adb shell input swipe, and adb shell input text. While these are functional requirements for the skill's stated purpose, they represent a direct command execution interface on the connected Android device.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 14, 2026, 11:41 AM
Security Audit — agent-trust-hub — android-ui-journey-testing