drizzle-orm
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill establishes legitimate coding standards for Drizzle ORM development.- [COMMAND_EXECUTION]: Instructions include using standard developer tools such as
drizzle-kit generateanddrizzle-kit checkto maintain database schema consistency. These commands are executed within the context of a local development environment to generate migration files.- [INDIRECT_PROMPT_INJECTION]: The skill interacts with database schema files and migration scripts. 1. Ingestion points: Drizzle schema files (e.g.,schema.ts) and migration scripts in thedrizzle/folder. 2. Boundary markers: Relies on external contract enforcement and TDD guidelines referenced via [[tdd]] and [[contracts]]. 3. Capability inventory: Subprocess execution ofdrizzle-kitCLI commands. 4. Sanitization: Relies on the standard validation logic provided by the Drizzle toolchain.
Audit Metadata