setup-browser-cookies
Imports cookies from real browsers into headless sessions for QA testing, enhancing authentication processes.
Install this skill
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
Piping content to bash shell
| 185 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Curl to non-GitHub URL
| 185 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Access to hidden dotfiles in home directory
| 20 | _UPD=$(~/.claude/skills/chief/bin/chief-update-check 2>/dev/null || .claude/skills/chief/bin/chief-update-check 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 22 | mkdir -p ~/.chief/sessions |
Access to hidden dotfiles in home directory
| 23 | touch ~/.chief/sessions/"$PPID" |
Access to hidden dotfiles in home directory
| 24 | _SESSIONS=$(find ~/.chief/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') |
Access to hidden dotfiles in home directory
| 25 | find ~/.chief/sessions -mmin +120 -type f -delete 2>/dev/null || true |
Access to hidden dotfiles in home directory
| 26 | _CONTRIB=$(~/.claude/skills/chief/bin/chief-config get chief_contributor 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 27 | _PROACTIVE=$(~/.claude/skills/chief/bin/chief-config get proactive 2>/dev/null || echo "true") |
Access to hidden dotfiles in home directory
| 31 | _LAKE_SEEN=$([ -f ~/.chief/.completeness-intro-seen ] && echo "yes" || echo "no") |
Access to hidden dotfiles in home directory
| 33 | mkdir -p ~/.chief/analytics |
Access to hidden dotfiles in home directory
| 34 | echo '{"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 |
Access to hidden dotfiles in home directory
| 40 | If 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 |
Access to hidden dotfiles in home directory
| 49 | touch ~/.chief/.completeness-intro-seen |
Access to hidden dotfiles in home directory
| 101 | **To file:** write `~/.chief/contributor-logs/{slug}.md` with **all sections below** (do not truncate — include every section through the Date/Version footer): |
Access to hidden dotfiles in home directory
| 174 | [ -z "$B" ] && B=~/.claude/skills/chief/browse/dist/browse |
Access to system keychain/keyring
| 224 | - First import per browser may trigger a macOS Keychain dialog — click "Allow" / "Always Allow" |
External URL reference
| 44 | thing when AI makes the marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" |
External URL reference
| 48 | open https://garryslist.org/posts/boil-the-ocean |
External URL reference
| 185 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |