tl-kysely-patterns
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides thorough documentation on type-safe SQL query building. It includes explicit security warnings regarding the use of
sql.raw()anddb.dynamic.ref()with unvalidated input, correctly advising developers to use allowlists to prevent SQL injection. - [EXTERNAL_DOWNLOADS]: The documentation references standard community packages and dialects within the Kysely ecosystem (e.g.,
kysely-codegen,kysely-paginate,kysely-neon). These are established tools commonly used in the TypeScript and SQL development stack. - [COMMAND_EXECUTION]: The skill provides instructions for standard developer operations using
npxfor tasks like database migrations and type generation (e.g.,npx kysely-codegen), which is routine for the described workflow.
Audit Metadata