Skip to main content

Kysely ORM

Enables type-safe SQL query building with Kysely in LivestockAI, ensuring compile-time validation and TypeScript inference.

Install this skill

or
89/100

Security score

The Kysely ORM skill was audited on Feb 25, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129eb('species', 'ilike', `%${search}%`),
medium line 130

Template literal with variable interpolation in command context

SourceSKILL.md
130eb('batchName', 'ilike', `%${search}%`),
low line 8

External URL reference

SourceSKILL.md
8LivestockAI uses [Kysely](https://kysely.dev) as its type-safe SQL query builder. Kysely provides compile-time SQL validation and full TypeScript inference.
Scanned on Feb 25, 2026
View Security Dashboard