Best Video Editor Free

AdvisoryAudited by Static analysis on Apr 30, 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

Using the skill can create a remote anonymous token and session with the Nemo backend before editing begins.

Why it was flagged

The skill tells the agent to automatically contact the external service and create a session. This is central to cloud video editing and is disclosed, but it is still an automatic network action users should notice.

Skill content
On first use, set up the connection automatically... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... POST `https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent`
Recommendation

Use the skill only when you are comfortable connecting to the Nemo cloud service; avoid invoking it for private projects unless you trust that backend.

What this means

Anyone with the token could potentially use the associated Nemo service access or credits.

Why it was flagged

The skill uses a bearer token to authorize all cloud API requests. That is expected for this integration, but the token may represent credits, sessions, or account access.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Use a dedicated Nemo token if possible, keep it out of shared logs, and rotate it if you suspect it was exposed.

What this means

Your uploaded videos and editing instructions are processed by an external provider rather than staying only on your machine.

Why it was flagged

The skill sends user-selected video files to a remote cloud processing backend. This matches the stated purpose, but videos can contain personal or sensitive content.

Skill content
Upload MP4, MOV, AVI, WebM files up to 500MB... All rendering happens server-side.
Recommendation

Do not upload confidential, regulated, or highly personal footage unless you trust the provider and understand its data handling terms.

What this means

A render job might keep running or become difficult to recover if you interrupt the session.

Why it was flagged

Render work can continue or become hard to track on the backend if the client session is closed. This is disclosed and scoped to rendering, but it affects user control over jobs and credits.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Wait for exports to finish when possible, and keep track of session or render identifiers if the service exposes them.

What this means

You have less external information to assess who operates the service before sending videos to it.

Why it was flagged

The artifact does not provide a source repository or homepage, which makes it harder to independently verify the publisher or cloud service provenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that `mega-api-prod.nemovideo.ai` is the provider you intend to use before uploading sensitive media.