kysely-advanced-sql
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference library for the Kysely query builder, covering advanced SQL features such as Common Table Expressions (CTEs), window functions, and JSON operations.
- [SAFE]: The documentation includes explicit security warnings regarding SQL injection risks associated with specific features like
sql.raw,sql.lit, anddb.dynamic. It correctly advises the use of whitelisting and parameterization (via template literals) to ensure safety. - [SAFE]: No malicious patterns, such as prompt injection, data exfiltration, persistence mechanisms, or obfuscation, were detected in the analyzed files.
- [SAFE]: The code samples demonstrate best practices for SQL safety and type safety within the context of the Kysely library.
Audit Metadata