Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The skill includes a command sequence that modifies a file by writing transformed content to a temporary file and then replacing the original. Although this is a common shell pattern, the documentation does not warn that it overwrites the source file, which can lead to accidental destructive changes or data loss if users run it on important files or with an incorrect jq filter. In this skill context, the risk is moderate because the skill is specifically about JSON file manipulation, so users are likely to copy commands directly.
