integration-test-builder
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill's test harness setup script utilizes
execSyncto run database migrations vianpx prisma migrate deploy. This is a standard procedure for preparing a test database environment. - [DYNAMIC_EXECUTION]: The
clearDatabasefunction uses Prisma's$executeRawUnsafeto dynamically truncate tables. In the context of a test suite resetting a database, this is an expected and legitimate use of dynamic SQL to handle varying table names. - [EXTERNAL_DOWNLOADS]: The included GitHub Actions workflow configuration fetches official actions (
actions/checkoutandactions/setup-node) from GitHub's marketplace. These are standard, trusted integrations for CI/CD pipelines.
Audit Metadata