Ai Image To Video Deep

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a coherent cloud image-to-video skill, with the main caveat that selected media and prompts are sent to NemoVideo using a token-backed session.

Install only if you are comfortable with NemoVideo receiving the media and prompts you choose to process. Use a dedicated token if possible, avoid uploading sensitive images unless you trust the provider's policies, and ask the agent to confirm uploads, renders, exports, or credit use when you want more control.

Findings (5)

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

It may be harder for a user to verify who maintains the skill or assess the provider before uploading media.

Why it was flagged

The skill has limited publisher/provenance information even though it integrates with an external cloud service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that you trust the skill publisher and NemoVideo service before uploading private or valuable content.

What this means

The token can authorize actions in the NemoVideo backend, such as creating sessions, uploads, edits, renders, and credit checks.

Why it was flagged

The skill uses a bearer token or creates an anonymous token to authorize API sessions and rendering workflows.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated token when possible, keep it private, and revoke or rotate it if you no longer trust the skill or service.

What this means

Images, media, prompts, and generated outputs may leave the local environment and be processed or stored by the provider.

Why it was flagged

User-selected files, URLs, prompts, and session data are sent to a third-party cloud API for processing.

Skill content
**API base**: `https://mega-api-prod.nemovideo.ai` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart
Recommendation

Only upload content you are comfortable sending to NemoVideo, and review the provider's privacy/retention terms for sensitive media.

What this means

During an editing/rendering task, the agent may perform provider-side workflow actions without separately explaining each internal API step.

Why it was flagged

The skill instructs the agent to convert backend GUI-style text into additional API actions, rather than only displaying those instructions to the user.

Skill content
Backend says ... 'click [button]' ... Execute via API ... 'Export button' ... Execute export workflow
Recommendation

Ask the agent to confirm uploads, generation, exports, or credit-affecting actions if you want more explicit control.

What this means

A render job may continue or become hard to track after the user closes the session.

Why it was flagged

Provider-side render jobs can outlive the active chat/tab if they are started and then abandoned.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Avoid starting unwanted jobs, wait for completion when possible, and ask whether cancellation or cleanup is available.