Skip to main content

spaces

Configures DigitalOcean Spaces for App Platform apps, enabling file uploads, static assets, and CDN management.

Install this skill

or
69/100

Security score

The spaces skill was audited on Jun 8, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64```bash
medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75```bash
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91```yaml
low line 67

External URL reference

SourceSKILL.md
67export DO_SPACES_ENDPOINT="https://${DO_SPACES_REGION}.digitaloceanspaces.com"
low line 100

External URL reference

SourceSKILL.md
100value: ${SPACES_ENDPOINT} # e.g., https://syd1.digitaloceanspaces.com
low line 121

External URL reference

SourceSKILL.md
121| `nyc` | `nyc3` | `https://nyc3.digitaloceanspaces.com` |
low line 122

External URL reference

SourceSKILL.md
122| `sfo` | `sfo3` | `https://sfo3.digitaloceanspaces.com` |
low line 123

External URL reference

SourceSKILL.md
123| `ams` | `ams3` | `https://ams3.digitaloceanspaces.com` |
low line 124

External URL reference

SourceSKILL.md
124| `lon` | `lon1` | `https://lon1.digitaloceanspaces.com` |
low line 125

External URL reference

SourceSKILL.md
125| `fra` | `fra1` | `https://fra1.digitaloceanspaces.com` |
low line 126

External URL reference

SourceSKILL.md
126| `tor` | `tor1` | `https://tor1.digitaloceanspaces.com` |
low line 127

External URL reference

SourceSKILL.md
127| `sgp` | `sgp1` | `https://sgp1.digitaloceanspaces.com` |
low line 128

External URL reference

SourceSKILL.md
128| `blr` | `blr1` | `https://blr1.digitaloceanspaces.com` |
low line 129

External URL reference

SourceSKILL.md
129| `syd` | `syd1` | `https://syd1.digitaloceanspaces.com` |
low line 130

External URL reference

SourceSKILL.md
130| `atl` | `atl1` | `https://atl1.digitaloceanspaces.com` |
low line 147

External URL reference

SourceSKILL.md
147EP="--endpoint-url https://syd1.digitaloceanspaces.com"
low line 195

External URL reference

SourceSKILL.md
195| Standard | `https://<bucket>.<region>.digitaloceanspaces.com/<key>` |
low line 196

External URL reference

SourceSKILL.md
196| CDN | `https://<bucket>.<region>.cdn.digitaloceanspaces.com/<key>` |
low line 207

External URL reference

SourceSKILL.md
207| SignatureDoesNotMatch | Use `https://` prefix, no trailing slash |
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →