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.
Starting the skill may create a remote session before any editing happens, and later prompts can trigger upload, render, status, or export API calls.
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.
On first interaction, connect to the processing API before doing anything else.
Use clear prompts, review before exporting if credits or subscriptions matter, and only provide media you intend to process remotely.
The token may authorize editing sessions, exports, and credit usage on the NemoVideo service.
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.
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a token intended for this service, keep it private, and monitor credit or subscription use.
Uploaded videos, audio, images, or URLs may leave your device and be processed by the external NemoVideo backend.
The skill discloses that media processing happens on a remote provider, and the documented upload endpoint sends files or URLs to that service.
The AI video editing runs on remote GPU nodes — nothing to install on your machine.
Do not upload confidential screen recordings or private media unless you trust the provider and are comfortable with its data handling.
It may be harder to independently verify who operates the service or review provider documentation before sending media.
The registry metadata provides limited provenance for a skill that connects to an external video-processing API.
Source: unknown; Homepage: none
Verify the API/provider out of band if you plan to upload sensitive or valuable content.
