Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Security: aikeyaorg/aikeya

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability in Aikeya, please report it by opening a GitHub issue or contacting the maintainer directly.

Please include:

  • A description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Any suggested fixes (if applicable)

Security Considerations

API Key Storage

Aikeya stores API keys for LLM and TTS providers locally on your device. This means:

  • Keys are stored locally on your device only
  • Keys are not sent to any server other than the respective API providers
  • Keys persist until you remove them in Settings or clear the app's data

Recommendations:

  • Use Aikeya on trusted devices only
  • Consider using API keys with usage limits when possible
  • Remove API keys in Settings if using a shared device

Client-Side Application

Aikeya stores all your data locally on your device. When self-hosting, chat and model-fetching requests are proxied through SvelteKit server-side API routes before reaching the provider. No data is stored server-side -- the server acts only as a pass-through. When using the hosted version at aikeya.org, these requests pass through the deployment server in the same way.

Third-Party Services

When you configure API keys, Aikeya communicates directly with:

  • LLM providers (OpenAI, Anthropic, Google, etc.)
  • TTS providers (ElevenLabs, OpenAI, etc.)

Please review the privacy policies and terms of service of any providers you choose to use.

Supported Versions

Version Supported
0.x.x

Updates

Security updates will be released as needed. Watch the repository for notifications about important updates.

There aren't any published security advisories