Video Editor Anup

PassAudited by ClawScan on May 4, 2026.

Overview

This appears to be a purpose-aligned cloud video-editing skill, but it uses a NemoVideo token and sends uploaded media to an external backend.

Treat this as a third-party cloud editing service: upload only videos you are comfortable sending to nemovideo.ai, use a dedicated token where possible, monitor credit usage, and be aware that render jobs may continue if the session is interrupted.

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

A token may be used to create cloud editing sessions, spend or check credits, and access render-related state for this service.

Why it was flagged

The skill uses a bearer token to create sessions and authorize upload, credits, state, and export API calls. This is expected for the stated cloud editing service, but it is still account/session authority.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated NemoVideo token if possible, monitor credit usage, and remove or rotate the token if you no longer want the skill to access the service.

What this means

Uploaded footage, audio, images, edit prompts, and generated render data may be processed by NemoVideo's cloud backend.

Why it was flagged

The workflow sends user-provided media and editing instructions to an external API. This is core to the skill's purpose and is disclosed, but it creates a third-party data boundary.

Skill content
Drop your raw video footage in the chat... I'll handle the AI video editing on cloud GPUs... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Do not upload confidential or regulated media unless you trust the provider and its data handling terms.

NoteMedium Confidence
ASI10: Rogue Agents
What this means

A render may continue or become difficult to track if the session is interrupted, potentially affecting credits or access to the result.

Why it was flagged

Cloud render jobs may continue outside the immediate chat session. This is normal for rendering, but users should understand that jobs can outlive their active interaction.

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 check session or credit state if an export is interrupted.

What this means

Users have limited registry-level information for independently verifying the skill author or service provenance.

Why it was flagged

The skill is instruction-only and shows no local code execution, but the registry does not provide source or homepage provenance for the external service integration.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable trusting the listed NemoVideo API endpoint and the skill publisher.