md-to-office

Warn

Audited by Runlayer on Mar 10, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
81%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
md-to-office/SKILL.mdMEDIUM
80.8%

Tool passed security scan

Risky tool definition detected

Contact: sales@company.com """ with open('presentation.md', 'w') as f: f.write(slides_md) subprocess.run([ 'pandoc', 'presentation.md', '-o', 'q4_review.pptx', '--reference-doc', 'company_slides.pptx' ], check=True) ``` ## Limitations - Complex Word formatting may not convert perfectly - PDF conversion requires LaTeX or wkhtmltopdf - PowerPoint animations not supported - Some advanced tables may need manual adjustment - Image positioning can be tricky ## Installation ```bash # macOS brew install

Audit Metadata
Max File Score
81%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Mar 10, 2026, 09:01 AM
Security Audit — runlayer — md-to-office