Video Processor

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.

What this means

A future install could execute a different version of the installer than the one implied by the reviewed artifacts.

Why it was flagged

The README uses a user-directed install command with a moving '@latest' package version. This is common setup documentation, but it is not pinned to a reviewed version.

Skill content
npx clawhub@latest install video-processor
Recommendation

Install only from a trusted ClawHub/npm source, and pin or verify versions when possible.

What this means

Users may need local tools that are not visible in the registry requirements, and should be aware that curl can support network operations if used by external commands.

Why it was flagged

The included metadata declares curl and ffmpeg and shows version 1.0.0, while the registry metadata says version 1.1.0 and no required binaries. ffmpeg is expected for video processing, but the mismatch and curl dependency are disclosure gaps rather than evidence of malicious use.

Skill content
"version":"1.0.0","requires":{"bins":["curl","ffmpeg"]}
Recommendation

Treat ffmpeg/curl as required local dependencies, and verify what the external video CLI does before processing private videos.