testing
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- Development Command Execution: The skill lists various npm commands for executing test suites, such as npm test and npm run test:e2e. These are standard practices for local development and testing workflows within a monorepo structure.
- Project-Specific Package Usage: References to packages such as @cloudflare/vitest-pool-workers and @repo/shared are used to define the testing environment and mock patterns. These packages are part of the project's internal infrastructure and official vendor ecosystem.
- Testing Examples: The provided code snippets demonstrate how to write tests using vitest and session-based isolation. The use of session.sandbox.exec is an expected part of the SDK's testing functionality to verify command execution in a controlled environment.
Audit Metadata