bun-drizzle-integration
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to install standard, well-known dependencies from the NPM registry using
bun add drizzle-ormandbun add -D drizzle-kit. - [COMMAND_EXECUTION]: Includes documentation for using Drizzle CLI tools for database lifecycle management, such as
bun drizzle-kit generate,bun drizzle-kit migrate, andbun drizzle-kit studio. - [SAFE]: The provided code samples demonstrate secure database interaction patterns, including the use of an ORM to avoid raw SQL injection and the explicit use of prepared statements with
sql.placeholderfor performance and safety.
Audit Metadata