android-testing
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several external repositories for documentation and dependency management.
https://github.com/cashapp/turbine: A well-known library for testing Kotlin Coroutines.https://github.com/takahirom/roborazzi: A popular library for Android screenshot testing.https://github.com/android/skills: References an external repository for complementary skill setup.https://github.com/skydoves/android-testing-skills: Cited for alternative testing strategies from a well-known community contributor.- [COMMAND_EXECUTION]: Provides standard build and automation commands for Android development.
- Includes standard Gradle tasks for running unit and instrumented tests (e.g.,
./gradlew test,./gradlew connectedAndroidTest). - References environment-specific commands for skill management (
android skills list,android skills add).
Audit Metadata