node-testing
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execSyncto perform database migrations during test setup inreferences/e2e-testing.mdandreferences/testcontainers.md. This is a standard procedure to ensure that the test database schema matches the application requirements before running tests. - [EXTERNAL_DOWNLOADS]: The skill references several well-known and trusted Node.js packages including
@testcontainers/postgresql,testcontainers,fastify,supertest, andjsonwebtoken. These dependencies are documented for their intended use in creating a robust testing environment. - [REMOTE_CODE_EXECUTION]: The skill includes instructions to use
pnpm dlx prismafor running migrations at runtime. This pattern involves the dynamic download and execution of the Prisma CLI tool from the NPM registry, which is a common and accepted practice for managing database states in automated test suites.
Audit Metadata