Cutrix Video Translate
ReviewAudited by ClawScan on May 12, 2026.
Overview
This appears to be a coherent Cutrix video-translation SDK skill, but users should understand that it installs an external Python SDK, uses a Cutrix API key, and uploads selected videos to Cutrix for processing.
Install only if you are comfortable using the Cutrix SDK, providing a Cutrix API key, and uploading selected videos to Cutrix for cloud processing. For sensitive projects, use a scoped API key, pin the SDK version, and confirm the provider's data handling terms.
Findings (3)
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.
The agent may need access to a Cutrix API key to submit translation jobs, which could consume account quota or paid usage.
The skill requires a Cutrix API key to access the service. This is expected for the integration and the artifact advises against hard-coding secrets, but users should recognize that agent-generated code may use this credential.
Secrets: Obtain an API key from the Cutrix console; never hard-code keys in repos or skill prose. Prefer the CUTRIX_API_KEY env var
Use a dedicated Cutrix API key with the minimum needed access, store it in an environment variable, and avoid pasting real keys into prompts or source files.
Selected videos and audio may leave the local machine and be processed by Cutrix, including voice-cloning-related processing.
The documented workflow uploads a user-selected local video file to Cutrix/cloud processing. This is central to the skill purpose and disclosed, but it is still sensitive because videos may contain private faces, voices, subtitles, or other content.
Required: file_path (local path), target_lang ... The SDK performs the full upload pipeline: init → cloud upload → complete → create task.
Only submit files you intend to share with Cutrix, review the provider's privacy/retention terms, and avoid using this skill on confidential media unless that external processing is acceptable.
Installing the skill's recommended dependency may install code from PyPI that is outside the reviewed artifact contents.
The skill depends on an external PyPI SDK using a version range rather than an exact pinned version. This is normal for an SDK-based skill, but it means future dependency versions could change behavior.
cutrix-video-translate-sdk>=0.0.2,<1.0.0
Install dependencies from a trusted environment and consider pinning a specific reviewed SDK version for reproducible or sensitive workflows.
