ssh-key-management
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on managing authentication credentials (SSH keys) specifically for use with the Acquia Cloud platform. All documented commands and workflows are consistent with the skill's stated purpose and the author's (Acquia) infrastructure.
- [COMMAND_EXECUTION]: The skill instructs the agent to use the Acquia CLI (
acli) for key management operations. It includes commands for listing (acli ssh-key:list), creating (acli ssh-key:create), and deleting (acli ssh-key:delete) keys. - [DATA_EXPOSURE]: The skill references local sensitive file paths (
~/.ssh/id_rsaand~/.ssh/id_rsa.pub) which is necessary for the primary function of configuring SSH authentication. It includes security best practices such as setting restrictive file permissions (chmod 600) and using descriptive labels for identification.
Audit Metadata