test-modules
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/run_tests.pyscript utilizes thesubprocess.runmethod to invoke thepytestcommand. This is the core functionality of the skill, allowing it to automate the execution of test suites. - Evidence: Implementation found in
scripts/run_tests.pywithin therun_pytestmethod. - [DYNAMIC_EXECUTION]: The skill is designed to dynamically discover and execute Python test scripts located within the
tests/directory of a project. This is standard behavior for testing frameworks likepytest. - Evidence: Workflows described in
SKILL.mdand implemented inscripts/run_tests.py. - [EXTERNAL_DOWNLOADS]: Documentation within the skill refers to installing well-known development dependencies such as
pytestandpytest-covfrom official package registries. These references are for standard development setup and do not involve untrusted sources. - Evidence: Installation instructions found in
references/pytest-guide.mdandreferences/coverage-guide.md.
Audit Metadata