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
77/100

Security score

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

Categories Tested

Security Issues

medium line 27

Template literal with variable interpolation in command context

SourceSKILL.md
27```bash
low line 30

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
50_SNOOZE_FILE=~/.gstack/update-snoozed
medium line 66

Access to hidden dotfiles in home directory

SourceSKILL.md
66Tell 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 70

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
156mkdir -p ~/.gstack
low line 157

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
158rm -f ~/.gstack/last-update-check
low line 159

Access to hidden dotfiles in home directory

SourceSKILL.md
159rm -f ~/.gstack/update-snoozed
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →
GitHub Stars 15.3K
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
garrytan/gstack