Missing User Warnings
Medium
- Confidence
- 88% confidence
- Finding
- The skill includes a command pipeline that performs in-place edits via `sed -i` after enumerating files with `rg -l`, but it does not explicitly warn that this modifies files on disk. In an agent-skill context, users may copy or automate examples directly, so omission of a warning increases the risk of unintended bulk changes or corruption across many files.
