Skip to main content

browse

Enables fast headless browser testing for QA, allowing users to interact with web elements, verify states, and capture screenshots.

Install this skill

or
32/100

Security score

The browse skill was audited on Jun 5, 2026 and we found 22 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 178

Piping content to bash shell

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

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
25mkdir -p ~/.chief/sessions
low line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26touch ~/.chief/sessions/"$PPID"
low line 27

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
36mkdir -p ~/.chief/analytics
low line 37

Access to hidden dotfiles in home directory

SourceSKILL.md
37echo '{"skill":"browse","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/analytics/skill-usage
medium line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43If 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 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52touch ~/.chief/.completeness-intro-seen
medium line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104**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 167

Access to hidden dotfiles in home directory

SourceSKILL.md
167[ -z "$B" ] && B=~/.claude/skills/chief/browse/dist/browse
low line 47

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
184$B goto https://yourapp.com
low line 193

External URL reference

SourceSKILL.md
193$B goto https://app.com/login
low line 256

External URL reference

SourceSKILL.md
256$B diff https://staging.app.com https://prod.app.com
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →