drizzle-orm-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive reference for Drizzle ORM development. It covers schema definitions, relations, CRUD operations, and migration workflows using Drizzle Kit.
- [COMMAND_EXECUTION]: The skill references standard CLI commands such as
npx drizzle-kit generate,npx drizzle-kit migrate,npx drizzle-kit push, andnpx drizzle-kit pull. These are expected operations for database schema management within the Drizzle ecosystem. - [CREDENTIALS_UNSAFE]: The documentation correctly follows best practices by using environment variables (e.g.,
process.env.DATABASE_URL) for database connections rather than hardcoding sensitive credentials. - [DATA_EXPOSURE]: No sensitive file paths, unauthorized network operations, or data exfiltration patterns were detected. The examples provided use dummy data for illustrative purposes.
Audit Metadata