Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The deployment script runs `docker system prune -f` automatically after deployment, which deletes all unused containers, networks, dangling images, and build cache on the local machine without any warning or confirmation. In a deployment-assistant skill, users may copy this script directly, so this can cause unexpected loss of local resources, break parallel projects, and disrupt rollback/debug workflows.
