Skip to main content

investigate

Facilitates systematic debugging and root cause analysis through a structured four-phase approach for effective problem resolution.

Install this skill

or
67/100

Security score

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

Categories Tested

Security Issues

medium line 205

Template literal with variable interpolation in command context

SourceSKILL.md
205```bash
medium line 211

Template literal with variable interpolation in command context

SourceSKILL.md
211```bash
low line 38

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
40mkdir -p ~/.chief/sessions
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41touch ~/.chief/sessions/"$PPID"
low line 42

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
51mkdir -p ~/.chief/analytics
low line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52echo '{"skill":"investigate","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-
medium line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58If 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 67

Access to hidden dotfiles in home directory

SourceSKILL.md
67touch ~/.chief/.completeness-intro-seen
medium line 119

Access to hidden dotfiles in home directory

SourceSKILL.md
119**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 62

External URL reference

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

External URL reference

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