minimax-docx
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The setup scripts (
scripts/setup.shandscripts/setup.ps1) fetch the .NET installation script fromhttps://dot.net/v1/dotnet-install.sh. This is an official Microsoft domain used to install the necessary developer framework. - [COMMAND_EXECUTION]: The skill utilizes the
dotnet runcommand to execute document generation and editing tasks. This is the core mechanism of the tool and is used as intended for document processing workflows. - [DYNAMIC_EXECUTION]: To handle complex document structures, the skill allows for the generation and execution of C# script files (
.csx). This developer-centric approach is the primary method for performing advanced OpenXML operations and is clearly outlined in the documentation. - [REMOTE_CODE_EXECUTION]: Automated security scanners identified the download of the .NET install script. Analysis confirms the source is a trusted Microsoft service, and the script is used solely for the legitimate purpose of installing the .NET runtime required by the skill.
- [PRIVILEGE_ESCALATION]: Setup scripts utilize
sudoto install system-level dependencies via package managers andchmodto set script execution permissions. These operations are standard for software installation and are appropriately scoped to the setup phase.
Audit Metadata