asyncpg
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively uses parameterized queries ($1, $2, etc.) for database operations, which is the standard and effective defense against SQL injection.- [SAFE]: The code references the installation of 'asyncpg' via pip, which is a legitimate and widely used high-performance PostgreSQL driver.- [SAFE]: The database credentials provided in the examples (e.g., 'secure_password') are generic placeholders and do not represent actual sensitive information.- [SAFE]: All network operations in the provided code snippets are directed at 'localhost', ensuring no unexpected external data transmission is configured by default.
Audit Metadata