Skip to main content

review

Analyzes pull requests for SQL safety and structural issues, ensuring code quality before merging.

Install this skill

or
74/100

Security score

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

Categories Tested

Security Issues

low line 24

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
38echo '{"skill":"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/skill-usage
medium line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44If 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 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53touch ~/.chief/.completeness-intro-seen
medium line 105

Access to hidden dotfiles in home directory

SourceSKILL.md
105**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 274

Access to hidden dotfiles in home directory

SourceSKILL.md
274source <(~/.claude/skills/chief/bin/chief-diff-scope <base> 2>/dev/null)
low line 297

Access to hidden dotfiles in home directory

SourceSKILL.md
297~/.claude/skills/chief/bin/chief-review-log '{"skill":"design-review-lite","timestamp":"TIMESTAMP","status":"STATUS","findings":N,"auto_fixed":M,"commit":"COMMIT"}'
low line 454

Access to hidden dotfiles in home directory

SourceSKILL.md
454~/.claude/skills/chief/bin/chief-review-log '{"skill":"codex-review","timestamp":"'"$(date -u +%Y-%m-%dT%H:%M:%SZ)"'","status":"STATUS","gate":"GATE"}'
low line 48

External URL reference

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

External URL reference

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