ktgbotapi-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural templates for Kotlin-based Telegram bots. No security issues, obfuscation, or malicious instructions were detected.
- [EXTERNAL_DOWNLOADS]: Documentation and code snippets reference standard libraries including Ktor, Koin, and ktgbotapi. These are used for project configuration and do not involve untrusted remote execution.
- [CREDENTIALS_UNSAFE]: The templates demonstrate best practices by using environment variables (System.getenv) and configuration properties to manage sensitive credentials like bot tokens and API keys.
- [DATA_EXFILTRATION]: There are no patterns suggesting unauthorized data collection or exfiltration. All network interactions are typical for bot-to-API and bot-to-backend communication.
Audit Metadata