Skip to main content

fatsecret

Integrates with FatSecret API for food search, nutritional lookup, barcode scanning, and meal logging, enhancing dietary management.

Install this skill

or
69/100

Security score

The fatsecret skill was audited on Mar 3, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 15

Access to hidden dotfiles in home directory

SourceSKILL.md
15description: Custom config directory (default ~/.config/fatsecret). Use for persistent storage in containers.
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44mkdir -p ~/.config/fatsecret
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45cat > ~/.config/fatsecret/config.json << EOF
medium line 166

Access to hidden dotfiles in home directory

SourceSKILL.md
166Where `$CONFIG_DIR` is `~/.config/fatsecret` by default, or the value of `FATSECRET_CONFIG_DIR` if set.
medium line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
172In containerized environments (Docker, OpenClaw sandbox), `~/.config/` may not persist across restarts. Use `FATSECRET_CONFIG_DIR` to point to a persistent volume:
medium line 237

Access to hidden dotfiles in home directory

SourceSKILL.md
2371. **Credentials are stored locally** in `~/.config/fatsecret/`
medium line 240

Access to hidden dotfiles in home directory

SourceSKILL.md
2404. **To uninstall safely:** Delete `~/.config/fatsecret/` and revoke app from FatSecret account
low line 38

External URL reference

SourceSKILL.md
381. Go to https://platform.fatsecret.com
low line 244

External URL reference

SourceSKILL.md
244- FatSecret API: https://platform.fatsecret.com/docs
low line 245

External URL reference

SourceSKILL.md
245- OAuth1 Guide: https://platform.fatsecret.com/docs/guides/authentication/oauth1/three-legged
low line 246

External URL reference

SourceSKILL.md
246- Open Food Facts: https://wiki.openfoodfacts.org/API
Scanned on Mar 3, 2026
View Security Dashboard