Genv Ai Video Generator

PassAudited by ClawScan on May 16, 2026.

Overview

This skill appears purpose-aligned for cloud AI video generation, but users should know it sends prompts or uploaded media to a third-party video backend and uses a service token.

This looks like a normal instruction-only cloud video generation skill. Before installing, be aware that prompts and uploaded files may be sent to mega-api-prod.nemovideo.ai, and that the NEMO_TOKEN/session data should be treated as sensitive. Avoid using confidential media unless you trust the service.

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

Files or prompts you provide may be uploaded to NemoVideo’s cloud service for processing.

Why it was flagged

The skill is designed to send user-provided prompts and media files to a cloud video backend. This is expected for AI video generation, but users should understand that selected content leaves the local environment.

Skill content
Upload your text prompts or images (MP4, MOV, PNG, JPG, up to 200MB)... and download 1080p MP4 when it's done.
Recommendation

Only use the skill with media and prompts you are comfortable sending to the third-party backend.

What this means

The agent may create sessions, submit generation requests, check status, and export videos through the service API as part of normal use.

Why it was flagged

The skill documents a multi-step API workflow including long-running SSE, uploads, state queries, exports, and polling. These are coherent with rendering videos, but they give the agent operational authority over cloud render jobs.

Skill content
The main endpoints: ... Chat (SSE) — POST /run_sse ... Upload ... Credits ... State ... Export ... Poll GET /api/render/proxy/lambda/<id> every 30s
Recommendation

Review requested actions before asking for generation or export, especially if using a token tied to credits or paid usage.

What this means

The skill will authenticate to the video service using NEMO_TOKEN or a generated anonymous token.

Why it was flagged

The skill uses a service token for authentication and can obtain an anonymous token if one is not already present. This is purpose-aligned, and the artifact also instructs not to expose tokens.

Skill content
Token check: Look for `NEMO_TOKEN` in the environment... Otherwise... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... Extract `data.token` from the response
Recommendation

Use a dedicated token if possible and avoid sharing logs or transcripts that might reveal credentials.

What this means

Session state may link your uploaded media, prompts, drafts, and render jobs during the task.

Why it was flagged

The skill maintains a session identifier to connect related render, upload, state, and export calls. This appears limited to the service workflow, but session identifiers can expose access to in-progress work if mishandled.

Skill content
Keep the returned `session_id` for all operations.
Recommendation

Avoid exposing session IDs or raw API responses, and be cautious with sensitive media or confidential prompts.