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-alpineDocker image, which is a well-known and trusted source for database infrastructure. - [SAFE]: The configuration includes a
pg_hba.confsetup 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.ymlconfiguration follows security best practices by utilizingPOSTGRES_PASSWORD_FILEfor 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