app-platform-designer
Transforms natural language app descriptions into production-ready DigitalOcean App Platform specifications for seamless deployment.
Install this skill
Security score
The app-platform-designer skill was audited on Jun 8, 2026 and we found 10 security issues across 3 threat categories, including 4 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
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
| 229 | | Internal services | Not in ingress, use `${name.PRIVATE_URL}` | |
Template literal with variable interpolation in command context
| 263 | | `${db.DATABASE_URL}` | Database connection string | |
Template literal with variable interpolation in command context
| 264 | | `${service.PRIVATE_URL}` | Internal service URL | |
Template literal with variable interpolation in command context
| 265 | | `${service.PUBLIC_URL}` | Public service URL | |
Access to .env file
| 19 | - `.env.example` — Environment variable template |
Access to .env file
| 227 | | Bind to `$PORT` | `process.env.PORT \|\| 3000` | |
Access to .env file
| 234 | const port = process.env.PORT || 3000 |
External URL reference
| 87 | [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/OWNER/REPO/tree/BRANCH) |