pytest
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions for installing pytest and its plugins via standard package managers like pip and uv. These references point to legitimate tools and registries commonly used in Python development.\n- [DYNAMIC_EXECUTION]: The parametrization reference contains an example using eval() to test mathematical expressions. This is a common instructional pattern in testing tutorials and is used here for processing static, hardcoded test data.\n- [COMMAND_EXECUTION]: The skill documents standard pytest CLI usage for test discovery, execution control, and debugging. These functionalities are intrinsic to the framework's intended purpose and do not represent a security risk.
Audit Metadata