Clipping Video

PassAudited by ClawScan on May 3, 2026.

Overview

This skill appears to do what it says—cloud video trimming—but it sends uploaded videos to a NemoVideo backend and uses a service token.

Install or use this skill only if you are comfortable uploading your footage to https://mega-api-prod.nemovideo.ai. Keep NEMO_TOKEN private, monitor credits and render status, and avoid uploading sensitive videos unless you trust the provider's privacy and retention practices.

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

You have limited information in the registry for independently verifying who operates the cloud service or its policies.

Why it was flagged

The registry entry does not provide an external source or homepage to independently verify the provider or implementation provenance. There is no installable code in the artifact, so this is a transparency note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Use only if you trust the NemoVideo endpoint, and look for official provider documentation or privacy terms before uploading sensitive footage.

What this means

The token can access the skill's service session and consume available credits.

Why it was flagged

The skill uses or generates a service-specific token for all backend calls. This is expected for a cloud video service, and the artifact explicitly says not to expose tokens.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... **All requests** must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, avoid sharing logs that may contain it, and rotate or replace it if exposed.

What this means

Your uploaded footage and editing instructions may be processed by the remote NemoVideo backend.

Why it was flagged

Uploaded media, prompts, and session data are sent to a remote provider for processing. This is central to the advertised cloud rendering workflow and is disclosed.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai`... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload footage you are comfortable sending to that cloud service, especially if it contains private, confidential, or regulated content.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

A render job may keep running or consume credits even if the local tab closes before completion.

Why it was flagged

Render jobs can continue server-side after the local session is interrupted. This is expected for cloud rendering but is a persistence/lifecycle detail users should notice.

Skill content
Each export job queues on a cloud GPU node... The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Check job status and credit balance after starting exports, and avoid launching exports unless you intend to complete them.