openclaw-runbook-security
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Tailscale installation script from the official tailscale.com domain.
- [REMOTE_CODE_EXECUTION]: Executes the Tailscale installation script via shell piping (
curl | sh). This is the standard, documented installation method for this well-known service. - [PRIVILEGE_ESCALATION]: Uses
sudofor necessary system configurations, including managing the UFW firewall, starting Tailscale, and controlling systemd services for agent persistence. - [COMMAND_EXECUTION]: Provides instructions for standard development and system tools including
git,npm,ufw, andsystemctl. It also includes a shell script for monitoring API usage viacurlrequests to well-known AI provider endpoints. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing external data by providing templates for the agent to rebuild local skills based on third-party descriptions.
- Ingestion points: User-provided prompts in
SKILL.mdthat describe external skill functionality. - Boundary markers: Recommends a dedicated "Security rules" section in the system prompt to enforce constraints.
- Capability inventory: Configures permissions for
shell_exec,file_write, andnetwork_requestinconfig.json. - Sanitization: Implements strict security through
require_confirmationgates and instructions for manual code review.
Audit Metadata