Skip to main content

github-actions-creator

Facilitates the creation and management of GitHub Actions workflows for CI/CD, testing, deployment, and automation tasks.

Install this skill

or
27/100

Security score

The github-actions-creator skill was audited on Feb 28, 2026 and we found 11 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64```yaml
high line 176

Template literal with variable interpolation in command context

SourceSKILL.md
1763. **Never echo secrets:** Secrets are masked but avoid `echo ${{ secrets.X }}`
high line 179

Template literal with variable interpolation in command context

SourceSKILL.md
1796. **Avoid script injection:** Never use `${{ github.event.*.body }}` directly in `run:` — pass via environment variables
high line 180

Template literal with variable interpolation in command context

SourceSKILL.md
1807. **Use GITHUB_TOKEN:** Prefer `${{ secrets.GITHUB_TOKEN }}` over PATs when possible
medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183```yaml
medium line 220

Template literal with variable interpolation in command context

SourceSKILL.md
220```yaml
medium line 250

Template literal with variable interpolation in command context

SourceSKILL.md
250```yaml
low line 224

Access to hidden dotfiles in home directory

SourceSKILL.md
224~/.cargo/bin/
low line 225

Access to hidden dotfiles in home directory

SourceSKILL.md
225~/.cargo/registry/index/
low line 226

Access to hidden dotfiles in home directory

SourceSKILL.md
226~/.cargo/registry/cache/
medium line 39

Access to .env file

SourceSKILL.md
39- `.env.example` → environment variables needed
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →