spaces
Configures DigitalOcean Spaces for App Platform apps, enabling file uploads, static assets, and CDN management.
Install this skill
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
Template literal with variable interpolation in command context
| 64 | ```bash |
Template literal with variable interpolation in command context
| 75 | ```bash |
Template literal with variable interpolation in command context
| 91 | ```yaml |
External URL reference
| 67 | export DO_SPACES_ENDPOINT="https://${DO_SPACES_REGION}.digitaloceanspaces.com" |
External URL reference
| 100 | value: ${SPACES_ENDPOINT} # e.g., https://syd1.digitaloceanspaces.com |
External URL reference
| 121 | | `nyc` | `nyc3` | `https://nyc3.digitaloceanspaces.com` | |
External URL reference
| 122 | | `sfo` | `sfo3` | `https://sfo3.digitaloceanspaces.com` | |
External URL reference
| 123 | | `ams` | `ams3` | `https://ams3.digitaloceanspaces.com` | |
External URL reference
| 124 | | `lon` | `lon1` | `https://lon1.digitaloceanspaces.com` | |
External URL reference
| 125 | | `fra` | `fra1` | `https://fra1.digitaloceanspaces.com` | |
External URL reference
| 126 | | `tor` | `tor1` | `https://tor1.digitaloceanspaces.com` | |
External URL reference
| 127 | | `sgp` | `sgp1` | `https://sgp1.digitaloceanspaces.com` | |
External URL reference
| 128 | | `blr` | `blr1` | `https://blr1.digitaloceanspaces.com` | |
External URL reference
| 129 | | `syd` | `syd1` | `https://syd1.digitaloceanspaces.com` | |
External URL reference
| 130 | | `atl` | `atl1` | `https://atl1.digitaloceanspaces.com` | |
External URL reference
| 147 | EP="--endpoint-url https://syd1.digitaloceanspaces.com" |
External URL reference
| 195 | | Standard | `https://<bucket>.<region>.digitaloceanspaces.com/<key>` | |
External URL reference
| 196 | | CDN | `https://<bucket>.<region>.cdn.digitaloceanspaces.com/<key>` | |
External URL reference
| 207 | | SignatureDoesNotMatch | Use `https://` prefix, no trailing slash | |