Video Promo

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only video-planning helper, though it may read project files and optionally use configured MCP search tools to gather product details.

This skill appears safe to install as an instruction-only helper. Before using it on sensitive projects, be aware that it may read project documentation/source files and, if configured, use MCP search tools; review the generated markdown file before sharing or committing it.

Findings (2)

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

The agent may read project documentation/source-related files and create or overwrite docs/video-promo.md in the current project.

Why it was flagged

The skill can inspect project files and create a markdown output file. This is expected for generating a project-specific promo plan, but it is still local file read/write authority.

Skill content
allowed-tools: Read, Grep, Glob, Write, AskUserQuestion ... "Read PRD (`docs/prd.md`), README, or CLAUDE.md" ... "Write plan" to `docs/video-promo.md`
Recommendation

Use it in the intended project directory and review the generated docs/video-promo.md before committing or sharing it.

What this means

Project names, search queries, and project search results may be handled by the configured MCP service rather than only local file tools.

Why it was flagged

If available, the skill may use Solograph MCP tools to search project code/info. This is disclosed and purpose-aligned, but the artifact does not describe the MCP server's data boundary or retention behavior.

Skill content
allowed-tools: ... mcp__solograph__project_code_search, mcp__solograph__project_info, mcp__solograph__kb_search ... `project_code_search(query, project)` — find UI components, screens, features to showcase
Recommendation

Only enable the optional MCP tools with a trusted Solograph/MCP configuration, especially for private or proprietary projects.