If you discover a security vulnerability in OpenContext, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, please email: security@slxca.com
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
You should receive a response within 48 hours. We will work with you to understand and address the issue before any public disclosure.
This security policy applies to:
- The
opencontext-mcpnpm package - The OpenContext MCP server
OpenContext MCP is designed with security in mind:
- No network access: The server communicates only over stdio
- Local storage only: Files are written to the local filesystem
- No remote code execution: Only markdown files are processed
- No authentication needed: The server runs locally with your MCP client
When using OpenContext MCP:
- Review
.opencontext/files before committing them to version control - Use
.gitignoreif context should remain private - Be cautious with prompts that instruct agents to save sensitive information