api-database-postgresql

Pass

Audited by Gen Agent Trust Hub on Apr 7, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill demonstrates a strong security posture by making parameterized queries a critical requirement, effectively neutralizing SQL injection risks at the architectural level.
  • [SAFE]: Connection management patterns are well-designed, emphasizing the use of pools over individual clients and providing robust error handling for idle clients to prevent process crashes.
  • [SAFE]: Resource safety is addressed through mandatory use of finally blocks for client release, preventing connection leaks that could lead to denial-of-service via pool exhaustion.
  • [SAFE]: Secure configuration practices are promoted, including the use of environment variables for sensitive credentials and enforcing SSL certificate validation in production scenarios.
  • [SAFE]: The skill provides safe patterns for advanced operations, such as using quote_ident for dynamic SQL in migrations and implementing proper locking strategies to prevent deadlocks in transactions.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 7, 2026, 01:31 AM