Ai Video Generator Free Inappropriate

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

Using the skill will contact the remote video service and may start sessions or render workflows rather than only giving local guidance.

Why it was flagged

The skill directs the agent to initiate an external API setup flow automatically when first used.

Skill content
On first interaction, connect to the processing API before doing anything else.
Recommendation

Use it only when you intend to connect to NemoVideo, and ask for confirmation before generation/export actions that could consume credits.

What this means

The token can authorize NemoVideo sessions, uploads, credit checks, and renders on the user's behalf.

Why it was flagged

The skill uses a provider bearer token, either supplied from the environment or obtained through an anonymous-token API.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it... The response field `data.token` becomes your NEMO_TOKEN (100 credits, 7-day expiry).
Recommendation

Prefer a dedicated or anonymous token, avoid sharing the token in chat, and monitor or rotate it if you no longer use the skill.

What this means

Text prompts, scripts, uploaded files, and generated media metadata may leave the local environment and be processed by the provider.

Why it was flagged

The skill sends user prompts and selected media files to an external cloud provider over API and SSE workflows.

Skill content
API base: `https://mega-api-prod.nemovideo.ai` ... Send message (SSE): POST `/run_sse` ... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not upload private, confidential, or rights-sensitive media unless you are comfortable with the provider processing it.

What this means

It may be harder to verify who maintains the skill or where to review service terms, privacy practices, or support information.

Why it was flagged

The skill has limited publisher/provenance information even though it directs use of a third-party cloud API.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the NemoVideo domain and use low-privilege or disposable credentials where possible.

What this means

Users may overestimate whether generation is free, unrestricted, or available without account limits.

Why it was flagged

The marketing language emphasizes free and unrestricted use, while the same artifact references credits and possible subscription-tier blocking.

Skill content
relaxed content filters ... without content restrictions ... `2001` — out of credits ... `402` — free plan export blocked
Recommendation

Check provider terms, content rules, and credit usage before relying on the service for sensitive or costly work.