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, and ssh-keyscan for remote host management and key validation. The included installation scripts (scripts/install.sh, scripts/install.ps1) utilize system package managers like apt-get, dnf, and pacman to 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-new or yes, explicitly warning against the insecure no option to prevent man-in-the-middle attacks.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 8, 2026, 04:18 PM
Security Audit — agent-trust-hub — ssh-client