linode
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Orchestrates infrastructure setup through the
linode-cliutility, including operations for creating instances, configuring firewall rules, and managing SSH keys. - [COMMAND_EXECUTION]: Uses
sshwithStrictHostKeyChecking=noto automate initial connectivity checks for newly provisioned servers, which is a common practice in bootstrap automation. - [EXTERNAL_DOWNLOADS]: References the installation of the
linode-clipackage via official package managers (pip, Homebrew) to interface with Akamai Cloud services. - [DATA_EXPOSURE]: Stores deployment metadata, such as server IP addresses and SSH configuration paths, in a local
.env.localfile to facilitate context sharing with downstream skills. - [SAFE]: Implements secure provisioning by using
opensslto generate high-entropy random passwords for the server's root account, avoiding the use of hardcoded or default credentials.
Audit Metadata