android-debugging
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and command-line examples for Android development and debugging. It utilizes established industry tools and best practices without introducing security risks.
- [COMMAND_EXECUTION]: The skill uses shell commands like
adb,./gradlew, andjavato gather diagnostic information from Android devices and build systems. These operations are standard for the tool's intended purpose of debugging crashes, memory leaks, and build failures. - [DATA_EXFILTRATION]: The skill involves pulling logs, ANR traces, and heap dumps from an Android device to the local environment. This is a standard part of the debugging workflow and does not involve sending sensitive data to unauthorized third-party domains.
- [PROMPT_INJECTION]: As a diagnostic tool that analyzes external inputs (logs and traces), the skill has an inherent surface for indirect prompt injection. However, it does not provide methods to execute instructions from these data sources, and the risk is considered low and inherent to the diagnostic use case.
Audit Metadata