Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The README states that R execution is "sandboxed by default," but the surrounding documentation only describes an opt-in local R interpreter fallback and does not identify any concrete sandboxing control such as process isolation, filesystem restrictions, or privilege reduction. This can mislead users into trusting execution of untrusted statistical files or enabling `allow_r_exec=True` under a false sense of safety, increasing the chance of local code execution or sensitive data exposure if the R path is abused.
