Skip to main content

design-review

Enhances design quality by identifying and fixing visual inconsistencies and interaction issues in source code.

Install this skill

or
22/100

Security score

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

Categories Tested

Security Issues

critical line 221

Piping content to bash shell

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

Curl to non-GitHub URL

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
30mkdir -p ~/.chief/sessions
low line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31touch ~/.chief/sessions/"$PPID"
low line 32

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
41mkdir -p ~/.chief/analytics
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42echo '{"skill":"design-review","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/skil
medium line 48

Access to hidden dotfiles in home directory

SourceSKILL.md
48If 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 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57touch ~/.chief/.completeness-intro-seen
medium line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109**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 210

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
638source <(~/.claude/skills/chief/bin/chief-slug 2>/dev/null) && mkdir -p ~/.chief/projects/$SLUG
medium line 640

Access to hidden dotfiles in home directory

SourceSKILL.md
640Write to: `~/.chief/projects/{slug}/{user}-{branch}-design-audit-{datetime}.md`
low line 856

Access to hidden dotfiles in home directory

SourceSKILL.md
856source <(~/.claude/skills/chief/bin/chief-slug 2>/dev/null) && mkdir -p ~/.chief/projects/$SLUG
medium line 858

Access to hidden dotfiles in home directory

SourceSKILL.md
858Write to `~/.chief/projects/{slug}/{user}-{branch}-design-audit-{datetime}.md`
low line 52

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
171| Target URL | (auto-detect or ask) | `https://myapp.com`, `http://localhost:3000` |
low line 221

External URL reference

SourceSKILL.md
2213. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →