postgres
Configures DigitalOcean Managed Postgres for secure, multi-tenant database setups with bindable variables and schema isolation.
Install this skill
Security score
The postgres skill was audited on Jun 8, 2026 and we found 8 security issues across 1 threat category, including 7 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 43 | ```yaml |
Template literal with variable interpolation in command context
| 90 | | `${db.DATABASE_URL}` | `postgresql://user:pass@host:25060/db?sslmode=require` | |
Template literal with variable interpolation in command context
| 91 | | `${db.HOSTNAME}` | `my-db-do-user-123.db.ondigitalocean.com` | |
Template literal with variable interpolation in command context
| 92 | | `${db.PORT}` | `25060` | |
Template literal with variable interpolation in command context
| 93 | | `${db.USERNAME}` | `myappuser` | |
Template literal with variable interpolation in command context
| 94 | | `${db.PASSWORD}` | (auto-populated) | |
Template literal with variable interpolation in command context
| 95 | | `${db.DATABASE}` | `myappdb` | |
Template literal with variable interpolation in command context
| 96 | | `${db.CA_CERT}` | (certificate content) | |