Back to Home
EugeneAnt icon

mcp-server-sdlxliff

Verified Safe

by EugeneAnt

Overview

Enables AI assistants to directly parse, read, and modify SDLXLIFF translation files for localization tasks.

Installation

Run Command
mcp-server-sdlxliff

Security Notes

The server primarily interacts with the local file system via standard input/output, mitigating typical network-related risks. It uses `lxml` for XML parsing, which is generally robust. The `resolve_file_path` function attempts to translate sandbox paths to host paths by searching common user directories (Documents, Downloads, Desktop) and uses `Path.resolve()` to canonicalize paths, which helps prevent directory traversal. XPath values are handled with some basic escaping and iteration for complex IDs, reducing XPath injection risk. The main security consideration is the scope of file access granted by the execution environment (e.g., Claude Cowork sandbox) and the potential for a malicious file_path input to influence file discovery within the defined search roots. No hardcoded secrets or 'eval' statements were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

TranslationLocalizationSDLXLIFFXLIFFAI Assistant Tools