export-as-pptx-editable
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEPROMPT_INJECTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructions require the agent to read and process untrusted HTML files to determine navigation logic and slide structure. Malicious content within these files could attempt to influence the agent's behavior.
- Ingestion points: HTML slide decks are accessed using the
read_filetool (SKILL.md). - Boundary markers: There are no specific delimiters or warnings used to prevent the agent from following instructions embedded in the slide content.
- Capability inventory: The skill utilizes the
gen_pptxtool which can execute JavaScript and theshow_to_usertool. - Sanitization: The instructions do not specify any sanitization or validation of the HTML content before it is processed by the agent.
- [DYNAMIC_EXECUTION]: The
gen_pptxtool accepts ashowJsparameter, which is used to execute arbitrary JavaScript strings within an iframe context for the purpose of slide navigation. The skill provides templates for generating these scripts based on the ingested content. - [EXTERNAL_DOWNLOADS]: The skill can be configured to fetch assets from Google Fonts via the
googleFontImportsparameter. This facilitates proper rendering of slide typography from a well-known service.
Audit Metadata