Skip to main content

ha-ssh-config

Manages YAML configurations for Home Assistant via SSH, ensuring safe edits with auto-backup and dry-run validation.

Install this skill

or
75/100

Security score

The ha-ssh-config skill was audited on May 24, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23- `HASS_URL` and `HASS_TOKEN` env vars set in `~/.hermes/.env`
low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42python3 ~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py add my_command "echo hello"
low line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45python3 ~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py reload
low line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55python3 ~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py add test_cmd "echo test" --dry-run
low line 62

Access to hidden dotfiles in home directory

SourceSKILL.md
62python3 ~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py remove my_command
low line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65python3 ~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py reload
medium line 92

Access to hidden dotfiles in home directory

SourceSKILL.md
92- Helper script: `~/.hermes/skills/ha-ssh-config/scripts/ha_ssh_config.py`
medium line 93

Access to hidden dotfiles in home directory

SourceSKILL.md
93- Skill doc: `~/.hermes/skills/ha-ssh-config/SKILL.md`
medium line 23

Access to .env file

SourceSKILL.md
23- `HASS_URL` and `HASS_TOKEN` env vars set in `~/.hermes/.env`
Scanned on May 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
houseofmates/hermes