api-database-knex
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a best-practice repository for database interactions using Knex.js, emphasizing security-first patterns.\n- [SAFE]: It explicitly defines 'Red Flags' and 'Bad Examples' that warn against SQL injection via string interpolation, providing clear instructions on using parameterized bindings (
?and??) to prevent such vulnerabilities.\n- [SAFE]: Connection management guidance follows high-security standards, requiring single-instance initialization and proper pool destruction to prevent resource exhaustion and potential denial-of-service conditions.\n- [SAFE]: The skill promotes the use of environment variables (e.g.,DATABASE_URL) for sensitive configuration, which is a standard security practice for credential management.\n- [SAFE]: All external references, such as the metadata schema, target official vendor repositories (agents-inc), representing legitimate and expected development resources.
Audit Metadata