Skip to main content

plan-design-review

Provides an interactive design review process, rating dimensions and suggesting improvements for optimal design plans.

Install this skill

or
75/100

Security score

The plan-design-review skill was audited on Jun 5, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 26

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
28mkdir -p ~/.chief/sessions
low line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29touch ~/.chief/sessions/"$PPID"
low line 30

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
39mkdir -p ~/.chief/analytics
low line 40

Access to hidden dotfiles in home directory

SourceSKILL.md
40echo '{"skill":"plan-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
medium line 46

Access to hidden dotfiles in home directory

SourceSKILL.md
46If 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 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55touch ~/.chief/.completeness-intro-seen
medium line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107**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 425

Access to hidden dotfiles in home directory

SourceSKILL.md
425~/.claude/skills/chief/bin/chief-review-log '{"skill":"plan-design-review","timestamp":"TIMESTAMP","status":"STATUS","overall_score":N,"unresolved":N,"decisions_made":N,"commit":"COMMIT"}'
low line 441

Access to hidden dotfiles in home directory

SourceSKILL.md
441~/.claude/skills/chief/bin/chief-review-read
low line 50

External URL reference

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

External URL reference

SourceSKILL.md
54open https://garryslist.org/posts/boil-the-ocean
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →