test-first-bugs
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell utilities to discover test infrastructure in the user's project.
- Evidence: The
scripts/find-tests.shscript andSKILL.mdusefind,grep, andlsto locate test directories, configuration files, and package metadata. - Context: These are standard discovery operations required for the skill's functionality.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard test runners to verify fixes.
- Evidence:
SKILL.mdandreferences/test-frameworks.mdprovide commands forpytest,npm test,go test,cargo test,rspec, and others. - [EXTERNAL_DOWNLOADS]: The skill suggests setting up common testing environments using official package managers.
- Evidence: Instructions include
pip install pytest,npm install jest, andnpm install vitest. - Context: These commands target well-known services and official registries.
Audit Metadata