kotlin-ktor-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill consists of educational code snippets and documentation for Ktor development.
- [EXTERNAL_DOWNLOADS]: Mentions standard, well-known libraries in the Kotlin/Java ecosystem such as Ktor, Koin, kotlinx.serialization, and mockk. All references are consistent with the skill's purpose as a developer guide.
- [CREDENTIALS_UNSAFE]: Appropriately demonstrates using environment variables (${JWT_SECRET}, ${DATABASE_URL}) in configuration files instead of hardcoding sensitive information.
- [COMMAND_EXECUTION]: No shell commands or subprocess executions are present in the provided instructions or code snippets.
- [DATA_EXFILTRATION]: No network requests to unknown or suspicious domains. Data handling is limited to standard HTTP request/response patterns within the Ktor framework.
Audit Metadata