ppt-generation
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate workflow for presentation generation. It creates structured JSON plans and uses a Python script to assemble generated images into a PowerPoint file using the standard
python-pptxlibrary. - [COMMAND_EXECUTION]: The skill uses subprocess calls to execute its own local generation scripts (
/mnt/skills/public/ppt-generation/scripts/generate.py) and references another local skill for image generation. These operations are confined to the local environment and are used as intended for the primary skill purpose. - [DATA_EXPOSURE_&_EXFILTRATION]: All file operations are restricted to the expected workspace (
/mnt/user-data/workspace/) and output (/mnt/user-data/outputs/) directories. No sensitive file paths or unauthorized network operations were detected. - [PROMPT_INJECTION]: Instructions include clear formatting for image prompts but do not attempt to bypass agent safety filters or override system instructions. Natural instructional language like 'IMPORTANT' and 'CRITICAL' is used exclusively to enforce design consistency and sequential processing steps.
Audit Metadata