Skip to main content

gstack

Enables fast web browsing for Claude Code with a headless Chromium daemon, allowing navigation, content extraction, and interaction with web pages.

Install this skill

or
29/100

Security score

The gstack skill was audited on Mar 17, 2026 and we found 21 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 98

Piping content to bash shell

SourceSKILL.md
983. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
high line 98

Curl to non-GitHub URL

SourceSKILL.md
983. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
low line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24mkdir -p ~/.gstack/sessions
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25touch ~/.gstack/sessions/"$PPID"
low line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
low line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27find ~/.gstack/sessions -mmin +120 -type f -delete 2>/dev/null || true
low line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28_CONTRIB=$(~/.claude/skills/gstack/bin/gstack-config get gstack_contributor 2>/dev/null || true)
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/gstack/gstack-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with
medium line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52**To file:** write `~/.gstack/contributor-logs/{slug}.md` with this structure:
medium line 72

Access to hidden dotfiles in home directory

SourceSKILL.md
72Then run: `mkdir -p ~/.gstack/contributor-logs && open ~/.gstack/contributor-logs/{slug}.md`
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87[ -z "$B" ] && B=~/.claude/skills/gstack/browse/dist/browse
low line 98

External URL reference

SourceSKILL.md
983. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
low line 113

External URL reference

SourceSKILL.md
113$B goto https://app.example.com/login
low line 132

External URL reference

SourceSKILL.md
132$B goto https://yourapp.com
low line 145

External URL reference

SourceSKILL.md
145$B goto https://app.example.com/new-feature
low line 171

External URL reference

SourceSKILL.md
171$B goto https://yourapp.com
low line 195

External URL reference

SourceSKILL.md
195$B goto https://app.example.com/upload
low line 205

External URL reference

SourceSKILL.md
205$B goto https://app.example.com/form
low line 251

External URL reference

SourceSKILL.md
251$B diff https://staging.app.com https://prod.app.com
low line 258

External URL reference

SourceSKILL.md
258["goto","https://app.example.com"],
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →