Skip to main content

postgres

Configures DigitalOcean Managed Postgres for secure, multi-tenant database setups with bindable variables and schema isolation.

Install this skill

or
0/100

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

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43```yaml
high line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90| `${db.DATABASE_URL}` | `postgresql://user:pass@host:25060/db?sslmode=require` |
high line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91| `${db.HOSTNAME}` | `my-db-do-user-123.db.ondigitalocean.com` |
high line 92

Template literal with variable interpolation in command context

SourceSKILL.md
92| `${db.PORT}` | `25060` |
high line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93| `${db.USERNAME}` | `myappuser` |
high line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94| `${db.PASSWORD}` | (auto-populated) |
high line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95| `${db.DATABASE}` | `myappdb` |
high line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96| `${db.CA_CERT}` | (certificate content) |
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →