ktor-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard boilerplate code for configuring the Ktor HTTP client within an Android environment. All listed dependencies (e.g., io.ktor:ktor-client-core) are official libraries from a well-known source.
- [SAFE]: The code samples demonstrate positive security practices, including the use of
sanitizeHeaderto prevent the leaking of Authorization tokens into logs and the inclusion of certificate pinning templates for secure network communication. - [SAFE]: Network operations are directed at a standard documentation placeholder (api.example.com) and the authentication logic uses common patterns for bearer token management without hardcoded credentials.
Audit Metadata