Skip to main content

homeserver

Homelab server management via homebutler CLI. Check system status (CPU/RAM/disk), manage Docker containers, Wake-on-LAN, scan open ports, discover network devic

18/100

Security score

The homeserver skill was audited on Mar 3, 2026 and we found 10 security issues across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 13

Access to hidden dotfiles in home directory

SourceSKILL.md
13configPaths: ["homebutler.yaml", "~/.config/homebutler/config.yaml"]
medium line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23- "SSH keys (~/.ssh/id_ed25519 or ~/.ssh/id_rsa) for remote server access"
medium line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24- "Server config (~/.config/homebutler/config.yaml) with host/user/auth details"
medium line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109Install path priority: `/usr/local/bin` → `sudo /usr/local/bin` → `~/.local/bin` (with PATH auto-registration in .profile/.bashrc/.zshrc).
medium line 160

Access to hidden dotfiles in home directory

SourceSKILL.md
1603. `~/.config/homebutler/config.yaml` — XDG standard (recommended)
low line 182

Access to hidden dotfiles in home directory

SourceSKILL.md
182key: ~/.ssh/id_ed25519 # optional, auto-detects
low line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189key: ~/.ssh/id_ed25519
critical line 23

Access to SSH directory

SourceSKILL.md
23- "SSH keys (~/.ssh/id_ed25519 or ~/.ssh/id_rsa) for remote server access"
high line 182

Access to SSH directory

SourceSKILL.md
182key: ~/.ssh/id_ed25519 # optional, auto-detects
high line 189

Access to SSH directory

SourceSKILL.md
189key: ~/.ssh/id_ed25519
Scanned on Mar 3, 2026
View Security Dashboard