testing-python
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the use of
subprocess.runandsubprocess.Popento execute CLI commands, manage container lifecycles (podman-compose), and start system services (dbus-daemon) specifically for test environment isolation.- [EXTERNAL_DOWNLOADS]: References standard, well-known Python testing libraries (pytest,pytest-cov,pytest-asyncio,pytest-qt,pytest-httpserver) and utilizes the well-knownhttpbin.orgservice for network-related testing examples.- [CREDENTIALS_UNSAFE]: Includes a common placeholder credential (POSTGRES_PASSWORD: test) within a Docker Compose configuration example intended for a local, isolated test database.- [REMOTE_CODE_EXECUTION]: Demonstrates the creation of local mock binaries (e.g.,mock-telegram) using Python scripts written to the temporary file system and executed via subprocess, which is a standard pattern for testing CLI-dependent applications.
Audit Metadata