Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The skill claims command execution is safe because it does not concatenate user input, but its own documented workflow interpolates user-controlled values such as article titles, file names, slugs, and blog paths into shell commands like git commit, sed, cd, and file creation. In an MD+EXEC skill, this mismatch is dangerous because a malicious title or path can trigger command injection or unintended repository modifications if not safely quoted and validated.
