Video Editing

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only video editing guide, with expected notes around third-party uploads, optional API keys, and user-run media tools.

This skill appears safe to install as an instruction-only video editing guide. Before following its workflows, keep source files backed up, review any shell commands, avoid sharing API keys in chat, and only upload media to cloud services if you are comfortable with that provider handling the footage or audio.

Findings (4)

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 suggest commands that create or alter video/audio outputs, so users should confirm file paths and keep originals.

Why it was flagged

The skill anticipates media-editing actions and includes a safeguard to preserve originals, making the tool-use guidance purpose-aligned but still worth user attention because it can modify media files.

Skill content
- Ask what edit they need: remove background, color grade, upscale, stabilize, enhance
- Always work on copies, preserve originals
Recommendation

Review commands before running them, use copies of source files, and avoid operating directly on irreplaceable media.

What this means

If users choose API workflows, they may need to provide third-party service credentials.

Why it was flagged

The skill includes optional API examples using provider API keys. This is expected for cloud AI video services, but credentials are not declared in the registry metadata.

Skill content
headers={"Authorization": f"Bearer {API_KEY}"}
Recommendation

Use service-specific, least-privilege API keys where possible and do not paste credentials into shared chats or saved documents.

What this means

Private footage, voices, faces, or business content could be sent to external providers if the user chooses those workflows.

Why it was flagged

The skill recommends web-based processing where media is uploaded to third-party services. This is disclosed and aligned with the purpose, but it crosses a data boundary.

Skill content
- Upload audio/video
- AI removes noise, enhances voice
Recommendation

Before uploading, check the provider’s privacy terms and avoid cloud tools for sensitive or confidential media unless approved.

What this means

Installing third-party media tools changes the local environment and depends on the trustworthiness of those packages.

Why it was flagged

The documentation includes user-run package installation examples for media tools. They are central to the stated purpose and not automatically executed by the skill.

Skill content
pip install video2x
Recommendation

Install tools from official sources, review package provenance, and prefer isolated environments for experimental video-processing packages.