test-modules

Pass

Audited by Gen Agent Trust Hub on Jun 24, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/run_tests.py script utilizes the subprocess.run method to invoke the pytest command. This is the core functionality of the skill, allowing it to automate the execution of test suites.
  • Evidence: Implementation found in scripts/run_tests.py within the run_pytest method.
  • [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 like pytest.
  • Evidence: Workflows described in SKILL.md and implemented in scripts/run_tests.py.
  • [EXTERNAL_DOWNLOADS]: Documentation within the skill refers to installing well-known development dependencies such as pytest and pytest-cov from official package registries. These references are for standard development setup and do not involve untrusted sources.
  • Evidence: Installation instructions found in references/pytest-guide.md and references/coverage-guide.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 24, 2026, 05:57 AM
Security Audit — agent-trust-hub — test-modules