tech-drizzle
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and coding standards for Drizzle ORM, promoting maintainable and type-safe database interactions.
- [SAFE]: Recommends security and safety practices, specifically advising users to manually review generated SQL migrations (
rules/migration-review-sql.md) to prevent data loss from destructive operations like unintended column drops. - [SAFE]: Encourages the principle of least privilege in data fetching by instructing the use of specific column selection (
rules/rqb-select-columns.md) to avoid accidentally exposing sensitive fields like password hashes or reset tokens. - [SAFE]: Demonstrates standard local development workflows using common tools like
pnpmandgitfor environment and version control management.
Audit Metadata