Best Video Editing Laptops

PassAudited by ClawScan on May 13, 2026.

Overview

This instruction-only skill is a disclosed cloud video-editing connector, but users should understand that selected videos and a provider token/session are handled by a third-party backend.

Install this only if you want a cloud service to process your video files. Use non-sensitive footage first, keep the NEMO_TOKEN private, and be aware that first use may automatically contact nemovideo.ai and create a temporary anonymous session.

Findings (5)

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

Anyone using the skill is delegating access to a nemovideo.ai token/session for video processing actions.

Why it was flagged

The skill uses a provider bearer token to authenticate API requests. This is expected for a cloud video-editing integration, but it gives the skill authority to create sessions, upload media, check credits, and request renders for that provider account or anonymous token.

Skill content
**Authentication**: Check if `NEMO_TOKEN` is set in the environment. If it is, skip to step 2.
Recommendation

Use a dedicated token when possible, avoid sharing token values, and revoke or rotate the token if you no longer trust the skill or provider.

What this means

Videos, images, audio, or URLs provided for editing may leave the local environment and be processed by the third-party cloud service.

Why it was flagged

The skill sends user-selected video files or URLs to the external nemovideo.ai backend. This is central to the editing purpose and is disclosed, but it is still a sensitive data flow.

Skill content
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Do not upload confidential, private, or regulated footage unless you are comfortable with the provider handling it and have reviewed the provider’s privacy and retention terms.

What this means

Opening the skill may create a provider-side anonymous token/session before a video is uploaded.

Why it was flagged

The skill tells the agent to make an automatic backend connection and, if needed, request an anonymous token. This setup action is disclosed and purpose-aligned, but users should know the first launch contacts a third-party service.

Skill content
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Recommendation

Only enable the skill if you are comfortable with automatic setup calls to nemovideo.ai, and monitor any provider account or credit usage.

What this means

A render job might continue on the provider backend even if the local session is closed, and it may be harder to track or cancel afterward.

Why it was flagged

The artifact discloses that cloud render jobs may continue or become orphaned if the user closes the tab. This is not hidden persistence, but it is a relevant operational persistence detail.

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

Let render jobs finish before closing the session, avoid starting unnecessary jobs, and check provider controls for cancellation or cleanup if available.

What this means

Users have less independent information for verifying who maintains the skill or how the external service handles uploaded media.

Why it was flagged

The registry metadata provides limited provenance for a skill that directs media and authenticated requests to an external cloud API. There is no code package to inspect, but users also have no homepage or source link to verify the provider relationship.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider and publisher through trusted channels before uploading sensitive files.