kysely
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed instructions on how to use Kysely safely, with a specific focus on preventing SQL injection through parameterized queries.
- [SAFE]: The documentation in
rules/raw-sql.mdexplicitly warns against usingsql.raw()with untrusted user input, labeling such patterns as dangerous and providing safe alternatives. - [SAFE]: The skill recommends industry-standard security practices, such as managing sensitive connection strings through environment variables.
- [SAFE]: All external Node.js dependencies identified (e.g.,
kysely,pg,mysql2,better-sqlite3,kysely-codegen) are reputable, widely-used libraries within the ecosystem.
Audit Metadata