testing-python
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines legitimate and industry-standard Python testing practices. It promotes the use of established tools such as pytest, pytest-asyncio, and pytest-httpserver.
- [COMMAND_EXECUTION]: The documentation provides examples of using
subprocess.runandsubprocess.Popen. These are explicitly used for the intended purpose of running CLI-based tests and managing the lifecycle of local test infrastructure, such as mock DBus sessions or containerized services via podman-compose. - [EXTERNAL_DOWNLOADS]: The skill references several well-known and versioned Python packages (e.g.,
pytest,pytest-xdist,pytest-asyncio) for development environments. These are standard dependencies for the Python ecosystem. - [DATA_EXFILTRATION]: No data exfiltration patterns were detected. Examples of network activity are limited to local mock servers or well-known testing utilities like httpbin.org.
- [PROMPT_INJECTION]: The skill contains steering instructions for the agent (e.g., 'ALWAYS LOAD THIS SKILL WHEN WRITING TESTS'), but these are within the scope of defining the agent's workflow for testing tasks and do not attempt to bypass safety filters or ignore prior system instructions.
Audit Metadata