postgresql-psql
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill serves exclusively as a documentation resource and reference guide for the PostgreSQL
psqlcommand-line tool. It does not contain any executable scripts, automated tools, or hidden logic that could present a security risk. - [SAFE]: All code examples provided in
SKILL.mdandREADME.mdare standard PostgreSQL commands (SQL andpsqlmeta-commands) and common Bash wrapper patterns intended for educational and reference purposes. None of the examples perform unsafe operations like credential exfiltration or unauthorized remote code execution. - [SAFE]: The documentation explicitly promotes security best practices, such as using
.pgpassfiles with restricted permissions (chmod 600) instead of hardcoding passwords, and enabling SSL/TLS for production connections. - [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were found. The skill does not interact with external networks or untrusted data sources.
Audit Metadata