lovstudio-any2docx
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill operates by executing the
scripts/md2docx.pyPython script. This script parses markdown content and uses thepython-docxlibrary to generate a Word document. The execution is scoped to local file processing as requested by the user. - [EXTERNAL_DOWNLOADS]: To support image embedding, the conversion script is capable of fetching remote image files referenced in the markdown source using
urllib.request.urlretrieve. This is a standard functional feature for document rendering and does not involve the execution of downloaded content. - [PROMPT_INJECTION]: The
SKILL.mdfile contains instructions for the agent to interact with the user viaAskUserQuestionto select design styles and watermark settings. These instructions are functional UX elements and do not attempt to bypass or override safety filters.
Audit Metadata