Skill Video Caption Overlay
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Using the skill may download current versions of Python packages, so behavior can depend on the package versions uv resolves.
The documented workflow installs or resolves MoviePy and Pillow through uv without pinned versions. This is expected for a Python video-rendering skill, but users should be aware that package resolution depends on the external package source at run time.
uv run --with moviepy --with pillow scripts/overlay.py
If reproducibility or supply-chain control matters, pin dependency versions or run it in a controlled environment before processing important media.
