retrofit
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate architectural guidance for Android networking using Retrofit and OkHttp. It includes patterns for dependency injection, authentication interceptors, and data serialization.
- [EXTERNAL_DOWNLOADS]: The skill references standard Android libraries including Retrofit (com.squareup.retrofit2), OkHttp (com.squareup.okhttp3), and Kotlinx Serialization (org.jetbrains.kotlinx). These are well-known, industry-standard libraries from trusted developers.
- [SAFE]: Security best practices are explicitly encouraged, such as disabling HTTP logging in release builds using
BuildConfig.DEBUG, avoiding hardcoded base URLs, and using token providers for handling authentication headers. - [SAFE]: No malicious patterns, prompt injections, or unauthorized data exfiltration techniques were detected. The code snippets follow standard Android development conventions.
Audit Metadata