Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The example commands at the end of the skill operate on root-level paths such as `path=/`, `hello.txt`, and `/api/raw/hello.txt`, which directly contradict the earlier requirement that all operations must remain under a configured `scope`. In practice, users or agents often copy examples verbatim, so this inconsistency can cause out-of-scope reads and writes despite the documented restriction.
