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
| 158 | const shaTag = `<!-- tag: ${headSha} -->`; |
low line 179
Buffer.from base64 decode
SourceSKILL.md
| 179 | const content = Buffer.from(fileData.content, 'base64').toString('utf-8'); |
Scanned on Jun 24, 2026
View Security Dashboard