drizzle-orm
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation and provided code examples use standard Drizzle ORM APIs and do not contain malicious code or unauthorized system access.
- [SAFE]: Security best practices are emphasized throughout the references, specifically the use of the
sqltemplate for safe parameterization and explicit warnings against passing user input tosql.raw(). - [SAFE]: External dependencies and suggested skill installations (e.g.,
tanstack-query,electricsql) are well-known technology libraries or belong to the author's verified infrastructure (oakoss/agent-skills). - [SAFE]: Database credentials and connection strings are managed via environment variables (e.g.,
process.env.DATABASE_URL) rather than being hardcoded in the skill files.
Audit Metadata