api-database-postgresql
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill mandates the use of parameterized queries ($1, $2 placeholders) for all SQL values, providing strong protection against SQL injection vulnerabilities.
- [SAFE]: Database credentials and connection settings are managed through environment variables rather than hardcoded values, following security best practices.
- [SAFE]: The implementation of connection pooling with explicit client release in finally blocks and error event listeners ensures application stability and prevents resource exhaustion.
- [SAFE]: Usage of official and well-known Node.js packages (pg, pg-cursor, pg-query-stream) is documented correctly for high-performance data handling.
Audit Metadata