Material Report

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears purpose-aligned: it analyzes a user-provided ad video and creates a markdown report, with only expected local video/frame handling.

Before installing, be aware that the skill may use ffmpeg to extract frames from a video you provide and save those images locally. This is normal for its stated purpose; avoid using sensitive videos unless you are comfortable with local frame files being created.

Findings (1)

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 process the video locally and create image files in the working directory.

Why it was flagged

The skill instructs the agent to use a local command-line tool and write extracted frames. This is directly related to the video-analysis purpose and is scoped to the provided video.

Skill content
If frame extraction is needed, use ffmpeg to extract frames. Save all frame images in a folder named after the video
Recommendation

Use it only with videos you intend to analyze, and run it from a working directory where creating a frame folder is acceptable.