
TL;DR
xAI's Grok Build CLI was found to upload entire Git repositories, including sensitive data, to Google Cloud without user consent. A security researcher discovered this behavior using the mitmproxy tool, revealing that disabling data collection settings did not prevent uploads.
✦ Why It Matters
Developers should audit their use of Grok Build CLI and ensure sensitive data is not exposed during uploads.
Key Takeaways
How It Works
Grok Build CLI uploads entire Git repositories to a designated Google Cloud Storage bucket, regardless of the specific files being accessed for coding tasks. This means that even if a developer is only working on a small part of the code, the entire codebase, including its history and any sensitive information, is sent to the cloud.
Related