capturing-preview-screenshots-in-ci
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for using shell commands via ADB, such as
adb shell am startandadb exec-out screencap, to interact with a running Android device or emulator for screenshot capture. - [COMMAND_EXECUTION]: The example GitHub Actions workflow includes a step to enable KVM (Kernel-based Virtual Machine) using
sudo teeandsudo udevadm. This is a standard and necessary procedure for running hardware-accelerated Android emulators on Linux-based CI runners. - [EXTERNAL_DOWNLOADS]: The skill references the
com.github.skydoves.compose.hotswan.compilerGradle plugin and thecom.github.skydoves.compose.hotswan:previewlibrary. These resources are provided by the skill author and are integral to the described functionality. - [EXTERNAL_DOWNLOADS]: The skill suggests using several standard GitHub Actions, including
actions/checkout,actions/setup-java, and the widely-usedreactivecircus/android-emulator-runnerfor hosting Android environments in CI.
Audit Metadata