ppt-generator
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary logic resides in 'scripts/generate_ppt.py', which uses the 'python-pptx' library for document creation. All operations are local and limited to generating .pptx files based on input configurations.
- [SAFE]: No signs of prompt injection or behavior override attempts were found in the skill's instructions or metadata.
- [SAFE]: The script does not contain any hardcoded credentials or access sensitive file paths (e.g., SSH keys, environment variables).
- [SAFE]: There are no network-related imports (like requests or urllib) or operations, ensuring that no data is sent to external servers.
- [SAFE]: While the skill processes user-supplied data for slide content, this represents the core functionality of a document generator and does not pose a risk of code execution, as the content is treated strictly as text/data for the PPTX XML structure.
Audit Metadata