Skip to main content

chezmoi-chef

Manages dotfiles and secrets with templating, encryption, and integration of password managers for seamless configuration across machines.

Install this skill

or
27/100

Security score

The chezmoi-chef skill was audited on Jun 8, 2026 and we found 23 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 14

Access to hidden dotfiles in home directory

SourceSKILL.md
14chezmoi add ~/.bashrc # Add file
low line 15

Access to hidden dotfiles in home directory

SourceSKILL.md
15chezmoi add --template ~/.zshrc # Add as template
low line 16

Access to hidden dotfiles in home directory

SourceSKILL.md
16chezmoi add --encrypt ~/.secret # Add encrypted
low line 17

Access to hidden dotfiles in home directory

SourceSKILL.md
17chezmoi edit ~/.bashrc # Edit and apply
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41chezmoi add ~/.bashrc ~/.zshrc ~/.gitconfig # Multiple files
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42chezmoi add -r ~/.config/nvim # Directory
low line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43chezmoi add --template ~/.bashrc # As template
low line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44chezmoi add --encrypt ~/.ssh/id_rsa # Encrypted
low line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50chezmoi edit ~/.bashrc # Opens source file
low line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51chezmoi edit --apply ~/.bashrc # Auto-apply after save
low line 76

Access to hidden dotfiles in home directory

SourceSKILL.md
76chezmoi add --template ~/.bashrc
low line 78

Access to hidden dotfiles in home directory

SourceSKILL.md
78chezmoi chattr +template ~/.bashrc
medium line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104Custom variables in `~/.config/chezmoi/chezmoi.toml`:
low line 115

Access to hidden dotfiles in home directory

SourceSKILL.md
115chezmoi cat ~/.bashrc # Show rendered output
medium line 124

Access to hidden dotfiles in home directory

SourceSKILL.md
124Config (`~/.config/chezmoi/chezmoi.toml`):
low line 156

Access to hidden dotfiles in home directory

SourceSKILL.md
156chezmoi age keygen -o ~/.config/chezmoi/key.txt
low line 163

Access to hidden dotfiles in home directory

SourceSKILL.md
163identity = "~/.config/chezmoi/key.txt"
low line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170chezmoi add --encrypt ~/.ssh/id_rsa
low line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171chezmoi add --encrypt ~/.aws/credentials
high line 44

Access to SSH directory

SourceSKILL.md
44chezmoi add --encrypt ~/.ssh/id_rsa # Encrypted
high line 170

Access to SSH directory

SourceSKILL.md
170chezmoi add --encrypt ~/.ssh/id_rsa
high line 171

Access to AWS credentials directory

SourceSKILL.md
171chezmoi add --encrypt ~/.aws/credentials
low line 93

External URL reference

SourceSKILL.md
93export HTTP_PROXY="http://proxy.company.com:8080"
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 13, 2026
MikeCheng1208/BattleTree