Skip to main content

skillify

Automates the codification of successful scrape flows into permanent browser skills, enhancing efficiency and speed.

Install this skill

or
0/100

Security score

The skillify skill was audited on May 12, 2026 and we found 79 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 28

Template literal with variable interpolation in command context

SourceSKILL.md
28```bash
medium line 261

Template literal with variable interpolation in command context

SourceSKILL.md
261```bash
medium line 357

Template literal with variable interpolation in command context

SourceSKILL.md
357```bash
medium line 391

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
519```bash
medium line 1108

Template literal with variable interpolation in command context

SourceSKILL.md
1108console.log(`Committed: ${dest}`);
low line 29

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
31mkdir -p ~/.gstack/sessions
low line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32touch ~/.gstack/sessions/"$PPID"
low line 33

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
59mkdir -p ~/.gstack/analytics
low line 61

Access to hidden dotfiles in home directory

SourceSKILL.md
61echo '{"skill":"skillify","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/skill-us
low line 63

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
66~/.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 72

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
108In 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 116

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
118If 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 123

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
141rm -f ~/.gstack/.writing-style-prompt-pending
low line 142

Access to hidden dotfiles in home directory

SourceSKILL.md
142touch ~/.gstack/.writing-style-prompted
low line 151

Access to hidden dotfiles in home directory

SourceSKILL.md
151touch ~/.gstack/.completeness-intro-seen
medium line 164

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
179touch ~/.gstack/.telemetry-prompted
medium line 192

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
197touch ~/.gstack/.proactive-prompted
medium line 238

Access to hidden dotfiles in home directory

SourceSKILL.md
238If 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 242

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
675Before 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 679

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
708jq -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 726

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
745~/.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 748

Access to hidden dotfiles in home directory

SourceSKILL.md
748echo '{"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 751

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
752~/.claude/skills/gstack/bin/gstack-telemetry-log \
medium line 762

Access to hidden dotfiles in home directory

SourceSKILL.md
762In 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
low line 839

Access to hidden dotfiles in home directory

SourceSKILL.md
839A) Keep "<proposed-name>" at global tier — ~/.gstack/browser-skills/<proposed-name>/ (recommended)
medium line 954

Access to hidden dotfiles in home directory

SourceSKILL.md
9542. The active gstack skills install at `~/.claude/skills/gstack/`. Read
low line 1079

Access to hidden dotfiles in home directory

SourceSKILL.md
1079moves the staged folder into ~/.gstack/browser-skills/ where /scrape
low line 1180

Access to hidden dotfiles in home directory

SourceSKILL.md
1180~/.claude/skills/gstack/bin/gstack-learnings-log '{"skill":"skillify","type":"TYPE","key":"SHORT_KEY","insight":"DESCRIPTION","confidence":N,"source":"SOURCE","files":["path/to/relevant/file"]}'
low line 328

Unicode escape sequences

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

External URL reference

SourceSKILL.md
147If `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 150

External URL reference

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