Free Editing With Ai

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

The agent may run provider-side edit/export actions as part of the workflow, which could consume credits or create rendered outputs.

Why it was flagged

Backend responses can be translated into API actions during the editing session. This is purpose-aligned, but users should understand that edits and exports may be performed through the provider API.

Skill content
"click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Recommendation

Use the skill for footage you intend to process, and ask the agent to summarize the planned export before rendering if credits or final output matter.

What this means

The token controls access to the provider session and credits for this service.

Why it was flagged

The skill uses a bearer token or generates an anonymous token for the video service. This is expected for the integration and the instructions say not to print tokens.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it ... `data.token` becomes your NEMO_TOKEN ... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Do not paste or expose NEMO_TOKEN in chat or logs; use a token intended only for this video-editing provider.

What this means

Private or sensitive footage and prompts will leave the local environment when uploaded for editing.

Why it was flagged

The artifact clearly discloses that selected videos, editing prompts, and session state are sent to an external cloud service for processing.

Skill content
This tool takes your raw video footage and runs AI-powered editing through a cloud rendering pipeline ... All calls go to `https://mega-api-prod.nemovideo.ai` ... Upload — `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload media you are comfortable sending to nemovideo.ai, and review the provider’s privacy and retention practices if the footage is sensitive.