Please do not open a public GitHub issue for security vulnerabilities.
Report vulnerabilities privately via GitHub Security Advisories. This keeps the details confidential until a fix is ready.
We will acknowledge your report within 48 hours and aim to release a fix within 14 days for critical issues, depending on severity and complexity.
Thuki runs entirely on your local machine. There is no server, no cloud backend, and no telemetry. The attack surface is limited to:
- The Tauri IPC boundary between the frontend and Rust backend
- The macOS Accessibility API integration that captures selected text and screen bounds at activation (
context.rs) - Screenshot capture via
screencaptureinvoked through the Tauri command layer (screenshot.rs) - The Docker sandbox configuration (network isolation, capability dropping)
- The local SQLite database storing conversation history
- Image processing via the
imagecrate
We support the latest release only. Please verify you are on the latest version before reporting.