Shorts Video Generator

PassAudited by ClawScan on May 6, 2026.

Overview

The skill is a coherent cloud video-editing integration, but it sends videos and prompts to a NemoVideo backend and uses a bearer token, so users should only send media they are comfortable uploading.

This appears purpose-aligned for generating short clips. Before installing, confirm you trust the NemoVideo backend, keep NEMO_TOKEN secret, and only upload videos you are comfortable processing in the cloud.

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

The agent may continue video editing, state polling, or export steps through the provider API based on the workflow rather than showing every internal call.

Why it was flagged

The agent is instructed to translate GUI-like backend responses into API calls. This is aligned with the video-editing workflow, but users should know some cloud actions may be automated once the workflow is started.

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

For sensitive or credit-consuming work, ask the agent to confirm before upload and export steps.

What this means

The token may authorize API use and consume service credits for video processing.

Why it was flagged

The skill uses a bearer token for the NemoVideo service and can automatically acquire an anonymous token if none is present. This is expected for the cloud backend, and the skill also says not to expose tokens.

Skill content
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, monitor credit usage, and revoke or rotate the token if it is shared accidentally.

What this means

It may be harder to independently verify who operates the cloud service before uploading media.

Why it was flagged

The skill has limited publisher or service provenance in the supplied metadata. There is no executable install code, so this is a provenance note rather than a behavioral concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service domain and publisher trust level before using the skill with private or commercially sensitive videos.

What this means

Uploaded videos and editing instructions may be processed by the external backend.

Why it was flagged

User videos, prompts, and workflow state are sent to an external cloud provider for processing. This is clearly part of the stated purpose, but retention and privacy boundaries are not described in the artifact.

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 media you are comfortable sending to the provider, and avoid private or regulated content unless you have verified the provider’s privacy terms.