Skip to content

Security: namishsaxena/lore

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.1.x

Reporting a Vulnerability

If you discover a security vulnerability in Lore, please report it responsibly.

Do NOT open a public issue for security vulnerabilities.

Instead, please email namishsaxena@gmail.com with:

  1. A description of the vulnerability
  2. Steps to reproduce the issue
  3. Potential impact assessment
  4. Any suggested fixes (optional)

What to expect

  • Acknowledgment: We will acknowledge receipt of your report within 48 hours
  • Assessment: We will assess the vulnerability and determine its severity
  • Resolution: We will work on a fix and coordinate disclosure timing with you
  • Credit: We will credit you in the release notes (unless you prefer to remain anonymous)

Security Best Practices for Users

When using Lore:

  1. Keep Lore updated to the latest version
  2. Review imported content before adding to your knowledge base
  3. Don't store secrets in knowledge entries (API keys, passwords, tokens)
  4. Use .gitignore appropriately - the SQLite database (lore.db) is gitignored by default
  5. Review JSONL exports before committing to ensure no sensitive data is included

Scope

This security policy covers the Lore CLI tool and its packages:

  • @lore/cli
  • @lore/core
  • @lore/mcp

Third-party dependencies are managed through standard npm security practices.

There aren’t any published security advisories