Does MonkeyCode send my source code to external servers?
It depends on the model route you configure. Self-hosting the platform does not automatically prevent code or prompts from reaching an external model provider.
Trace every egress path (model endpoints, Git hosts, package registries, updates, telemetry, and logs) and test with non-sensitive code before trusting the boundary.
| Determined by | The model route you configure |
|---|---|
| Self-hosting | Does not automatically block egress |
| Paths to trace | Models, Git, packages, updates, telemetry, logs |
| Verification | Test with non-sensitive code first |
Map and test every outbound path in your configuration before using confidential repositories.