hermes-onboarding
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONPERSISTENCE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several system commands for environment detection and configuration. These include
uname -a,systemctl,docker, andchmod 600on environment files. These are standard system administration tasks required for the stated onboarding purpose. - [PERSISTENCE]: The skill configures
systemdservices for the Hermes gateway and dashboard to ensure they remain active across system restarts. It uses standard unit file locations like/etc/systemd/system/and~/.config/systemd/user/. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill instructs the agent to store bot tokens in
~/.hermes/.envand explicitly warns against pasting tokens into chat transcripts. It recommends binding the dashboard to127.0.0.1(loopback) and accessing it via SSH tunnels, which is a secure practice. - [REMOTE_CODE_EXECUTION]: The skill mentions installing plugins and skills from the
moonlight-lupin/agent-skillsrepository. As this repository belongs to the skill's author, this is considered expected vendor functionality for extending the agent's capabilities. - [SAFE]: The
weekly_health_check.shscript performs local diagnostics (CPU load, disk usage, log scanning). It does not perform network operations or execute remote code; it is a passive monitoring tool.
Audit Metadata