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 11, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33```bash
low line 36

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
72Tell 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 76

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
221mkdir -p ~/.gstack
low line 222

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
223rm -f ~/.gstack/last-update-check
low line 224

Access to hidden dotfiles in home directory

SourceSKILL.md
224rm -f ~/.gstack/update-snoozed
low line 255

Access to hidden dotfiles in home directory

SourceSKILL.md
255~/.claude/skills/gstack/bin/gstack-update-check --force 2>/dev/null || \
Scanned on May 11, 2026
View Security Dashboard
Installation guide →
GitHub Stars 92.6K
Rate this skill
Categorydevelopment
UpdatedMay 13, 2026
garrytan/gstack