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.sh uses python -m pytest to 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-cov in SKILL.md and references to plugins like pytest-mock and pytest-asyncio in references/patterns.md.\n
  • Risk: Installation of external dependencies from public registries is a standard practice but constitutes an external download.
Audit Metadata
Risk Level
LOW
Analyzed
Feb 15, 2026, 02:05 AM