setup-browser-cookies
Imports cookies from real browsers into headless sessions for QA testing, enhancing authentication handling in automated tests.
Install this skill
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
Piping content to bash shell
| 105 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Curl to non-GitHub URL
| 105 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Access to hidden dotfiles in home directory
| 19 | _UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 21 | mkdir -p ~/.gstack/sessions |
Access to hidden dotfiles in home directory
| 22 | touch ~/.gstack/sessions/"$PPID" |
Access to hidden dotfiles in home directory
| 23 | _SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') |
Access to hidden dotfiles in home directory
| 24 | find ~/.gstack/sessions -mmin +120 -type f -delete 2>/dev/null || true |
Access to hidden dotfiles in home directory
| 25 | _CONTRIB=$(~/.claude/skills/gstack/bin/gstack-config get gstack_contributor 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 28 | If 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 |
Access to hidden dotfiles in home directory
| 49 | **To file:** write `~/.gstack/contributor-logs/{slug}.md` with this structure: |
Access to hidden dotfiles in home directory
| 69 | Then run: `mkdir -p ~/.gstack/contributor-logs && open ~/.gstack/contributor-logs/{slug}.md` |
Access to hidden dotfiles in home directory
| 94 | [ -z "$B" ] && B=~/.claude/skills/gstack/browse/dist/browse |
Access to system keychain/keyring
| 144 | - First import per browser may trigger a macOS Keychain dialog — click "Allow" / "Always Allow" |
External URL reference
| 105 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |