Skip to main content

make-github-actions-workflow

Create GitHub Actions workflows for CI, automation, or PR management. Use when asked to create, scaffold, or add a GitHub Actions workflow (.yml file under .github/workflows/).

Install this skill

or
94/100

Security score

The make-github-actions-workflow skill was audited on Jun 24, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158const shaTag = `<!-- tag: ${headSha} -->`;
low line 179

Buffer.from base64 decode

SourceSKILL.md
179const content = Buffer.from(fileData.content, 'base64').toString('utf-8');
Scanned on Jun 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 14.7K
Rate this skill
Categoryproductivity
UpdatedJune 24, 2026
dotnet/efcore