Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.16 KB

File metadata and controls

24 lines (15 loc) · 1.16 KB

Security Policy

Reporting a Vulnerability

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.

Scope

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 screencapture invoked 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 image crate

Supported Versions

We support the latest release only. Please verify you are on the latest version before reporting.