Ai Video Editor Names

AdvisoryAudited by Static analysis on May 5, 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

Starting the skill may create a remote session before any editing happens, and later prompts can trigger upload, render, status, or export API calls.

Why it was flagged

The skill intentionally makes remote setup/API calls as part of normal use. This matches the cloud-editing purpose, but it is still an automatic external action users should notice.

Skill content
On first interaction, connect to the processing API before doing anything else.
Recommendation

Use clear prompts, review before exporting if credits or subscriptions matter, and only provide media you intend to process remotely.

What this means

The token may authorize editing sessions, exports, and credit usage on the NemoVideo service.

Why it was flagged

The skill uses a bearer token for the NemoVideo API and can also obtain an anonymous token. This is expected for the service integration, and the instructions say not to print tokens.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a token intended for this service, keep it private, and monitor credit or subscription use.

What this means

Uploaded videos, audio, images, or URLs may leave your device and be processed by the external NemoVideo backend.

Why it was flagged

The skill discloses that media processing happens on a remote provider, and the documented upload endpoint sends files or URLs to that service.

Skill content
The AI video editing runs on remote GPU nodes — nothing to install on your machine.
Recommendation

Do not upload confidential screen recordings or private media unless you trust the provider and are comfortable with its data handling.

What this means

It may be harder to independently verify who operates the service or review provider documentation before sending media.

Why it was flagged

The registry metadata provides limited provenance for a skill that connects to an external video-processing API.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the API/provider out of band if you plan to upload sensitive or valuable content.