Pptx Generator
Security checks across static analysis, malware telemetry, and agentic risk
Overview
The artifacts show a purpose-aligned PowerPoint generator, with only routine local Python/package setup considerations.
This appears safe for its stated purpose. Before installing, treat it like any local Python-based document generator: use a trusted environment, install dependencies carefully, and review the resulting PPTX before distributing it.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
Installing the dependencies may pull current versions from the package index, so the local environment depends on those packages being trustworthy.
The skill asks for external Python packages without pinned versions. This is common and purpose-aligned for generating PPTX files, but package provenance/version drift is still something users should notice.
dependencies: "pip install python-pptx pillow"
Install dependencies in a trusted or isolated Python environment, and consider pinning known-good versions of python-pptx and pillow.
Using the skill may involve running local Python code to create presentation files.
The skill requires python3 and includes Python implementation code to generate presentations. This local code execution is expected for the stated PPTX-generation purpose and is not shown doing unrelated work.
metadata: {"openclaw": {"emoji": "📊", "requires": {"bins": ["python3"], "env": []}}}Run it only in directories where generated presentation files are expected, and review generated files before sharing them.
