play-store-app-install

Pass

Audited by Gen Agent Trust Hub on Aug 8, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/playapp.py interacts with the Android Debug Bridge (adb) via subprocess.run to perform device status checks, installations, and app launches. This is the primary function of the skill and is implemented with proper input sanitization using shlex.quote to prevent shell injection vulnerabilities.
  • [SAFE]: The documentation and instructions explicitly prohibit downloading APKs from unofficial scrapers or mirror sites, citing security and provenance risks. It also correctly advises against automating Google account sign-ins to avoid breaching Terms of Service and bypassing security features like 2FA.
  • [SAFE]: The skill uses standard environment variables (ANDROID_HOME, ANDROID_SDK_ROOT) and common system paths to locate the adb binary, following standard developer workflows without attempting to modify system configurations.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 8, 2026, 04:31 PM
Security Audit — agent-trust-hub — play-store-app-install