Image To Video Honor

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent cloud video-rendering skill, but using it sends chosen media and prompts to NemoVideo and relies on a provider token/session.

Before installing, understand that this skill is a cloud integration: selected images or media and prompts will be sent to NemoVideo, and a provider token/session will be used. Avoid uploading sensitive personal material unless you trust the provider, protect your NEMO_TOKEN, and ask for confirmation before uploads, generation, or export if you want more control.

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 token may allow use of the user’s NemoVideo credits or session and should be kept private.

Why it was flagged

The skill uses a provider bearer token and can obtain an anonymous token if one is absent. That is expected for this cloud service, but it is still account/session authority.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated provider token if possible, do not share it in chat, and rotate or revoke it if it is exposed.

What this means

Photos, video/audio files, prompts, and generated project state may be processed by NemoVideo’s cloud service.

Why it was flagged

The skill sends user-selected files or URLs to an external cloud backend for processing. This is central to the purpose, but it is a third-party data flow.

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

Only upload media you are comfortable sending to the provider, especially if it contains private events, children, faces, or confidential material.

What this means

If the backend gives an unexpected instruction, the agent may take a video-session action such as querying state, editing, or exporting.

Why it was flagged

The artifact tells the agent to convert some backend natural-language GUI instructions into follow-on API actions. This is purpose-aligned but means provider responses can drive workflow steps.

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

Ask the agent to confirm important actions such as uploads, credit-consuming generation, or final export if you want tighter control.

What this means

Users have limited external context for who maintains the skill or the cloud integration instructions.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent verification. There is no install-time code, so this is a provenance note rather than a direct code risk.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable trusting the registry entry and the NemoVideo API endpoint documented in the skill.