connecting-to-devices
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focus is on standard ADB (Android Debug Bridge) operations, including device listing, transport selection, and boot state polling.
- [COMMAND_EXECUTION]: Provides standard shell patterns using
awk,xargs, and loops to parse ADB output. These patterns are used for legitimate automation tasks like parallel app installation or waiting for a device to be ready. - [PRIVILEGE_ESCALATION]: Includes instructions for configuring Linux
udevrules usingsudo udevadm. This is a standard and necessary step for enabling Android device access on Linux systems and aligns with official Android development documentation. - [EXTERNAL_DOWNLOADS]: References official documentation from
developer.android.comandgooglesource.com. No downloads from untrusted or unknown sources are present.
Audit Metadata