tdd-workflow
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill triggers shell commands to execute test suites for various programming languages, such as pytest for Python, go test for Go, and rspec for Ruby. This execution is performed locally within the project directory to facilitate the red-green-refactor development cycle.- [EXTERNAL_DOWNLOADS]: For TypeScript projects, the skill uses npx to run Vitest. This process typically interacts with the npm registry to ensure the test runner is available, which is a standard practice in Node.js development environments.
Audit Metadata