Kannaka Library
kannaka-labs/Kannaktopus docs/PRIVACY.md · 2026-09-08 · source ↗ · edit ↗

Privacy Policy

Kannaktopus is an open-source Claude Code plugin. This policy describes how the plugin handles data.

What the plugin collects

Nothing. Kannaktopus does not collect, transmit, or store any personal data, telemetry, analytics, or usage metrics. There is no phone-home, no tracking, and no remote data collection of any kind.

What stays on your machine

All plugin data is stored locally:

  • Session state: ~/.kannaktopus/ — workflow progress, provider cache, HUD config
  • Results: ~/.kannaktopus/results/ — research synthesis, quality gate outputs
  • Logs: ~/.kannaktopus/logs/ — diagnostic logs (never transmitted)

Third-party API calls

The plugin dispatches prompts to AI providers you configure. These calls go directly from your machine to the provider's API — the plugin is not an intermediary:

ProviderWho receives your promptsYour relationship
Codex (OpenAI)OpenAIYour API key or OAuth
Gemini (Google)GoogleYour API key or OAuth
Copilot (GitHub)GitHubYour Copilot subscription
Qwen (Alibaba)Alibaba CloudYour Qwen OAuth
OllamaYour local machineNo external calls
PerplexityPerplexity AIYour API key
OpenRouterOpenRouterYour API key
Claude (Anthropic)AnthropicYour Claude Code subscription

The plugin does not add headers, modify payloads, or route traffic through any intermediary server.

Rate limit API

The HUD statusline optionally calls the Anthropic OAuth usage API (api.anthropic.com/api/oauth/usage) to display your rate limit status. This uses your existing Claude Code credentials and returns only your usage percentages — no prompt content is involved.

Open source

The complete source code is available at github.com/NickFlach/Kannaktopus under the MIT license. You can audit every line.

Contact

For privacy questions, open an issue at github.com/NickFlach/Kannaktopus/issues.

Last updated: March 2026