Skip to main content

clawcoach-setup

Facilitates the initial setup of ClawCoach AI health coaching, configuring user profiles, goals, and dietary preferences.

Install this skill

or
64/100

Security score

The clawcoach-setup skill was audited on Feb 28, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 16

Access to hidden dotfiles in home directory

SourceSKILL.md
16- No file exists at `~/.clawcoach/profile.json` (first run)
medium line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21All ClawCoach data is stored in `~/.clawcoach/` as JSON files. Create this directory if it does not exist.
medium line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24- `~/.clawcoach/profile.json` — user profile and preferences
medium line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25- `~/.clawcoach/food-log.json` — meal log entries
medium line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26- `~/.clawcoach/daily-totals.json` — cached daily macro totals
medium line 100

Access to hidden dotfiles in home directory

SourceSKILL.md
100Write all collected data to `~/.clawcoach/profile.json`:
medium line 125

Access to hidden dotfiles in home directory

SourceSKILL.md
125Initialize an empty food log at `~/.clawcoach/food-log.json`:
low line 4

Unicode escape sequences

SourceSKILL.md
4emoji: "\U0001F3AC"
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →