Create or edit PowerPoint presentations. Dual-mode skill: (1) Editing mode preserves existing templates via Open XML unpack/edit/repack when an existing .pptx is provided. (2) Generation mode creates new Metis-branded decks from a design system with 36 composable components and 5 layout grids. Includes brand extraction for client decks and visual QA via PowerPoint COM. Triggers on deck, slides, presentation, PPT, or any .pptx request.
93
93%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill's Editing workflow explicitly ingests arbitrary user-provided .pptx files ("When an existing .pptx file is provided..." in SKILL.md) and requires running scripts that extract and parse slide text/brand tokens (e.g., scripts/extract_brand.py and the markitdown calls in Section 1.2/1.3), and those extracted contents are used to drive triage, editing, and slide-generation decisions—so untrusted third-party file content can materially influence the agent's actions.