Intent-Code Divergence
Medium
- Confidence
- 94% confidence
- Finding
- The code and user-facing descriptions repeatedly claim there are 'no network calls' and that 'no data leaves your machine,' but runLfit can pass a --server-url argument to the lfit binary, causing it to communicate over HTTP with a localhost service. Even though the target is restricted to localhost/127.0.0.1, this is still network communication and can expose sensitive prompts or generated content to another local process, violating the stated privacy and trust assumptions.
