ssh-client
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing standard SSH commands such as
ssh,ssh-keygen, andssh-keyscanfor remote host management and key validation. The included installation scripts (scripts/install.sh,scripts/install.ps1) utilize system package managers likeapt-get,dnf, andpacmanto set up the OpenSSH client. - [DATA_EXFILTRATION]: The skill involves reading and writing to the
~/.ssh/directory to manage known hosts, configuration files, and identity keys. This access is localized and strictly necessary for the skill's primary function of establishing secure SSH connections. - [SAFE]: The skill enforces secure defaults by instructing the agent to use
StrictHostKeyChecking=accept-neworyes, explicitly warning against the insecurenooption to prevent man-in-the-middle attacks.
Audit Metadata