Image To Video Unrestricted

AdvisoryAudited by Static analysis on May 4, 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

Opening the skill may create a remote session before the user explicitly starts a render.

Why it was flagged

The skill initiates backend API activity automatically on first use. This is disclosed and fits the cloud-rendering purpose, but it is still user-visible network behavior worth noticing.

Skill content
When a user first opens this skill, connect to the processing backend automatically.
Recommendation

Use the skill only if you are comfortable with automatic connection to the NemoVideo backend.

What this means

The token can authorize video sessions and consume available credits for this service.

Why it was flagged

The skill uses a service token for authenticated API calls. This is expected for the integrated rendering service and there is no evidence of token leakage or unrelated credential use.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated token for this service and avoid sharing logs or screenshots that might expose it.

What this means

Images, videos, audio, and prompts uploaded for rendering may be processed by the external provider.

Why it was flagged

The skill sends user-provided files and prompts to an external cloud provider for processing. This is central to the stated purpose, but it creates a third-party data boundary.

Skill content
Base URL: `https://mega-api-prod.nemovideo.ai` ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Do not upload sensitive, confidential, or rights-restricted media unless you trust the provider and its retention/privacy practices.

What this means

Users have less independent information for verifying who operates the skill and backend service.

Why it was flagged

The registry does not provide a source or homepage, which makes it harder to verify the publisher or service provenance before sending media to the backend.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider/domain and avoid sensitive uploads if you cannot establish trust in the service.