pptx-generator
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the 'python-pptx' library, which is a standard and well-known dependency for PowerPoint generation.
- [COMMAND_EXECUTION]: The skill uses Python code to save generated '.pptx' files to the local file system, which is consistent with its primary purpose.
- [PROMPT_INJECTION]: The skill processes 'structured content' from user input to build slides, creating a surface for indirect prompt injection. * Ingestion points: Untrusted structured content entering via the slide generation process (SKILL.md). * Boundary markers: No markers or 'ignore' instructions are used to delimit external content. * Capability inventory: The skill has the capability to write files to the system via the 'prs.save' command (SKILL.md). * Sanitization: No validation or sanitization of the input content is implemented.
Audit Metadata