PPT to Video Generator

AdvisoryAudited by Static analysis on May 12, 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.

What this means

If the required rendering tools are not already installed and pinned, the environment may resolve or download external package code when the command is run.

Why it was flagged

The rendering workflow depends on an npx-launched Remotion command, but the artifacts do not include a pinned package file or install specification. This is central to the skill's purpose, but users should control dependency versions and provenance.

Skill content
npx remotion render src/index.tsx ppt-video out/video.mp4 --overwrite --concurrency=1
Recommendation

Install Remotion and related tools from trusted sources, pin versions in a project package file, and review dependencies before rendering.

What this means

Confidential slide content could be exposed to the TTS tooling or provider depending on how edge-tts is configured and run.

Why it was flagged

The workflow passes narration text, which may be derived from the uploaded PPT, into a TTS CLI/provider. That is expected for generating voiceover, but the artifacts do not describe the provider privacy boundary.

Skill content
edge-tts --voice zh-CN-XiaoxiaoNeural --text "今天聊AI视频的双轨实践" --write-media p01.mp3
Recommendation

Avoid sensitive or confidential slide text unless the TTS provider is approved, or use a local/offline TTS option.