openclaw-secure-linux-cloud
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous shell commands for system administration and hardening. These include package management (
apt), service control (systemctl), and firewall configuration (nftables). These are standard for the skill's documented purpose of server setup. - [EXTERNAL_DOWNLOADS]: The skill guides the user to clone the OpenClaw repository (
github.com/openclaw/openclaw.git) and run its setup scripts. This is necessary for installing the software the skill is designed to manage and follows the project's official installation method. - [COMMAND_EXECUTION]: Extensive use of
sudoand file permission management (chmod 700/600) is documented for administrative tasks. These practices are used defensively to lock down the system and protect sensitive configuration files. - [COMMAND_EXECUTION]: Includes instructions for the user to retrieve their own generated gateway token from a local environment file. This command serves a functional purpose within the deployment workflow and does not involve exfiltration to external systems.
Audit Metadata