Best Image To

PassAudited by ClawScan on May 10, 2026.

Overview

This skill appears to do what it says—send user-selected images to a disclosed cloud video service for rendering—but users should understand their media and prompts leave their device.

This looks like a normal cloud image-to-video integration. Before using it, be comfortable sending selected images, prompts, and generated project state to the NemoVideo backend, and avoid uploading sensitive media unless you trust that provider’s privacy and retention practices.

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 URLs the user provides for conversion may be sent to the NemoVideo cloud service.

Why it was flagged

The skill can direct uploads of user-provided files or URLs to the remote backend. This is central to image/video conversion, but it is still a meaningful capability.

Skill content
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Upload only files you intend to process with this service, and avoid private or sensitive media unless you trust the provider.

What this means

The backend session and render jobs are associated with the NEMO_TOKEN used by the skill.

Why it was flagged

The skill uses a provider token for authentication and may obtain an anonymous token automatically. This is expected for the backend integration and is disclosed.

Skill content
**Authentication**: Check if `NEMO_TOKEN` is set in the environment... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Use a dedicated token for this service where possible, do not share token values, and rotate or remove the token if you no longer use the skill.

What this means

Prompts, uploaded media, and generated video state may be processed outside the local environment.

Why it was flagged

The artifact clearly discloses that rendering is performed by a remote service. The provided artifacts do not describe retention, privacy terms, or deletion controls for uploaded media.

Skill content
The video creation runs on remote GPU nodes — nothing to install on your machine... All rendering happens server-side.
Recommendation

Review the provider’s privacy and retention practices before uploading confidential, personal, or regulated content.

What this means

It may be harder to independently verify who maintains the skill or the associated service.

Why it was flagged

The skill has limited provenance information in the supplied metadata. There is no local code or install script, so this is a transparency note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable with the listed publisher and the disclosed NemoVideo API endpoint.