Skip to main content

setup-browser-cookies

Imports cookies from real browsers into headless sessions for QA testing, enhancing authentication processes.

Install this skill

or
20/100

Security score

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

Categories Tested

Security Issues

critical line 185

Piping content to bash shell

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

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
22mkdir -p ~/.chief/sessions
low line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23touch ~/.chief/sessions/"$PPID"
low line 24

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
26_CONTRIB=$(~/.claude/skills/chief/bin/chief-config get chief_contributor 2>/dev/null || true)
low line 27

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
33mkdir -p ~/.chief/analytics
low line 34

Access to hidden dotfiles in home directory

SourceSKILL.md
34echo '{"skill":"setup-browser-cookies","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.chief/analyt
medium line 40

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
49touch ~/.chief/.completeness-intro-seen
medium line 101

Access to hidden dotfiles in home directory

SourceSKILL.md
101**To file:** write `~/.chief/contributor-logs/{slug}.md` with **all sections below** (do not truncate — include every section through the Date/Version footer):
low line 174

Access to hidden dotfiles in home directory

SourceSKILL.md
174[ -z "$B" ] && B=~/.claude/skills/chief/browse/dist/browse
high line 224

Access to system keychain/keyring

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

External URL reference

SourceSKILL.md
44thing when AI makes the marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean"
low line 48

External URL reference

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

External URL reference

SourceSKILL.md
1853. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
onlypfachi/chief