aws-aurora
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes a code snippet for a migration Lambda function that uses
child_process.execSyncto executenpx prisma migrate deploy. This is a standard practice for applying schema changes in serverless CI/CD workflows.\n - Evidence: Found
execSync('npx prisma migrate deploy', ...)in thelambdas/migrate.tsexample snippet.\n- [EXTERNAL_DOWNLOADS]: The skill recommends installing official and well-known libraries from public registries, includingboto3,prisma, and various@aws-sdkpackages, which are essential for database interaction.\n - Evidence: Recommends
npm install prisma,npm install data-api-client, andboto3for Python.
Audit Metadata