ssh-essentials

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides numerous examples of remote command execution, which is the primary purpose of SSH. This includes executing single commands, multiple commands, and piping local scripts to a remote shell (e.g., cat local-script.sh | ssh user@hostname 'bash -s').- [COMMAND_EXECUTION]: Includes instructions for administrative tasks such as restarting the SSH service using sudo systemctl restart sshd.- [CREDENTIALS_UNSAFE]: The documentation references sensitive file paths necessary for SSH operations, such as private keys (~/.ssh/id_rsa), public keys (~/.ssh/id_rsa.pub), and the authorized_keys file.- [CREDENTIALS_UNSAFE]: Provides a configuration template for ~/.ssh/config which describes how to map hostnames to specific identity files and users, a standard practice for managing multiple SSH connections.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 05:15 AM