Skip to content

Security: ArchieeR/invormed-mcp

Security

SECURITY.md

Security Policy

Reporting Vulnerabilities

If you discover a security vulnerability, please email security@invormed.com rather than opening a public issue.

Credential Handling

  • Never commit API keys or secrets to version control
  • Trading 212 and FMP API keys are provided by users and handled locally
  • When using the hosted MCP server, API keys are encrypted at rest using AES-256-GCM
  • Firebase service account credentials should be stored as environment variables, never in code

Data Handling

  • Portfolio data is only accessible by the authenticated user
  • Firestore security rules enforce user-level isolation
  • No portfolio data is sent to analytics or error tracking services
  • Session recordings (Microsoft Clarity) mask all financial data

Supported Versions

Version Supported
0.1.x Yes

There aren't any published security advisories