digitalocean-coder
Guides the provisioning of DigitalOcean infrastructure using OpenTofu/Terraform for efficient cloud resource management.
Install this skill
Security score
The digitalocean-coder skill was audited on Feb 9, 2026 and we found 12 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 32 | ```hcl |
Template literal with variable interpolation in command context
| 46 | ```hcl |
Template literal with variable interpolation in command context
| 64 | ```hcl |
Template literal with variable interpolation in command context
| 130 | ```hcl |
Template literal with variable interpolation in command context
| 208 | ```hcl |
Template literal with variable interpolation in command context
| 255 | ```hcl |
Template literal with variable interpolation in command context
| 271 | ```hcl |
Template literal with variable interpolation in command context
| 322 | ```hcl |
Template literal with variable interpolation in command context
| 337 | ```hcl |
Access to hidden dotfiles in home directory
| 331 | public_key = file("~/.ssh/deploy.pub") |
Access to SSH directory
| 331 | public_key = file("~/.ssh/deploy.pub") |
External URL reference
| 286 | allowed_origins = ["https://${var.domain}"] |