retrofit-java
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses well-known, industry-standard libraries (Retrofit, OkHttp, Moshi) and recommends version-specific implementations.
- [SAFE]: It demonstrates proper security hygiene by instructing the developer to redact sensitive headers like 'Authorization' and 'Cookie' from logs.
- [SAFE]: Network logging is correctly configured to be disabled in release builds via 'BuildConfig.DEBUG' checks, preventing data leakage in production.
- [SAFE]: The inclusion of 'CertificatePinner' patterns encourages transport layer security and prevents man-in-the-middle (MITM) attacks.
- [SAFE]: Error handling and authentication interceptors are implemented using standard, non-malicious patterns.
Audit Metadata