Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
sudo docker compose ps # 看 TeslaMate 实时日志 sudo docker compose logs -f teslamate # 改默认密码 / 加密密钥 cd ~/teslamate # 远程是 /home/$ssh_user/teslamate
- Confidence
- 83% confidence
- Finding
- The skill instructs running administrative Docker commands with sudo on the target host, which increases blast radius if the deployment path or working directory is compromised. In context this is somewhat expected for system deployment, but the skill also deploys services with weak default credentials and public ports, so privileged post-install commands materially raise risk if copied blindly or used in the wrong directory.
