Back to skill
Skillv1.0.0

ClawScan security

Creator Video Compressor · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 21, 2026, 6:57 AM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill is an instruction-only, platform-focused video compression guide that requests no credentials, no installs, and does not instruct any unrelated data access—its declared purpose aligns with its content.
Guidance
This skill is a high-level checklist for compressing videos and appears internally consistent. Before using it, confirm how your agent will implement the steps (for example, which tool—ffmpeg or a cloud service—it will call). Prefer local, well-known tools (ffmpeg) or official platform APIs, avoid automatic uploads to unknown external endpoints, and test on copies of files to verify quality and that no private data is transmitted. If you need autonomous file uploads or remote processing, verify the agent's network/file permissions and the destination's trustworthiness.

Review Dimensions

Purpose & Capability
okName and description match the instructions: the skill is a high-level guide for compressing videos for various platforms and does not request unrelated resources or capabilities.
Instruction Scope
noteThe SKILL.md stays within the compressor domain (select profile, adjust bitrate/resolution, preserve clarity) and does not ask for unrelated files or secrets. It is high-level and implementation-agnostic (no explicit commands or tooling specified), so the runtime behavior will depend on how the agent implements these steps.
Install Mechanism
okNo install spec or code files are provided (instruction-only). Nothing gets downloaded or written to disk by the skill itself.
Credentials
okThe skill requests no environment variables, credentials, or config paths—requirements are proportionate to the stated purpose.
Persistence & Privilege
okalways:false and normal model invocation are used. The skill does not request persistent or elevated privileges or modify other skills/config.