postgresql_16

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill references the official postgres:16-alpine Docker image, which is a well-known and trusted source for database infrastructure.
  • [SAFE]: The configuration includes a pg_hba.conf setup that correctly implements a deny-by-default policy and restricts access to specific internal network ranges (10.0.0.0/8).
  • [SAFE]: The docker-compose.yml configuration follows security best practices by utilizing POSTGRES_PASSWORD_FILE for secret management instead of passing plaintext passwords through environment variables.
  • [SAFE]: The SQL instructions define roles with restricted permissions, applying the principle of least privilege by granting access only to the necessary schema and tables.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 05:28 PM