Skip to main content

gstack-upgrade

Facilitates upgrading gstack to the latest version, detecting install types and summarizing new features for users.

Install this skill

or
76/100

Security score

The gstack-upgrade skill was audited on May 30, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38```bash
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41[ -z "$_AUTO" ] && _AUTO=$(~/.claude/skills/gstack/bin/gstack-config get auto_upgrade 2>/dev/null || true)
low line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55~/.claude/skills/gstack/bin/gstack-config set auto_upgrade true
medium line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77Tell user the snooze duration: "Next reminder in 24h" (or 48h or 1 week, depending on level). Tip: "Set `auto_upgrade: true` in `~/.gstack/config.yaml` for automatic upgrades."
low line 81

Access to hidden dotfiles in home directory

SourceSKILL.md
81~/.claude/skills/gstack/bin/gstack-config set update_check false
medium line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
83Tell user: "Update checks disabled. Run `~/.claude/skills/gstack/bin/gstack-config set update_check true` to re-enable."
low line 163

Access to hidden dotfiles in home directory

SourceSKILL.md
163_TEAM_MODE=$(~/.claude/skills/gstack/bin/gstack-config get team_mode 2>/dev/null || echo "false")
low line 226

Access to hidden dotfiles in home directory

SourceSKILL.md
226mkdir -p ~/.gstack
low line 227

Access to hidden dotfiles in home directory

SourceSKILL.md
227echo "$OLD_VERSION" > ~/.gstack/just-upgraded-from
low line 228

Access to hidden dotfiles in home directory

SourceSKILL.md
228rm -f ~/.gstack/last-update-check
low line 229

Access to hidden dotfiles in home directory

SourceSKILL.md
229rm -f ~/.gstack/update-snoozed
low line 260

Access to hidden dotfiles in home directory

SourceSKILL.md
260~/.claude/skills/gstack/bin/gstack-update-check --force 2>/dev/null || \
Scanned on May 30, 2026
View Security Dashboard
Installation guide →
GitHub Stars 104.9K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
garrytan/gstack