cicd
Automates CI/CD pipelines for Laravel projects using GitHub Actions and Docker for seamless deployment and builds.
Install this skill
Security score
The cicd skill was audited on May 20, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 104 | ```yaml |
Template literal with variable interpolation in command context
| 122 | ```yaml |
Template literal with variable interpolation in command context
| 147 | ```yaml |
Template literal with variable interpolation in command context
| 162 | ```yaml |
Template literal with variable interpolation in command context
| 231 | ```yaml |
Template literal with variable interpolation in command context
| 316 | ```yaml |
Webhook reference - potential data exfiltration
| 45 | | `trigger-deploy.yml` | Após build sucesso | Webhook para Coolify | |
Webhook reference - potential data exfiltration
| 172 | trigger-webhook: |
Webhook reference - potential data exfiltration
| 176 | - name: Trigger Deploy Webhook |
Webhook reference - potential data exfiltration
| 179 | url: ${{ vars.DEPLOY_WEBHOOK_URL }} |
Webhook reference - potential data exfiltration
| 188 | | `DEPLOY_WEBHOOK_URL` | URL webhook Coolify | |
Webhook reference - potential data exfiltration
| 225 | 3. `DEPLOY_WEBHOOK_URL` está configurada |
Webhook reference - potential data exfiltration
| 326 | trigger-webhook: |
Webhook reference - potential data exfiltration
| 331 | - name: Trigger Deploy Webhook |
Webhook reference - potential data exfiltration
| 334 | url: ${{ vars.DEPLOY_WEBHOOK_URL }} |
Webhook reference - potential data exfiltration
| 346 | - Configure webhooks para deploy automático |
Webhook reference - potential data exfiltration
| 365 | - [ ] Secrets configurados (GHCR_PAT, DEPLOY_WEBHOOK_URL) |
Webhook reference - potential data exfiltration
| 369 | - [ ] Webhooks configurados |