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 execSync to run database migrations via npx prisma migrate deploy. This is a standard procedure for preparing a test database environment.
  • [DYNAMIC_EXECUTION]: The clearDatabase function uses Prisma's $executeRawUnsafe to 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/checkout and actions/setup-node) from GitHub's marketplace. These are standard, trusted integrations for CI/CD pipelines.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 09:31 AM
Security Audit — agent-trust-hub — integration-test-builder