Skip to main content

cicd

Automates CI/CD pipelines for Laravel projects using GitHub Actions and Docker for seamless deployment and builds.

Install this skill

or
34/100

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

medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```yaml
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122```yaml
medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147```yaml
medium line 162

Template literal with variable interpolation in command context

SourceSKILL.md
162```yaml
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231```yaml
medium line 316

Template literal with variable interpolation in command context

SourceSKILL.md
316```yaml
medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45| `trigger-deploy.yml` | Após build sucesso | Webhook para Coolify |
low line 172

Webhook reference - potential data exfiltration

SourceSKILL.md
172trigger-webhook:
low line 176

Webhook reference - potential data exfiltration

SourceSKILL.md
176- name: Trigger Deploy Webhook
low line 179

Webhook reference - potential data exfiltration

SourceSKILL.md
179url: ${{ vars.DEPLOY_WEBHOOK_URL }}
medium line 188

Webhook reference - potential data exfiltration

SourceSKILL.md
188| `DEPLOY_WEBHOOK_URL` | URL webhook Coolify |
medium line 225

Webhook reference - potential data exfiltration

SourceSKILL.md
2253. `DEPLOY_WEBHOOK_URL` está configurada
low line 326

Webhook reference - potential data exfiltration

SourceSKILL.md
326trigger-webhook:
low line 331

Webhook reference - potential data exfiltration

SourceSKILL.md
331- name: Trigger Deploy Webhook
low line 334

Webhook reference - potential data exfiltration

SourceSKILL.md
334url: ${{ vars.DEPLOY_WEBHOOK_URL }}
medium line 346

Webhook reference - potential data exfiltration

SourceSKILL.md
346- Configure webhooks para deploy automático
medium line 365

Webhook reference - potential data exfiltration

SourceSKILL.md
365- [ ] Secrets configurados (GHCR_PAT, DEPLOY_WEBHOOK_URL)
medium line 369

Webhook reference - potential data exfiltration

SourceSKILL.md
369- [ ] Webhooks configurados
Scanned on May 20, 2026
View Security Dashboard
Installation guide →