chezmoi-chef
Manages dotfiles and secrets with templating, encryption, and integration of password managers for seamless configuration across machines.
Install this skill
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
Access to hidden dotfiles in home directory
| 14 | chezmoi add ~/.bashrc # Add file |
Access to hidden dotfiles in home directory
| 15 | chezmoi add --template ~/.zshrc # Add as template |
Access to hidden dotfiles in home directory
| 16 | chezmoi add --encrypt ~/.secret # Add encrypted |
Access to hidden dotfiles in home directory
| 17 | chezmoi edit ~/.bashrc # Edit and apply |
Access to hidden dotfiles in home directory
| 41 | chezmoi add ~/.bashrc ~/.zshrc ~/.gitconfig # Multiple files |
Access to hidden dotfiles in home directory
| 42 | chezmoi add -r ~/.config/nvim # Directory |
Access to hidden dotfiles in home directory
| 43 | chezmoi add --template ~/.bashrc # As template |
Access to hidden dotfiles in home directory
| 44 | chezmoi add --encrypt ~/.ssh/id_rsa # Encrypted |
Access to hidden dotfiles in home directory
| 50 | chezmoi edit ~/.bashrc # Opens source file |
Access to hidden dotfiles in home directory
| 51 | chezmoi edit --apply ~/.bashrc # Auto-apply after save |
Access to hidden dotfiles in home directory
| 76 | chezmoi add --template ~/.bashrc |
Access to hidden dotfiles in home directory
| 78 | chezmoi chattr +template ~/.bashrc |
Access to hidden dotfiles in home directory
| 104 | Custom variables in `~/.config/chezmoi/chezmoi.toml`: |
Access to hidden dotfiles in home directory
| 115 | chezmoi cat ~/.bashrc # Show rendered output |
Access to hidden dotfiles in home directory
| 124 | Config (`~/.config/chezmoi/chezmoi.toml`): |
Access to hidden dotfiles in home directory
| 156 | chezmoi age keygen -o ~/.config/chezmoi/key.txt |
Access to hidden dotfiles in home directory
| 163 | identity = "~/.config/chezmoi/key.txt" |
Access to hidden dotfiles in home directory
| 170 | chezmoi add --encrypt ~/.ssh/id_rsa |
Access to hidden dotfiles in home directory
| 171 | chezmoi add --encrypt ~/.aws/credentials |
Access to SSH directory
| 44 | chezmoi add --encrypt ~/.ssh/id_rsa # Encrypted |
Access to SSH directory
| 170 | chezmoi add --encrypt ~/.ssh/id_rsa |
Access to AWS credentials directory
| 171 | chezmoi add --encrypt ~/.aws/credentials |
External URL reference
| 93 | export HTTP_PROXY="http://proxy.company.com:8080" |