pytest
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains benign code snippets demonstrating standard usage of the pytest testing framework, including fixtures, mocking, and parametrization.
- [SAFE]: References to external Python packages (pytest, pytest-cov, pytest-xdist, pytest-asyncio) target well-known and widely trusted testing utilities.
- [SAFE]: File operations are limited to standard temporary test file creation and cleanup within the /tmp directory, which is a common practice in software testing.
Audit Metadata