pytest-config
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate testing infrastructure templates. No malicious code or instructions were found.
- [EXTERNAL_DOWNLOADS]: The CI integration module references official GitHub Actions from the 'actions' organization and 'codecov', which are well-known and trusted services for automation and coverage reporting.
- [COMMAND_EXECUTION]: The skill includes a helper class in
modules/git-testing-fixtures.mdthat wrapsgitcommands using Python'ssubprocessmodule. This is a standard pattern for testing version control workflows and follows best practices by using argument lists to prevent shell injection.
Audit Metadata