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.ts file includes functionality to reset a database by truncating tables. It uses prisma.$executeRawUnsafe to execute a TRUNCATE command. 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:55 PM