Skip to main content

plan-devex-review

Facilitates an interactive review of developer experience plans, identifying personas, benchmarks, and friction points for improvement.

Install this skill

or
0/100

Security score

The plan-devex-review skill was audited on May 12, 2026 and we found 104 security issues across 5 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Template literal with variable interpolation in command context

SourceSKILL.md
35```bash
medium line 268

Template literal with variable interpolation in command context

SourceSKILL.md
268```bash
medium line 364

Template literal with variable interpolation in command context

SourceSKILL.md
364```bash
medium line 398

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
526```bash
medium line 1013

Webhook reference - potential data exfiltration

SourceSKILL.md
1013- Mentions API endpoints, REST, GraphQL, gRPC, webhooks → **API/Service**
low line 36

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
38mkdir -p ~/.gstack/sessions
low line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39touch ~/.gstack/sessions/"$PPID"
low line 40

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
68echo '{"skill":"plan-devex-review","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.gstack/analytics
low line 70

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
73~/.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 79

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
90~/.claude/skills/gstack/bin/gstack-timeline-log '{"skill":"plan-devex-review","event":"started","branch":"'"$_BRANCH"'","session":"'"$_SESSION_ID"'"}' 2>/dev/null &
low line 95

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
115In 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 123

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
125If 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 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130- 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 131

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
148rm -f ~/.gstack/.writing-style-prompt-pending
low line 149

Access to hidden dotfiles in home directory

SourceSKILL.md
149touch ~/.gstack/.writing-style-prompted
low line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158touch ~/.gstack/.completeness-intro-seen
medium line 171

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
186touch ~/.gstack/.telemetry-prompted
medium line 199

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
204touch ~/.gstack/.proactive-prompted
medium line 245

Access to hidden dotfiles in home directory

SourceSKILL.md
245If 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 249

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
527eval "$(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)"
medium line 682

Access to hidden dotfiles in home directory

SourceSKILL.md
682Before 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 686

Access to hidden dotfiles in home directory

SourceSKILL.md
686~/.claude/skills/gstack/bin/gstack-question-log '{"skill":"plan-devex-review","question_id":"<id>","question_summary":"<short>","category":"<approval|clarification|routing|cherry-pick|feedback-loop>",
low line 695

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
715jq -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 733

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
743`~/.gstack/analytics/`, matching preamble analytics writes.
low line 750

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
752~/.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 755

Access to hidden dotfiles in home directory

SourceSKILL.md
755echo '{"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 758

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
759~/.claude/skills/gstack/bin/gstack-telemetry-log \
medium line 769

Access to hidden dotfiles in home directory

SourceSKILL.md
769In plan mode before ExitPlanMode: if the plan file lacks `## GSTACK REVIEW REPORT`, run `~/.claude/skills/gstack/bin/gstack-review-read` and append the standard runs/status/findings table. With `NO_RE
medium line 899

Access to hidden dotfiles in home directory

SourceSKILL.md
899\`~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md\`
low line 939

Access to hidden dotfiles in home directory

SourceSKILL.md
939SLUG=$(~/.claude/skills/gstack/browse/bin/remote-slug 2>/dev/null || basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
low line 941

Access to hidden dotfiles in home directory

SourceSKILL.md
941DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-$BRANCH-design-*.md 2>/dev/null | head -1)
low line 942

Access to hidden dotfiles in home directory

SourceSKILL.md
942[ -z "$DESIGN" ] && DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-design-*.md 2>/dev/null | head -1)
medium line 976

Access to hidden dotfiles in home directory

SourceSKILL.md
976Read the `/office-hours` skill file at `~/.claude/skills/gstack/office-hours/SKILL.md` using the Read tool.
low line 999

Access to hidden dotfiles in home directory

SourceSKILL.md
999SLUG=$(~/.claude/skills/gstack/browse/bin/remote-slug 2>/dev/null || basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
low line 1001

Access to hidden dotfiles in home directory

SourceSKILL.md
1001DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-$BRANCH-design-*.md 2>/dev/null | head -1)
low line 1002

Access to hidden dotfiles in home directory

SourceSKILL.md
1002[ -z "$DESIGN" ] && DESIGN=$(ls -t ~/.gstack/projects/$SLUG/*-design-*.md 2>/dev/null | head -1)
medium line 1156

Access to hidden dotfiles in home directory

SourceSKILL.md
1156Load the "## Pass 1" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`
low line 1353

Access to hidden dotfiles in home directory

SourceSKILL.md
1353_CROSS_PROJ=$(~/.claude/skills/gstack/bin/gstack-config get cross_project_learnings 2>/dev/null || echo "unset")
low line 1356

Access to hidden dotfiles in home directory

SourceSKILL.md
1356~/.claude/skills/gstack/bin/gstack-learnings-search --limit 10 --cross-project 2>/dev/null || true
low line 1358

Access to hidden dotfiles in home directory

SourceSKILL.md
1358~/.claude/skills/gstack/bin/gstack-learnings-search --limit 10 2>/dev/null || true
medium line 1373

Access to hidden dotfiles in home directory

SourceSKILL.md
1373If A: run `~/.claude/skills/gstack/bin/gstack-config set cross_project_learnings true`
medium line 1374

Access to hidden dotfiles in home directory

SourceSKILL.md
1374If B: run `~/.claude/skills/gstack/bin/gstack-config set cross_project_learnings false`
low line 1391

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
1392~/.claude/skills/gstack/bin/gstack-review-read 2>/dev/null | grep plan-devex-review || echo "NO_PRIOR_DX_REVIEWS"
medium line 1411

Access to hidden dotfiles in home directory

SourceSKILL.md
1411Load reference: Read the "## Pass 1" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1440

Access to hidden dotfiles in home directory

SourceSKILL.md
1440Load reference: Read the "## Pass 2" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1464

Access to hidden dotfiles in home directory

SourceSKILL.md
1464Load reference: Read the "## Pass 3" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1489

Access to hidden dotfiles in home directory

SourceSKILL.md
1489Load reference: Read the "## Pass 4" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1505

Access to hidden dotfiles in home directory

SourceSKILL.md
1505Load reference: Read the "## Pass 5" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1523

Access to hidden dotfiles in home directory

SourceSKILL.md
1523Load reference: Read the "## Pass 6" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1541

Access to hidden dotfiles in home directory

SourceSKILL.md
1541Load reference: Read the "## Pass 7" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1557

Access to hidden dotfiles in home directory

SourceSKILL.md
1557Load reference: Read the "## Pass 8" section from `~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1575

Access to hidden dotfiles in home directory

SourceSKILL.md
1575`~/.claude/skills/gstack/plan-devex-review/dx-hall-of-fame.md`.
medium line 1618

Access to hidden dotfiles in home directory

SourceSKILL.md
1618"IMPORTANT: Do NOT read or execute any files under ~/.claude/, ~/.agents/, .claude/skills/, or agents/. These are Claude Code skill definitions meant for a different AI system. They contain bash scrip
low line 1707

Access to hidden dotfiles in home directory

SourceSKILL.md
1707~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"codex-plan-review","timestamp":"'"$(date -u +%Y-%m-%dT%H:%M:%SZ)"'","status":"STATUS","source":"SOURCE","commit":"'"$(git rev-parse --short HEA
low line 1851

Access to hidden dotfiles in home directory

SourceSKILL.md
1851~/.claude/skills/gstack/bin/gstack-review-read
low line 1989

Access to hidden dotfiles in home directory

SourceSKILL.md
1989~/.claude/skills/gstack/bin/gstack-learnings-log '{"skill":"plan-devex-review","type":"TYPE","key":"SHORT_KEY","insight":"DESCRIPTION","confidence":N,"source":"SOURCE","files":["path/to/relevant/file"
low line 335

Unicode escape sequences

SourceSKILL.md
335writes `\u3103` thinking it is 管 U+7BA1, but `\u3103` is
low line 154

External URL reference

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

External URL reference

SourceSKILL.md
157open https://garryslist.org/posts/boil-the-ocean
Scanned on May 12, 2026
View Security Dashboard
Installation guide →