PPT制作

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a purpose-aligned PPT generation skill with a normal, user-directed Python dependency install and no evidence of credential use, persistence, exfiltration, or destructive behavior.

This skill looks reasonable for creating PPT files. Before using it, install the listed Python dependencies in an isolated environment if possible, and choose output paths and any images or HTML inputs intentionally.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill's dependencies may add third-party code to the user's Python environment.

Why it was flagged

The skill asks the user to install third-party Python packages. This is purpose-aligned for generating PPTX files and handling images, but it is still external package installation.

Skill content
pip install python-pptx pillow
Recommendation

Install dependencies from a trusted package index, preferably in a virtual environment, and pin package versions if reproducibility or stricter security is needed.