Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
cat > "$HOME/.openclaw/secrets/govee.env" <<'EOF' export GOVEE_API_KEY='<YOUR_API_KEY>' EOF chmod 600 "$HOME/.openclaw/secrets/govee.env" ``` Load only this variable into the current shell (no `set -a`):
- Confidence
- 80% confidence
- Finding
- Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
