testing
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Android development commands including
./gradlew test,./gradlew connectedDebugAndroidTest, andadb logcat. It also includesfirebase emulators:execfor testing Firebase rules. These operations are restricted to the local development environment and are appropriate for the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: The skill references external companion skills such as
skydoves/android-testing-skillsandandroid/skills. These are well-known resources in the Android development community and are suggested as optional extensions for advanced testing scenarios. - [INDIRECT_PROMPT_INJECTION]: The skill has a data ingestion surface as it analyzes project source code, Gradle configurations, and existing test files to provide recommendations. While this constitutes an attack surface, the risk is minimal given the specialized context of Android unit and instrumented testing, and the skill includes specific operating guidance to inspect files before editing.
Audit Metadata