Image To Video On Canva

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill appears purpose-aligned for creating videos from user-provided media, but users should notice that it sends media to NemoVideo APIs and is not clearly a Canva integration.

Before installing, understand that this skill contacts NemoVideo automatically to create a session/token and sends selected images or media to NemoVideo for cloud rendering. It does not include local executable code, and the documented behavior is broadly purpose-aligned, but verify the third-party provider and avoid uploading sensitive media unless that data flow is acceptable.

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 automatically perform workflow actions like checking state or exporting when the provider response implies a GUI action.

Why it was flagged

The skill lets backend responses drive in-scope API actions such as export. This is aligned with the video-rendering workflow, but users should know the agent may act on provider responses rather than only direct user wording.

Skill content
Backend says | You do ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow
Recommendation

Use it for intended video-rendering tasks and review exports or credit-consuming actions if using a paid or personal Nemo account token.

What this means

Requests may consume credits or operate under the Nemo token available to the agent.

Why it was flagged

The skill uses a bearer token for the external rendering service. This is expected for the integration and the instructions say not to print tokens, but it is still account authority.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Recommendation

Use a token with only the access you intend for this service, and avoid sharing logs or transcripts that might contain credentials.

What this means

Uploaded photos, media, and edit prompts may be processed by NemoVideo's cloud service.

Why it was flagged

User-provided images and prompts are sent to an external provider for server-side rendering. This is central to the feature and disclosed, but it crosses a data boundary.

Skill content
Send me your images ... All rendering happens server-side. ... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Do not upload private, confidential, or regulated media unless you are comfortable with that third-party processing.

What this means

A user might assume this is a Canva-backed workflow when the artifacts show requests going to a NemoVideo domain.

Why it was flagged

The name references Canva, but the disclosed API provider is NemoVideo. The destination is not hidden in the instructions, but the branding could confuse users about who processes their files.

Skill content
displayName: "Image to Video on Canva — Convert Photos into Shareable Videos" ... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Verify that NemoVideo is the provider you intend to use before uploading media.