Skip to main content

pptx

Facilitates the creation and manipulation of PowerPoint presentations, enabling users to efficiently build and edit slide decks.

Install this skill

or
68/100

Security score

The pptx skill was audited on Jun 3, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 195

Python subprocess execution

SourceSKILL.md
195result = subprocess.run(['python', '-m', 'markitdown', 'presentation.pptx'], capture_output=True, text=True)
medium line 202

Python subprocess execution

SourceSKILL.md
202subprocess.run(['python', 'scripts/thumbnail.py', 'presentation.pptx'])
medium line 205

Python subprocess execution

SourceSKILL.md
205subprocess.run(['python', 'scripts/office/unpack.py', 'presentation.pptx', 'unpacked/'])
medium line 411

Python subprocess execution

SourceSKILL.md
411result = subprocess.run(['python', '-m', 'markitdown', 'output.pptx'], capture_output=True, text=True)
medium line 421

Python subprocess execution

SourceSKILL.md
421result = subprocess.run(['python', '-m', 'markitdown', 'output.pptx'], capture_output=True, text=True)
medium line 435

Python subprocess execution

SourceSKILL.md
435result = subprocess.run(['python', 'scripts/structural_qa.py', 'output.pptx'], capture_output=True, text=True)
low line 365

Unicode escape sequences

SourceSKILL.md
365| quote | - | quote:(1, 1.5, 8, 3) | bg:(245,245,245), "\u201C" at (0.5, 0.8) |
low line 376

Unicode escape sequences

SourceSKILL.md
376- **quote**: Light gray background, large quote mark "\u201C" (120pt, gray), quote text centered
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →