ppt-maker
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious code or patterns were detected. The skill implementation is a legitimate tool for document generation and project management.
- [COMMAND_EXECUTION]: The provided Python scripts (e.g.,
ppt_manager.py,html_to_ppt.py) are designed for command-line use by an AI agent. They handle project initialization, file addition, and final PPTX building through standard argument parsing. No use of dangerous shells or unsanitized system calls was found. - [DATA_EXFILTRATION]: The skill operates entirely within a local project directory structure. There are no network calls, external API requests, or attempts to access sensitive system files (e.g., SSH keys, credentials).
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on enforce design quality, component diversity, and tool-specific workflows. There are no patterns attempting to bypass agent safety filters or override core behavioral guidelines. - [REMOTE_CODE_EXECUTION]: The skill uses the standard
xml.etree.ElementTreelibrary for XML parsing andpython-pptxfor presentation generation. It does not employeval(),exec(), or dynamic code loading mechanisms that could be exploited by remote input.
Audit Metadata