managed-db-services
Configures DigitalOcean Managed databases like MySQL and MongoDB for App Platform, aiding in setup and troubleshooting.
Install this skill
Security score
The managed-db-services skill was audited on May 13, 2026 and we found 15 security issues across 2 threat categories, including 7 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 59 | ```yaml |
Template literal with variable interpolation in command context
| 71 | | `${db.DATABASE_URL}` | Full connection string (PUBLIC hostname only!) | |
Template literal with variable interpolation in command context
| 72 | | `${db.HOSTNAME}` | Database host (PUBLIC hostname only!) | |
Template literal with variable interpolation in command context
| 73 | | `${db.PORT}` | Database port | |
Template literal with variable interpolation in command context
| 74 | | `${db.USERNAME}` | Database user | |
Template literal with variable interpolation in command context
| 75 | | `${db.PASSWORD}` | Database password (auto-populated) | |
Template literal with variable interpolation in command context
| 76 | | `${db.DATABASE}` | Database name | |
Template literal with variable interpolation in command context
| 77 | | `${db.CA_CERT}` | CA certificate for TLS | |
Template literal with variable interpolation in command context
| 111 | ```yaml |
Template literal with variable interpolation in command context
| 141 | ```yaml |
Template literal with variable interpolation in command context
| 169 | ```yaml |
Template literal with variable interpolation in command context
| 198 | ```yaml |
Template literal with variable interpolation in command context
| 237 | ```yaml |
External URL reference
| 91 | | OpenSearch | `OPENSEARCH` | 25060 | `https://` with basic auth | [Full guide](reference/opensearch.md) | |
External URL reference
| 250 | value: https://${search.USERNAME}:${search.PASSWORD}@${search.HOSTNAME}:${search.PORT} |