pytest
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill documents how to run the
pytestcommand. Aspytestis designed to execute Python code within test files, users should ensure that the test code being executed is from a trusted source. - [DYNAMIC_EXECUTION] (LOW): One code example uses
eval()to demonstrate test parametrization. While common in documentation,eval()is a dynamic execution sink that should be used with caution in real-world scenarios, particularly with untrusted input.
Audit Metadata