Skip to main content

github-actions-cicd

Facilitates the setup of CI/CD pipelines using GitHub Actions for seamless testing, building, and deployment to Kubernetes.

Install this skill

or
66/100

Security score

The github-actions-cicd skill was audited on Feb 25, 2026 and we found 14 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33```yaml
medium line 226

Template literal with variable interpolation in command context

SourceSKILL.md
226```yaml
medium line 290

Template literal with variable interpolation in command context

SourceSKILL.md
290```yaml
medium line 283

Curl to non-GitHub URL

SourceSKILL.md
283curl -f http://$FRONTEND_URL/health || exit 1
low line 366

Webhook reference - potential data exfiltration

SourceSKILL.md
366SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
medium line 436

Webhook reference - potential data exfiltration

SourceSKILL.md
436| `SLACK_WEBHOOK` | Slack notifications | CD Production |
low line 269

Access to .env file

SourceSKILL.md
269--set backend.env.DATABASE_URL=${{ secrets.STAGING_DATABASE_URL }} \
low line 270

Access to .env file

SourceSKILL.md
270--set backend.env.GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} \
low line 271

Access to .env file

SourceSKILL.md
271--set backend.env.BETTER_AUTH_SECRET=${{ secrets.BETTER_AUTH_SECRET }} \
low line 345

Access to .env file

SourceSKILL.md
345--set backend.env.DATABASE_URL=${{ secrets.PROD_DATABASE_URL }} \
low line 346

Access to .env file

SourceSKILL.md
346--set backend.env.GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} \
low line 347

Access to .env file

SourceSKILL.md
347--set backend.env.BETTER_AUTH_SECRET=${{ secrets.BETTER_AUTH_SECRET }} \
low line 136

External URL reference

SourceSKILL.md
136NEXT_PUBLIC_API_URL: http://localhost:8000
low line 283

External URL reference

SourceSKILL.md
283curl -f http://$FRONTEND_URL/health || exit 1
Scanned on Feb 25, 2026
View Security Dashboard