postgres
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of informational markdown files providing SQL optimization techniques, architectural overviews, and CLI usage examples for PostgreSQL management.
- [SAFE]: The connection string located in 'references/ps-connections.md' is a documentation template using placeholders (e.g., '', '', '') rather than hardcoded credentials, posing no security risk.
- [SAFE]: The skill explicitly promotes safety by including mandatory warnings to 'always confirm with a human' before performing any destructive database operations such as dropping indexes, detaching partitions, or terminating backends.
- [SAFE]: References to external utilities like the 'pscale' CLI and 'pg_activity' target official, well-known tools from the service provider (PlanetScale) or the open-source community.
- [SAFE]: Network-related documentation correctly specifies the requirement for SSL/TLS (port 6432 for PgBouncer or 5432 for direct) and follows security best practices for cloud-hosted databases.
Audit Metadata