pytest-databases
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for using the 'pytest-databases' library (maintained by litestar-org). It describes how to set up and configure various database fixtures (PostgreSQL, MySQL, Redis, etc.) using Docker containers.
- [SAFE]: All external references point to official PyPI and GitHub repositories belonging to the vendor (litestar-org). This includes links to the project's source code, tests, and documentation on GitHub.
- [SAFE]: The code examples involve standard 'pytest' plugin usage, fixture definitions, and database connection logic using library-provided classes like 'PostgresService' or 'MySQLService'.
- [SAFE]: The configuration instructions correctly recommend using environment variables or session-scoped fixtures for secret management (like database passwords), which is an industry best practice.
- [SAFE]: No obfuscation, prompt injection, or suspicious data exfiltration patterns were found. The skill's behavior is entirely consistent with its stated purpose as a testing utility guide.
Audit Metadata