AIGroup Markdown to Word MCP

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is a coherent Markdown-to-Word converter, with the main caution that it relies on an external MCP/npm package to run the conversion.

This appears suitable for converting Markdown into Word documents. Before installing or using it with sensitive material, make sure you trust the upstream aigroup-mdtoword-mcp package and check that only the intended Markdown files and local assets are included in the output.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Using the skill may require running the upstream package locally to convert documents.

Why it was flagged

The skill relies on an external npm/MCP package to provide the actual conversion server, while no package code is included in the supplied artifacts.

Skill content
Local launch pattern in this workspace: `npx -y aigroup-mdtoword-mcp`
Recommendation

Install or run the package only from a trusted registry/source, consider pinning a known version, and avoid using it on sensitive files until you trust the upstream package.

What this means

The converter may include the content of selected Markdown files and referenced assets in the generated .docx.

Why it was flagged

The expected workflow reads a user-selected Markdown file and writes a generated Word document, which is appropriate for the stated purpose.

Skill content
existing Markdown file to convert ... Return the path to the generated `.docx`
Recommendation

Use it only on intended Markdown files and review the generated document before sharing it externally.