@lazyants/lexware-mcp-server is an independent MCP server. It is
not an official product of, endorsed by, or affiliated with the
Lexware Office Public API vendor, Anthropic, or the Model Context Protocol
project. Security guarantees are limited to what this repository's
maintainers commit to in Reporting a vulnerability
below; the upstream vendor's security team is not responsible for issues in
this wrapper.
| Version | Supported |
|---|---|
| 1.x | ✅ |
Older majors are not supported. Once 2.x is released, 1.x will receive
security fixes for at least 6 months.
If you discover a security issue in @lazyants/lexware-mcp-server, please
report it privately rather than opening a public GitHub issue.
Preferred channel — GitHub Security Advisories
Open a private advisory at https://github.com/lazyants/lexware-mcp-server/security/advisories/new. GitHub will notify the maintainers and let us coordinate a fix and disclosure timeline with you.
Alternative — email
If GitHub Security Advisories are not available to you, send a description
to smaxims@gmail.com with [lexware-mcp-server security] in the subject.
We aim to acknowledge reports within 3 business days.
- The version of
@lazyants/lexware-mcp-serverand Node.js you tested. - A minimal reproduction (preferably a payload, an MCP-tool invocation, or a stack trace).
- Your assessment of impact: data leakage, unauthenticated execution, privilege escalation, denial of service, etc.
- The MCP server itself: tool registration, request handling, the
services/lexware.tsaxios client, the file-upload pipeline, the webhook signature verifier. - The published npm artifact (
dist/). - Sample configurations in
README.mdthat could mislead users into an insecure setup.
- Vulnerabilities in the upstream Lexware Office Public API itself — please report those to Lexware.
- Issues in transitive devDependencies that do not ship in the published
package (e.g.
vitest, its sub-deps). We track them via Dependabot but do not treat them as security incidents. - Misconfiguration of the consumer's own environment (leaked
LEXWARE_API_TOKEN, exposed webhook endpoints, etc.).
Please do not disclose the issue publicly until a fix has been released and the maintainers have had a reasonable opportunity to coordinate. We commit to working on a fix promptly and crediting reporters in the changelog unless you ask to remain anonymous.