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.run and subprocess.Popen to 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-known httpbin.org service 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
Risk Level
SAFE
Analyzed
Mar 9, 2026, 10:06 PM