Image To Video Loop Ai

PassAudited by ClawScan on May 11, 2026.

Overview

The skill is a coherent cloud image-to-video helper, but it uses a NemoVideo token and sends selected media and prompts to a remote backend.

This appears reasonable for a cloud image-to-video service. Before using it, confirm you trust the NemoVideo backend, use only an appropriate NEMO_TOKEN, watch for credit usage on export, and avoid uploading sensitive media unless you are comfortable with cloud processing.

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

Opening or using the skill can initiate a remote NemoVideo session and later consume service credits for rendering.

Why it was flagged

The skill directs the agent to make remote API calls during setup. This is disclosed and central to the cloud-rendering purpose, but users should know the backend connection can happen automatically when the skill is opened.

Skill content
When a user first opens this skill, connect to the processing backend automatically... Create a session: POST to `https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent`
Recommendation

Use it only if you are comfortable with automatic setup calls to the NemoVideo backend and monitor credit usage when exporting.

What this means

Anyone using a configured NEMO_TOKEN is delegating access to the NemoVideo account/session associated with that token.

Why it was flagged

The skill uses a bearer token for the stated provider API. This is expected for the service and the artifact says not to display token values, with no evidence of unrelated credential use.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Provide only a NemoVideo token intended for this service, avoid sharing it elsewhere, and rotate/remove it if you stop using the skill.

What this means

Selected media and task prompts are processed outside the local device by the NemoVideo backend.

Why it was flagged

The workflow sends user-selected media to a remote cloud API for processing. This is purpose-aligned and disclosed, but uploaded images, videos, audio, and prompts may contain private content.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Upload only files you are comfortable sending to the cloud, especially if they contain people, locations, business assets, or other sensitive information.

What this means

It may be harder to verify who operates the integration or review external service terms before uploading media.

Why it was flagged

The package has limited provenance information. There is no local install code in the provided artifacts, but the skill relies on an external backend, so users have less independent context about the publisher or service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider and terms through trusted channels before using the skill with sensitive or valuable content.