capturing-screenshots-and-screenrecord
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill describes the use of standard
adbcommands to interact with Android devices for testing purposes. This includes utilities likescreencap,screenrecord, andlogcatto capture visual and textual artifacts. These operations are performed within the local development or CI environment.- [DATA_EXFILTRATION]: The instructions cover moving captured files from the device to the host machine usingadb pullor standard output redirection. This behavior is localized and necessary for the skill's stated purpose of gathering test failure artifacts.- [PROMPT_INJECTION]: The skill ingests device logs vialogcat, which could theoretically include content from untrusted applications. While this presents an indirect prompt injection surface, it is a standard risk associated with log analysis tools and is not exploited by the skill's instructions.
Audit Metadata