Skip to main content

open-gstack-browser

Launches an AI-controlled Chromium browser with real-time activity feed and chat for enhanced user interaction.

Install this skill

or
0/100

Security score

The open-gstack-browser skill was audited on Jun 10, 2026 and we found 80 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 30

Template literal with variable interpolation in command context

SourceSKILL.md
30```bash
medium line 280

Template literal with variable interpolation in command context

SourceSKILL.md
280```bash
medium line 415

Template literal with variable interpolation in command context

SourceSKILL.md
415```bash
medium line 449

Template literal with variable interpolation in command context

SourceSKILL.md
449echo "before relying on \`gbrain search\` for code questions in this worktree."
medium line 577

Template literal with variable interpolation in command context

SourceSKILL.md
577```bash
medium line 859

Template literal with variable interpolation in command context

SourceSKILL.md
859```bash
medium line 784

Curl to non-GitHub URL

SourceSKILL.md
784curl -fsSL "https://bun.sh/install" -o "$tmpfile"
low line 31

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
33mkdir -p ~/.gstack/sessions
low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34touch ~/.gstack/sessions/"$PPID"
low line 35

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
36find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
low line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
low line 38

Access to hidden dotfiles in home directory

SourceSKILL.md
38_PROACTIVE_PROMPTED=$([ -f ~/.gstack/.proactive-prompted ] && echo "yes" || echo "no")
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41_SKILL_PREFIX=$(~/.claude/skills/gstack/bin/gstack-config get skill_prefix 2>/dev/null || echo "false")
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45source <(~/.claude/skills/gstack/bin/gstack-repo-mode 2>/dev/null) || true
low line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48_SESSION_KIND=$(~/.claude/skills/gstack/bin/gstack-session-kind 2>/dev/null || echo "interactive")
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51_LAKE_SEEN=$([ -f ~/.gstack/.completeness-intro-seen ] && echo "yes" || echo "no")
low line 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53_TEL=$(~/.claude/skills/gstack/bin/gstack-config get telemetry 2>/dev/null || true)
low line 54

Access to hidden dotfiles in home directory

SourceSKILL.md
54_TEL_PROMPTED=$([ -f ~/.gstack/.telemetry-prompted ] && echo "yes" || echo "no")
low line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59_EXPLAIN_LEVEL=$(~/.claude/skills/gstack/bin/gstack-config get explain_level 2>/dev/null || echo "default")
low line 62

Access to hidden dotfiles in home directory

SourceSKILL.md
62_QUESTION_TUNING=$(~/.claude/skills/gstack/bin/gstack-config get question_tuning 2>/dev/null || echo "false")
low line 64

Access to hidden dotfiles in home directory

SourceSKILL.md
64mkdir -p ~/.gstack/analytics
low line 66

Access to hidden dotfiles in home directory

SourceSKILL.md
66echo '{"skill":"open-gstack-browser","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(_repo=$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null | tr -cd 'a-zA-Z0-9._-'); echo "${_r
low line 68

Access to hidden dotfiles in home directory

SourceSKILL.md
68for _PF in $(find ~/.gstack/analytics -maxdepth 1 -name '.pending-*' 2>/dev/null); do
low line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70if [ "$_TEL" != "off" ] && [ -x "~/.claude/skills/gstack/bin/gstack-telemetry-log" ]; then
low line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71~/.claude/skills/gstack/bin/gstack-telemetry-log --event-type skill_run --skill _pending_finalize --outcome unknown --session-id "$_SESSION_ID" 2>/dev/null || true
low line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
83~/.claude/skills/gstack/bin/gstack-learnings-search --limit 3 2>/dev/null || true
low line 88

Access to hidden dotfiles in home directory

SourceSKILL.md
88~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"open-gstack-browser","event":"started","branch":"'"$_BRANCH"'","session":"'"$_SESSION_ID"'"}' 2>/dev/null &
low line 93

Access to hidden dotfiles in home directory

SourceSKILL.md
93_ROUTING_DECLINED=$(~/.claude/skills/gstack/bin/gstack-config get routing_declined 2>/dev/null || echo "false")
low line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104_CHECKPOINT_MODE=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_mode 2>/dev/null || echo "explicit")
low line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105_CHECKPOINT_PUSH=$(~/.claude/skills/gstack/bin/gstack-config get checkpoint_push 2>/dev/null || echo "false")
medium line 126

Access to hidden dotfiles in home directory

SourceSKILL.md
126In plan mode, allowed because they inform the plan: `$B`, `$D`, `codex exec`/`codex review`, writes to `~/.gstack/`, writes to the plan file, and `open` for generated artifacts.
medium line 134

Access to hidden dotfiles in home directory

SourceSKILL.md
134If `SKILL_PREFIX` is `"true"`, suggest/invoke `/gstack-*` names. Disk paths stay `~/.claude/skills/gstack/[skill-name]/SKILL.md`.
medium line 136

Access to hidden dotfiles in home directory

SourceSKILL.md
136If 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 141

Access to hidden dotfiles in home directory

SourceSKILL.md
141- Missing `~/.claude/skills/gstack/.feature-prompted-continuous-checkpoint`: AskUserQuestion for Continuous checkpoint auto-commits. If accepted, run `~/.claude/skills/gstack/bin/gstack-config set che
medium line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142- Missing `~/.claude/skills/gstack/.feature-prompted-model-overlay`: inform "Model overlays are active. MODEL_OVERLAY shows the patch." Always touch marker.
medium line 155

Access to hidden dotfiles in home directory

SourceSKILL.md
155If B: run `~/.claude/skills/gstack/bin/gstack-config set explain_level terse`.
low line 159

Access to hidden dotfiles in home directory

SourceSKILL.md
159rm -f ~/.gstack/.writing-style-prompt-pending
low line 160

Access to hidden dotfiles in home directory

SourceSKILL.md
160touch ~/.gstack/.writing-style-prompted
low line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169touch ~/.gstack/.completeness-intro-seen
medium line 182

Access to hidden dotfiles in home directory

SourceSKILL.md
182If A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry community`
medium line 192

Access to hidden dotfiles in home directory

SourceSKILL.md
192If B→A: run `~/.claude/skills/gstack/bin/gstack-config set telemetry anonymous`
medium line 193

Access to hidden dotfiles in home directory

SourceSKILL.md
193If B→B: run `~/.claude/skills/gstack/bin/gstack-config set telemetry off`
low line 197

Access to hidden dotfiles in home directory

SourceSKILL.md
197touch ~/.gstack/.telemetry-prompted
medium line 210

Access to hidden dotfiles in home directory

SourceSKILL.md
210If A: run `~/.claude/skills/gstack/bin/gstack-config set proactive true`
medium line 211

Access to hidden dotfiles in home directory

SourceSKILL.md
211If B: run `~/.claude/skills/gstack/bin/gstack-config set proactive false`
low line 215

Access to hidden dotfiles in home directory

SourceSKILL.md
215touch ~/.gstack/.proactive-prompted
medium line 257

Access to hidden dotfiles in home directory

SourceSKILL.md
257If B: run `~/.claude/skills/gstack/bin/gstack-config set routing_declined true` and say they can re-enable with `gstack-config set routing_declined false`.
medium line 261

Access to hidden dotfiles in home directory

SourceSKILL.md
261If `VENDORED_GSTACK` is `yes`, warn once via AskUserQuestion unless `~/.gstack/.vendoring-warned-$SLUG` exists:
medium line 273

Access to hidden dotfiles in home directory

SourceSKILL.md
2733. Run `~/.claude/skills/gstack/bin/gstack-team-init required` (or `optional`)
medium line 275

Access to hidden dotfiles in home directory

SourceSKILL.md
2755. Tell the user: "Done. Each developer now runs: `cd ~/.claude/skills/gstack && ./setup --team`"
low line 281

Access to hidden dotfiles in home directory

SourceSKILL.md
281eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)" 2>/dev/null || true
low line 282

Access to hidden dotfiles in home directory

SourceSKILL.md
282touch ~/.gstack/.vendoring-warned-${SLUG:-unknown}
low line 424

Access to hidden dotfiles in home directory

SourceSKILL.md
424_BRAIN_SYNC_BIN="~/.claude/skills/gstack/bin/gstack-brain-sync"
low line 425

Access to hidden dotfiles in home directory

SourceSKILL.md
425_BRAIN_CONFIG_BIN="~/.claude/skills/gstack/bin/gstack-config"
medium line 529

Access to hidden dotfiles in home directory

SourceSKILL.md
529If A/B and `~/.gstack/.git` is missing, ask whether to run `gstack-artifacts-init`. Do not block the skill.
low line 534

Access to hidden dotfiles in home directory

SourceSKILL.md
534"~/.claude/skills/gstack/bin/gstack-brain-sync" --discover-new 2>/dev/null || true
low line 535

Access to hidden dotfiles in home directory

SourceSKILL.md
535"~/.claude/skills/gstack/bin/gstack-brain-sync" --once 2>/dev/null || true
low line 578

Access to hidden dotfiles in home directory

SourceSKILL.md
578eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)"
low line 595

Access to hidden dotfiles in home directory

SourceSKILL.md
595~/.claude/skills/gstack/bin/gstack-decision-search --recent 5 2>/dev/null
medium line 604

Access to hidden dotfiles in home directory

SourceSKILL.md
604**Cross-session decisions.** If `ACTIVE DECISIONS` are listed, treat them as prior settled calls with their rationale — do not silently re-litigate them; if you're about to reverse one, say so explici
medium line 617

Access to hidden dotfiles in home directory

SourceSKILL.md
617Curated jargon list lives at `~/.claude/skills/gstack/scripts/jargon-list.json` (80+ terms). On the first jargon term you encounter this session, Read that file once; treat the `terms` array as the ca
medium line 663

Access to hidden dotfiles in home directory

SourceSKILL.md
663Before each AskUserQuestion, choose `question_id` from `scripts/question-registry.ts` or `{skill}-{slug}`, then run `~/.claude/skills/gstack/bin/gstack-question-preference --check "<id>"`. `AUTO_DECID
low line 671

Access to hidden dotfiles in home directory

SourceSKILL.md
671~/.claude/skills/gstack/bin/gstack-question-log '{"skill":"open-gstack-browser","question_id":"<id>","question_summary":"<short>","category":"<approval|clarification|routing|cherry-pick|feedback-loop>
low line 680

Access to hidden dotfiles in home directory

SourceSKILL.md
680~/.claude/skills/gstack/bin/gstack-question-preference --write '{"question_id":"<id>","preference":"<pref>","source":"inline-user","free_text":"<optional original words>"}'
medium line 695

Access to hidden dotfiles in home directory

SourceSKILL.md
695Before building anything unfamiliar, **search first.** See `~/.claude/skills/gstack/ETHOS.md`.
low line 700

Access to hidden dotfiles in home directory

SourceSKILL.md
700jq -n --arg ts "$(date -u +%Y-%m-%dT%H:%M:%SZ)" --arg skill "SKILL_NAME" --arg branch "$(git branch --show-current 2>/dev/null)" --arg insight "ONE_LINE_SUMMARY" '{ts:$ts,skill:$skill,branch:$branch,i
low line 718

Access to hidden dotfiles in home directory

SourceSKILL.md
718~/.claude/skills/gstack/bin/gstack-learnings-log '{"skill":"SKILL_NAME","type":"operational","key":"SHORT_KEY","insight":"DESCRIPTION","confidence":N,"source":"observed"}'
medium line 728

Access to hidden dotfiles in home directory

SourceSKILL.md
728`~/.gstack/analytics/`, matching preamble analytics writes.
low line 735

Access to hidden dotfiles in home directory

SourceSKILL.md
735rm -f ~/.gstack/analytics/.pending-"$_SESSION_ID" 2>/dev/null || true
low line 737

Access to hidden dotfiles in home directory

SourceSKILL.md
737~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"SKILL_NAME","event":"completed","branch":"'$(git branch --show-current 2>/dev/null || echo unknown)'","outcome":"OUTCOME","duration_s":"'"$_T
low line 740

Access to hidden dotfiles in home directory

SourceSKILL.md
740echo '{"skill":"SKILL_NAME","duration_s":"'"$_TEL_DUR"'","outcome":"OUTCOME","browse":"USED_BROWSE","session":"'"$_SESSION_ID"'","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'"}' >> ~/.gstack/analytics/skill-
low line 743

Access to hidden dotfiles in home directory

SourceSKILL.md
743if [ "$_TEL" != "off" ] && [ -x ~/.claude/skills/gstack/bin/gstack-telemetry-log ]; then
low line 744

Access to hidden dotfiles in home directory

SourceSKILL.md
744~/.claude/skills/gstack/bin/gstack-telemetry-log \
low line 165

External URL reference

SourceSKILL.md
165If `LAKE_INTRO` is `no`: say "gstack follows the **Boil the Ocean** principle — do the complete thing when AI makes marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" Off
low line 168

External URL reference

SourceSKILL.md
168open https://garryslist.org/posts/boil-the-ocean
low line 784

External URL reference

SourceSKILL.md
784curl -fsSL "https://bun.sh/install" -o "$tmpfile"
low line 920

External URL reference

SourceSKILL.md
920$B goto https://news.ycombinator.com
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →