data-seeding-fixtures-builder
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The
scripts/reset-db.tsfile includes functionality to reset a database by truncating tables. It usesprisma.$executeRawUnsafeto execute aTRUNCATEcommand. While destructive, this behavior is documented and intended for the skill's primary purpose of database seeding in development environments. The table names used in the command are sourced directly from the database schema metadata, mitigating SQL injection risks. - [EXTERNAL_DOWNLOADS] (SAFE): The skill utilizes industry-standard libraries including
@prisma/client,@faker-js/faker,tsx, and@playwright/test. These are trusted dependencies typically used for the described use case.
Audit Metadata