Skywork-ppt
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various Python scripts to handle PPT generation, imitation, and editing. It also uses shell commands to verify the Python environment and manage slide operations (deleting, reordering, etc.) via the
python-pptxlibrary. - [EXTERNAL_DOWNLOADS]: During initialization, the skill uses pip to install the
python-pptxdependency from a standard package registry. It also downloads generated presentation files from official Skywork AI endpoints after backend processing is complete. - [CREDENTIALS_UNSAFE]: The skill manages authentication tokens through the
SKYBOT_TOKENenvironment variable or a local cache file (~/.skywork_token). This is documented as standard practice for the tool's authentication flow and does not involve hardcoded secrets.
Audit Metadata