Back to Home
dealfluence icon

adeu

Verified Safe

by dealfluence

Overview

Facilitates AI agents and LLMs to apply 'Track Changes' and comments to Microsoft Word documents, enabling automated redlining and document reconciliation.

Installation

Run Command
uvx adeu adeu-server

Security Notes

The server primarily interacts with the local file system based on paths provided as arguments. A key security consideration is the sanitization of these file paths by the calling LLM agent or client to prevent path traversal attacks, as the server's functions perform read/write operations (e.g., `read_docx`, `apply_structured_edits`) on local files. No 'eval' or direct network risks to external malicious hosts were found. `lxml.xpath` is used for internal XML cleanup, not for parsing untrusted XPath expressions from external input.

Similar Servers

Stats

Interest Score67
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars22
Forks2
Last Update2026-01-19

Tags

AILLMWord ProcessingDocument RedliningTrack Changes