Image To Video Grok

AdvisoryAudited by Static analysis on Apr 30, 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

Using the skill can initiate remote API calls and create a cloud editing/render session.

Why it was flagged

The skill will automatically contact the provider and create a session after invocation. This is expected for the cloud rendering purpose, but it is still a user-visible behavior to understand.

Skill content
On first use, set up the connection automatically and let the user know ("Connecting..."). ... Session: POST `https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent` ... Keep the returned `session_id` for all operations.
Recommendation

Use it only when you are ready to connect to the provider, and ask the agent to confirm before uploads or exports if you want more control.

What this means

Anyone with the token could potentially use the associated NemoVideo credits/session access.

Why it was flagged

The skill uses a bearer token to authorize cloud sessions, credits, and exports. This is disclosed and aligned with the stated service integration, but the token grants access to the provider account/session.

Skill content
Look for `NEMO_TOKEN` in the environment. If found, skip to session creation. Otherwise: ... Extract `data.token` from the response — this is your NEMO_TOKEN ... Include `Authorization: Bearer <NEMO_TOKEN>` ...
Recommendation

Keep NEMO_TOKEN private, do not paste it into chats or logs, and rotate/remove it if you no longer trust the skill or service.

What this means

Uploaded images, videos, audio, or URLs may be processed and retained according to the provider's service behavior and policies.

Why it was flagged

The skill sends user-provided media to a third-party cloud backend for processing. This is clearly tied to the image-to-video purpose, but it creates a remote data-sharing boundary.

Skill content
All rendering happens server-side. ... Base URL: `https://mega-api-prod.nemovideo.ai` ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Only upload files you are comfortable sending to the remote provider, especially if they contain private, regulated, client, or unreleased content.

What this means

Users have less independent context for verifying who maintains the skill or service.

Why it was flagged

The artifact provides limited provenance information for the skill or backend operator. Because there is no installable code in the provided artifacts, this remains a provenance note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Confirm that you trust the publisher and the NemoVideo endpoint before uploading sensitive media or relying on the service for production workflows.