minimax-docx
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's setup and environment check scripts (
scripts/setup.sh,scripts/env_check.sh) facilitate the download of the official .NET installation script from Microsoft's trusted domain (dot.net). This is a standard procedure for configuring the required development environment. - [COMMAND_EXECUTION]: The skill utilizes several local command-line tools to provide its functionality:
- It uses the
dotnetCLI to build the document processing engine and execute C# scripts for advanced document manipulation. - It integrates
soffice(LibreOffice) to support the conversion of legacy.docfiles to the modern.docxformat. - It employs
pandocto provide plain-text previews of document content for the AI agent, avoiding the need to parse raw XML directly during analysis. - [SAFE]: No malicious patterns such as credential exfiltration, prompt injection, or unauthorized data access were detected. The skill's behavior is consistent with its stated purpose of professional document processing.
Audit Metadata