Ai Video Editor Opus

PassAudited by ClawScan on May 11, 2026.

Overview

This skill appears to be a disclosed cloud video editor; the main things to notice are that your videos are uploaded to NemoVideo, a bearer token is used, and the backend can drive some API workflow steps.

Install only if you are comfortable sending selected video files and editing prompts to NemoVideo’s cloud backend. Keep NEMO_TOKEN private, and be explicit about upload and export requests when working with sensitive footage or limited credits.

Findings (3)

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

Selected videos can leave your device and exports may consume provider credits or create remote render jobs.

Why it was flagged

The skill can upload user media and trigger remote export jobs. This is central to the stated video-editing purpose, but it is still a meaningful external action.

Skill content
Upload — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs. ... Export — `POST /api/render/proxy/lambda` with render ID and draft JSON.
Recommendation

Only provide files you intend to process in the cloud, and make export requests explicit when credits or final outputs matter.

What this means

Anyone with the token could potentially use the associated NemoVideo session or credits until it expires or is revoked.

Why it was flagged

The skill requires or creates a NemoVideo bearer token for API access. That credential use is disclosed and purpose-aligned, with no evidence of logging, hardcoding, or unrelated transmission.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... If found, skip to session creation. Otherwise: ... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`
Recommendation

Treat NEMO_TOKEN as a secret and avoid sharing logs or transcripts that might include it.

What this means

Backend messages may cause additional edit, state, or export calls inside the same service workflow.

Why it was flagged

The skill instructs the agent to translate provider/backend responses into API actions. This is expected for a GUI-backed cloud editor, but it means remote responses can influence follow-up workflow steps.

Skill content
Backend says | You do ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow
Recommendation

Keep this skill limited to NemoVideo editing tasks, and require clear user intent before sensitive steps such as uploading private footage or exporting.