software-android-native
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials focus entirely on legitimate Android development practices. It provides technical guidance on architecture (MVVM), UI (Compose), dependency injection (Hilt), and persistence (Room).
- [SAFE]: All external links point to official developer documentation domains, such as
developer.android.comandkotlinlang.org, which are recognized as trusted services. - [SAFE]: Recommended command-line operations are standard development tools including the Gradle Wrapper (
./gradlew) and Android Debug Bridge (adb). No suspicious piped execution or remote script downloads from unknown sources were found. - [SAFE]: The skill correctly handles sensitive development areas like API keys and credentials by recommending standard security practices, such as using environment variables and
.gitignorefor secrets, rather than hardcoding them. - [SAFE]: There is no evidence of prompt injection, obfuscated code, or persistence mechanisms meant to compromise the agent or host environment.
Audit Metadata