Skip to main content

github-actions-runner

Facilitates the installation and management of GitHub Actions self-hosted runners on Linux, enhancing CI/CD workflows.

Install this skill

or
77/100

Security score

The github-actions-runner skill was audited on Mar 1, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 198

Curl to non-GitHub URL

SourceSKILL.md
198curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user | jq .login
high line 206

Curl to non-GitHub URL

SourceSKILL.md
2063. Network: `curl -s https://api.github.com` returns valid JSON
low line 183

Access to hidden dotfiles in home directory

SourceSKILL.md
183~/.config/systemd/user/github-actions-runner.service
low line 198

External URL reference

SourceSKILL.md
198curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user | jq .login
low line 206

External URL reference

SourceSKILL.md
2063. Network: `curl -s https://api.github.com` returns valid JSON
Scanned on Mar 1, 2026
View Security Dashboard