Skip to main content

configure-git-cli

Configures Git CLI for GitHub authentication using environment variables, ensuring seamless git operations.

Install this skill

or
82/100

Security score

The configure-git-cli skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Template literal with variable interpolation in command context

SourceSKILL.md
31```bash
medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40```bash
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42cat <<EOF > ~/.git-credentials
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45chmod 600 ~/.git-credentials
medium line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71| Credentials not working | Run `rm ~/.git-credentials` and reconfigure |
low line 43

External URL reference

SourceSKILL.md
43https://${GITHUB_NAME}:${GITHUB_PAT}@github.com
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →