Skip to main content

app-platform-designer

Transforms natural language app descriptions into production-ready DigitalOcean App Platform specifications for seamless deployment.

Install this skill

or
18/100

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

medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141```yaml
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169```yaml
high line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229| Internal services | Not in ingress, use `${name.PRIVATE_URL}` |
high line 263

Template literal with variable interpolation in command context

SourceSKILL.md
263| `${db.DATABASE_URL}` | Database connection string |
high line 264

Template literal with variable interpolation in command context

SourceSKILL.md
264| `${service.PRIVATE_URL}` | Internal service URL |
high line 265

Template literal with variable interpolation in command context

SourceSKILL.md
265| `${service.PUBLIC_URL}` | Public service URL |
medium line 19

Access to .env file

SourceSKILL.md
19- `.env.example` — Environment variable template
medium line 227

Access to .env file

SourceSKILL.md
227| Bind to `$PORT` | `process.env.PORT \|\| 3000` |
low line 234

Access to .env file

SourceSKILL.md
234const port = process.env.PORT || 3000
low line 87

External URL reference

SourceSKILL.md
87[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/OWNER/REPO/tree/BRANCH)
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →