Skip to main content

setup

Guides users through installing and configuring Git on various platforms, ensuring a smooth setup for development environments.

Install this skill

or
81/100

Security score

The setup skill was audited on Feb 21, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102- **macOS**: `uname -s` returns "Darwin", Homebrew (`brew`), `~/.zshrc`
medium line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103- **Linux**: `uname -s` returns "Linux", package managers (`apt`, `dnf`, `pacman`), `~/.bashrc`
medium line 247

Access to hidden dotfiles in home directory

SourceSKILL.md
247- **Global**: `~/.config/git/config` or `~/.gitconfig` (current user)
low line 369

External URL reference

SourceSKILL.md
369- [Git Official Site](https://git-scm.com/)
low line 370

External URL reference

SourceSKILL.md
370- [Git for Windows](https://git-scm.com/install/windows)
low line 371

External URL reference

SourceSKILL.md
371- [Getting Started - First-Time Git Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)
low line 372

External URL reference

SourceSKILL.md
372- [Git Configuration Documentation](https://git-scm.com/docs/git-config)
Scanned on Feb 21, 2026
View Security Dashboard