Skip to content

Security: mirusser/rfc-rag

Security

SECURITY.md

Security Policy

Supported Versions

The project is experimental. Security fixes apply to the latest commit on master.

Reporting a Vulnerability

Please report security vulnerabilities privately to the repository maintainer. Do not open a public issue.

Dependencies

This project depends on:

  • OpenRouter API for embedding generation. Your API key should be kept secret and never committed.
  • PostgreSQL for data storage. Ensure your database is not exposed to untrusted networks.
  • Local RFC mirror accessed via filesystem. The server only reads from this path.

MCP Server Security

The RFC RAG MCP tool surface is read-only. It does not:

  • Execute arbitrary commands or shell scripts
  • Write to the filesystem, except configured query trace JSONL files when RfcRag__TraceDirectory is set
  • Accept network connections (stdio transport only)
  • Expose secrets in tool responses

There aren't any published security advisories