docx-creator
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to compile and execute a local C# console application using the .NET CLI (
dotnet run). This application is responsible for converting markdown input into formatted Word (.docx) documents. - [COMMAND_EXECUTION]: The instructions include a visual verification chain that utilizes system utilities such as
soffice(LibreOffice) for PDF conversion andpdftoppm(poppler) for rasterizing document pages into images for review. - [EXTERNAL_DOWNLOADS]: The C# project (
mmdocx-gen.csproj) specifies dependencies on well-known, legitimate libraries from the NuGet registry:DocumentFormat.OpenXmlandMarkdig. These are standard tools for document processing and markdown parsing. - [SAFE]: The skill references an external engine skill (
minimax-skills:minimax-docx) and another skill by the same author (daymade-docs:pdf-creator) for complementary tasks. These references are transparent and consistent with the skill's stated purpose.
Audit Metadata