pptx
Warn
Audited by Snyk on Aug 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill’s required runtime workflow reads text from the user-supplied .pptx they provide to pandoc/python-pptx (e.g.,
pandoc path-to-file.pptxandPresentation('presentation.pptx')), so outsider-authored free text in that file can be ingested without selecting a specific trusted item first.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly suggests running "sudo apt-get install" to install system packages (lines show "sudo apt-get install pandoc" and "sudo apt-get install libreoffice poppler-utils"), which directs the agent to obtain elevated privileges and modify the host system state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata