testing
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution Patterns: The skill describes how to execute test suites using standard npm commands such as
npm testandnpm run test:e2e. These instructions are consistent with standard development workflows for testing a codebase. - Use of Testing Frameworks: The instructions reference established testing tools and libraries, including Vitest and Playwright, which are standard for modern JavaScript and TypeScript development environments.
- Project-Specific Conventions: The skill defines clear locations for test files and provides patterns for mocking dependencies, which aligns with best practices for organized and isolated testing.
Audit Metadata