pytest
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOWCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- COMMAND_EXECUTION (LOW): The skill includes a utility script for executing Python tests.\n
- Evidence:
scripts/pytest-runner.shusespython -m pytestto run tests in a specified directory.\n - Risk: Running tests involves executing the code contained within them. This is the intended purpose of the skill, but agents should ensure they are running tests on trusted code.\n- EXTERNAL_DOWNLOADS (LOW): The skill recommends the installation of several well-known pytest plugins.\n
- Evidence:
pip install pytest-covinSKILL.mdand references to plugins likepytest-mockandpytest-asyncioinreferences/patterns.md.\n - Risk: Installation of external dependencies from public registries is a standard practice but constitutes an external download.
Audit Metadata