coolify-manager
Facilitates management and troubleshooting of Coolify deployments, enhancing server management and application performance.
Install this skill
or
55/100
Security score
The coolify-manager skill was audited on Feb 12, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 264
Curl to non-GitHub URL
SourceSKILL.md
| 264 | curl https://site.com/wp-json/ |
high line 387
Curl to non-GitHub URL
SourceSKILL.md
| 387 | 4. Test REST API: `curl https://site.com/wp-json/` |
medium line 421
Curl to non-GitHub URL
SourceSKILL.md
| 421 | curl -H "Authorization: Bearer TOKEN" https://instance.com/api/v1/version |
medium line 43
Access to hidden dotfiles in home directory
SourceSKILL.md
| 43 | This installs to `~/.local/bin/coolify`. Ensure this directory is in the user's PATH: |
medium line 49
Access to hidden dotfiles in home directory
SourceSKILL.md
| 49 | Add this line to the user's shell configuration file (`~/.bashrc`, `~/.zshrc`, etc.) for persistence. |
medium line 403
Access to hidden dotfiles in home directory
SourceSKILL.md
| 403 | Ensure `~/.local/bin` is in PATH: |
low line 61
External URL reference
SourceSKILL.md
| 61 | coolify context add production https://coolify.example.com YOUR_API_TOKEN |
low line 153
External URL reference
SourceSKILL.md
| 153 | https://coolify-instance.com/api/v1/services/SERVICE_UUID |
low line 264
External URL reference
SourceSKILL.md
| 264 | curl https://site.com/wp-json/ |
low line 387
External URL reference
SourceSKILL.md
| 387 | 4. Test REST API: `curl https://site.com/wp-json/` |
low line 421
External URL reference
SourceSKILL.md
| 421 | curl -H "Authorization: Bearer TOKEN" https://instance.com/api/v1/version |
Scanned on Feb 12, 2026
View Security Dashboard