Dragon Ppt Maker.Bak
v1.0.0Create professional PPTs with python-pptx featuring tech-style design, mixed text and images, multiple layouts, and HTML content support.
⭐ 0· 50·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description promise a PPT generator using python-pptx; the code (ppt_maker.py) implements slide construction, themes, and typical features. No unrelated credentials, binaries, or system access are requested. Minor inconsistency: registry metadata ownerId in the manifest summary differs from the ownerId inside _meta.json (two different IDs), which suggests packaging/versioning sloppiness but not a security issue by itself.
Instruction Scope
SKILL.md gives concrete CLI/API usage and only asks the user to pip install python-pptx and pillow. It declares HTML content support "通过截图或链接" but the visible portion of ppt_maker.py does not show an explicit HTML rendering/fetching implementation—this could be unimplemented documentation or code present later in the truncated portion. There are no instructions to read unrelated files, environment variables, or to exfiltrate data.
Install Mechanism
This is an instruction-only skill (no platform install spec). SKILL.md recommends pip installing python-pptx and pillow — standard PyPI packages for this purpose. No downloads from arbitrary URLs or archive extraction are present in the package.
Credentials
The skill declares no required environment variables or credentials, and the code shown does not access os.environ for secrets. The requested dependencies match the described functionality.
Persistence & Privilege
The skill does not request always: true, does not modify other skill configs, and is user-invocable. Normal autonomous invocation is allowed by platform defaults but presents no additional red flags here.
Assessment
This skill appears to do what it says: build PPTX files using python-pptx and Pillow. Before installing or running: (1) inspect the full ppt_maker.py (the provided snippet was truncated) to confirm how HTML content/links are handled — ensure it doesn't silently fetch or execute remote content; (2) be comfortable running 'pip install python-pptx pillow' from PyPI; (3) note the minor metadata mismatch in _meta.json (ownerId differs) — treat that as a hygiene issue and, if you rely on provenance, ask the publisher for clarification. If you plan to use remote images or links in slides, review any code that downloads or opens URLs to ensure it only fetches what you expect.Like a lobster shell, security has layers — review code before you run it.
latestvk975cj689025h6st3zprkdf5pn84rhrk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
