Missing User Warnings
Low
- Confidence
- 92% confidence
- Finding
- The quickstart includes `shutil.rmtree(..., ignore_errors=True)` against fixed paths under `/tmp` without an explicit warning that these commands delete data. In documentation, readers often copy-paste examples directly, so destructive operations without cautionary context can cause unintended local data loss, even if the affected paths are demo locations.
