generating-database-seeder
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates a TypeScript/JavaScript seeder script (
src/lib/db/seeder.ts) and subsequently executes it using a shell command (npm run db:seed). This behavior is the primary intended function of the skill for setting up local database states. - [SAFE]: The instructions explicitly mention security requirements such as hashing passwords and sanitizing inputs using project utilities, which mitigates risks associated with data generation.
Audit Metadata