Back to skill
v1.0.0

Video Compressor

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:33 AM.

Analysis

This skill appears benign and mainly guides users to a third-party video compressor, with the main thing to notice being that users may upload videos to VideoAny.

GuidanceThis skill is reasonable for guidance-only use. Before using it, remember that compression happens on VideoAny's website, so avoid uploading confidential videos unless you trust that service and its data-handling practices.

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
permissions:
  - shell:exec

The skill requests shell execution, but the documented command is a local Python helper and the provided source only prints VideoAny guidance.

User impactThe agent may run the bundled guidance script locally, although the reviewed code does not perform compression, file access, uploads, or destructive actions.
RecommendationAllow the shell helper only if you are comfortable with it, and keep normal review/approval for any shell command beyond the documented guidance script.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
actual generation is done on VideoAny web

The compression workflow is performed by an external web service, so videos selected by the user may be uploaded outside the local environment.

User impactIf you follow the guidance, private or sensitive videos may be sent to VideoAny for processing.
RecommendationOnly upload videos you are authorized to share with that service, and review VideoAny's privacy and retention terms for sensitive content.