Skip to main content

setup-browser-cookies

Imports cookies from real browsers into headless sessions for QA testing, enhancing authentication handling in automated tests.

Install this skill

or
22/100

Security score

The setup-browser-cookies skill was audited on Mar 17, 2026 and we found 14 security issues across 5 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 105

Piping content to bash shell

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

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
21mkdir -p ~/.gstack/sessions
low line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22touch ~/.gstack/sessions/"$PPID"
low line 23

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
28If 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 49

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
94[ -z "$B" ] && B=~/.claude/skills/gstack/browse/dist/browse
high line 144

Access to system keychain/keyring

SourceSKILL.md
144- First import per browser may trigger a macOS Keychain dialog — click "Allow" / "Always Allow"
low line 105

External URL reference

SourceSKILL.md
1053. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →
GitHub Stars 15.3K
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
garrytan/gstack