Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The CLI deletes the entire target directory with fs.rmSync(projectRoot, { recursive: true, force: true }) whenever --force is provided, without a last-chance confirmation or stronger safety checks. If the output path or skill name is mistyped, or if automation passes an unexpected --out value, this can cause irreversible local data loss beyond the intended scaffold overwrite.
