Intent-Code Divergence
High
- Confidence
- 97% confidence
- Finding
- The README explicitly claims command execution is restricted to a predefined safe allowlist, but later documents command chaining ("&&") and output redirection (">"), which are classic shell metacharacter features used to escape allowlist intent and execute arbitrary shell behavior. In a system-command skill, this contradiction strongly suggests the effective interface may permit broader command execution than the safety model claims, enabling unauthorized command execution or file write side effects.
