Our LLM Policy
Sovereign LLM Infrastructure
All LLMs used by CybeDefend are deployed on sovereign cloud infrastructure within your chosen region (EU or US). Your code and vulnerability data never leave your selected geographical boundary.No Training or Fine-Tuning
This policy ensures:- Complete confidentiality: Your proprietary code remains private
- No data leakage: Your security findings never contribute to model training
- Compliance: GDPR compliant today. SOC 2 Type II and ISO 27001 audits in progress, see the Security page
Data Processing
When you use CybeDefend AI features (Cybe Analysis, Cybe AutoFix, Cybe Security Champion):- Your code is parsed into our proprietary knowledge graph
- Queries are sent to sovereign LLMs within your chosen region
- Responses are generated using your specific codebase context
- All data remains within your regional boundary
LLM inference happens in real-time and is not persisted beyond the immediate request/response cycle.
What the knowledge graph actually holds
The graph is what lets the agent apply your own business rules on its next generation. It stores file paths and a short description of what each file does. It does not contain your source code. You can delete it at any time from the project settings, and disabling the AI features stops it being built. Source code itself is destroyed with its container at the end of the scan, see Never Stores Your Code.Regional LLM Deployment
Inference runs on open-weight models that CybeDefend hosts itself, inside the region you selected. Nothing crosses the regional boundary and no third-party AI API is involved.Your Control
You can enable or disable AI features at the project level:- Cybe Analysis: Can be toggled in project settings
- Cybe AutoFix: Requires explicit activation and Git integration
- Cybe Security Champion: Requires Cybe Analysis to be enabled
Related: Cybe Analysis Configuration · Data Storage & Privacy · Cloud Region Selection