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 execSync to perform database migrations during test setup in references/e2e-testing.md and references/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, and jsonwebtoken. 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 prisma for 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
Risk Level
SAFE
Analyzed
Mar 10, 2026, 05:50 AM