kotlin-exposed-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively contains educational code snippets and documentation for JetBrains Exposed ORM. No malicious patterns or security risks were identified within the instructional content or code examples.
- [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted libraries including JetBrains Exposed, HikariCP, Flyway, and official database drivers (PostgreSQL and H2). These are standard dependencies for JVM-based database development.
- [CREDENTIALS_UNSAFE]: Database setup examples demonstrate secure configuration practices by fetching credentials from the environment configuration properties rather than utilizing hardcoded secrets.
- [DATA_EXFILTRATION]: No network exfiltration or unauthorized file access patterns were detected. The demonstrated network operations are limited to standard database connection pooling and migrations using trusted tools.
- [COMMAND_EXECUTION]: The skill does not contain any suspicious shell command execution. All database interactions are performed through the Exposed ORM DSL and DAO layers.
Audit Metadata