kotlin-ktor-patterns
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains architectural patterns and code snippets for Ktor server development that follow industry standard practices without any evidence of malicious intent or hidden functionality.
- [SAFE]: Sensitive configuration management is handled correctly by using environment variable placeholders (e.g., ${JWT_SECRET}) in configuration files instead of hardcoding credentials.
- [SAFE]: The examples promote security best practices such as utilizing the Ktor authentication plugin for protecting routes and implementing request validation logic to sanitize external input.
Audit Metadata