SketchUp-PPT生成
PassAudited by VirusTotal on Apr 14, 2026.
Findings (1)
The skill is a utility for generating a 15-page PowerPoint template for interior design presentations. The Python script `generate_ppt_from_skp.py` uses the `python-pptx` library to create a slide deck with predefined sections; it only reads the input file's metadata (size and name) and does not perform any network requests, sensitive data access, or shell execution. Although the script contains a minor bug (referencing an undefined variable `output_path` at the end of `main`), there is no evidence of malicious intent or harmful instructions in the documentation.
