Skip to main content

GitHub About

Automatically updates GitHub repository descriptions, live site URLs, and topics by analyzing the codebase for improved visibility.

Install this skill

or
68/100

Security score

The GitHub About skill was audited on Feb 27, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77```bash
low line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37source ~/.zshrc 2>/dev/null
medium line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48| **Env Setup** | Source `~/.zshrc` to load `GH_TOKEN` |
medium line 73

Access to hidden dotfiles in home directory

SourceSKILL.md
73The `GH_TOKEN` environment variable is already configured in `~/.zshrc`. The `gh` CLI automatically uses `GH_TOKEN` when present — no browser login needed.
low line 78

Access to hidden dotfiles in home directory

SourceSKILL.md
78source ~/.zshrc 2>/dev/null
medium line 92

Access to hidden dotfiles in home directory

SourceSKILL.md
92**Important:** Always run `source ~/.zshrc` before any `gh` commands to ensure `GH_TOKEN` is loaded into the current shell session. The `gh` CLI respects `GH_TOKEN` and `GITHUB_TOKEN` environment vari
medium line 282

Access to hidden dotfiles in home directory

SourceSKILL.md
282- Authenticate via `GH_TOKEN` from `~/.zshrc` (no browser login needed)
low line 69

External URL reference

SourceSKILL.md
69Install: https://cli.github.com/
low line 156

External URL reference

SourceSKILL.md
156URL pattern: `https://<project-name>.vercel.app`
low line 162

External URL reference

SourceSKILL.md
162URL pattern: `https://<owner>.github.io/<repo>/`
low line 179

External URL reference

SourceSKILL.md
179gh repo edit --homepage "https://detected-url.com"
low line 272

External URL reference

SourceSKILL.md
272Homepage: https://example.vercel.app (updated)
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →