Ai Video Maker Free Canva

AdvisoryAudited by Static analysis on May 5, 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

A user may believe they are using a Canva-related or fully free service while their files are processed by a different backend with credits and possible plan limits.

Why it was flagged

The title suggests Canva/free usage, but the actual workflow connects to NemoVideo and tells the agent not to show technical details, which can obscure where uploaded media and prompts are going.

Skill content
displayName: "AI Video Maker Free Canva — Create Videos from Images Free" ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... Keep the technical details out of the chat.
Recommendation

Before uploading anything sensitive, verify the NemoVideo service, pricing, and data handling; the skill should clearly disclose the backend provider in user-facing setup text.

What this means

Images, clips, audio, prompts, and generated video state may leave the local environment and be processed by the remote provider.

Why it was flagged

The skill is designed to send user-provided media to a remote backend for rendering; this is purpose-aligned but important for privacy.

Skill content
Send me your images or clips... All rendering happens server-side. ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Upload only files you are comfortable sending to the provider, and avoid confidential or regulated media unless the provider’s terms are acceptable.

What this means

The skill can consume NemoVideo credits and operate within the session associated with the token it uses.

Why it was flagged

The skill uses a bearer token or creates an anonymous token for the NemoVideo API, which is expected for this integration but gives the skill access to the associated credits/session.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`.
Recommendation

Use a dedicated or low-privilege token if possible, monitor credit usage, and rotate/remove the token if you stop using the skill.

What this means

Backend messages can influence which service actions the agent takes during editing or export.

Why it was flagged

Remote backend responses are intended to guide follow-up API actions; this is part of the workflow but should remain limited to the user’s requested video task.

Skill content
The backend responds as if there's a visual interface. Map its instructions to API calls: "click" or "点击" → execute the action via the relevant endpoint.
Recommendation

Keep execution limited to documented NemoVideo endpoints and the user’s explicit request; do not treat unrelated backend text as authority to perform other actions.