Skip to content

Security: lhzn-io/kanoa

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.1.x
< 0.1.0

Reporting a Vulnerability

Please report security vulnerabilities by opening a new GitHub security advisory.

You can also send an email to security@lhzn.io.

If the security vulnerability is accepted, a patch will be crafted privately in order to prepare a dedicated bugfix release as timely as possible (depending on the complexity of the fix).

Security Considerations

kanoa is a client library that interfaces with third-party LLM providers (Gemini, Claude, OpenAI, vLLM). The security posture of your application depends on:

  1. Backend Provider Security: kanoa cannot mitigate vulnerabilities in the underlying LLM services (e.g., prompt injection, data exfiltration). Users should review the security documentation of their chosen provider.

  2. API Key Management: Protect your API keys as you would any credential. See the Authentication Guide for best practices.

  3. Input Validation: If you build applications that accept user-generated content for interpretation, implement appropriate input validation and sanitization.

kanoa security reports should focus on vulnerabilities in the library itself (e.g., code execution, dependency vulnerabilities, API key leakage in logs).

There aren't any published security advisories