PentoVideo - AI Video Factory

PassAudited by ClawScan on May 13, 2026.

Overview

This appears to be a coherent video-production skill, but users should review the external install, cloud media-processing, and optional publishing/account steps before using them.

Before installing or running production commands, verify the GitHub repository and dependencies. Avoid sending confidential scripts, images, PPTs, or audio to external providers unless approved. Confirm explicitly before any publish, GitHub, or AWS-profile command is run.

Findings (4)

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

Running dependency installation from an external repo can execute third-party package scripts on the user's machine.

Why it was flagged

The setup instructions ask the user to clone and install dependencies from an external repository; this is expected for a video-rendering framework but should be verified before running install scripts.

Skill content
git clone https://github.com/zhbcher/pentovideo.git

# Install dependencies
pnpm install
Recommendation

Review the repository, package files, and lockfile first; prefer pinning a trusted commit and running setup in a sandboxed project environment.

What this means

User prompts, scripts, images, PPT contents, audio, or generated media may be sent to external tools or services during production.

Why it was flagged

The skill discloses use of external or provider-style services for image generation, text-to-speech, OCR, and transcription/captioning, which may process user media or scripts.

Skill content
Includes pre-flight gate, prompt expansion, SenseNova image gen, OCR QA, Edge TTS, Whisper captions
Recommendation

Do not use sensitive or confidential materials with external AI/TTS/OCR/transcription services unless the provider and data-handling terms are acceptable.

What this means

If invoked, the agent could act through the user's GitHub or AWS-authenticated environment to publish previews, upload images, push branches, or open pull requests.

Why it was flagged

The optional catalog-contribution workflow may use local AWS and GitHub credentials and push/publish content, which is coherent for contributing but requires explicit user approval.

Skill content
run `scripts/upload-docs-images.sh` (requires AWS profile `engineering-767398024897`) ... run `gh auth login` ... `git push origin feat/registry-{name}`
Recommendation

Only run contribution/publishing steps after confirming the target account, repository, branch, and files; use least-privileged profiles where possible.

What this means

Project prompts and design context may persist on disk after the video task finishes.

Why it was flagged

The workflow stores an expanded prompt file in project-local state, which is useful for production continuity but may contain user intent, brand details, or script information.

Skill content
输出到 `.pentovideo/expanded-prompt.md`
Recommendation

Treat .pentovideo files as project data; avoid including secrets and delete or protect them if they contain sensitive information.