Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- The skill instructs operators to delete an existing deployment directory with `rm -rf` and then proceed with upload/deployment actions, but it does not provide an explicit safety confirmation, backup guidance, path validation, or rollback instructions. In an automation context, destructive filesystem operations on a remote deployment host can cause irreversible data loss or service disruption if the path is wrong, the directory contains live data, or the action is triggered on the wrong machine.
