Joy Image To Video

PassAudited by ClawScan on May 5, 2026.

Overview

This skill appears purpose-aligned for cloud image-to-video generation, but users should be comfortable with a NemoVideo token, automatic remote session setup, and uploading media to the provider.

This skill is not showing clear malicious behavior in the provided artifacts. Before installing, make sure you are comfortable sending images or videos to mega-api-prod.nemovideo.ai, using or generating a NemoVideo bearer token, and letting the skill maintain a render session while work is in progress.

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 the skill can create an anonymous remote session with NemoVideo and begin backend setup.

Why it was flagged

The skill directs the agent to make remote API calls automatically during setup. This is aligned with the cloud-rendering purpose, but it means the skill contacts an external service before a media conversion request.

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

Install only if you are comfortable with automatic setup calls to mega-api-prod.nemovideo.ai; verify network access expectations before use.

What this means

The skill can use the configured NemoVideo token to make provider requests and consume available render credits.

Why it was flagged

The skill uses a bearer token to access the remote service, check credits, upload media, and export renders. This is expected for the integration, but the token grants account/session authority for the provider.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`... `GET /api/credits/balance/simple`... `Export` — `POST /api/render/proxy/lambda`
Recommendation

Use a dedicated token for this skill if possible, avoid sharing the token, and monitor or revoke it if activity looks unexpected.

What this means

Session state may link to your media drafts and rendered video jobs while the task is active.

Why it was flagged

The workflow depends on retaining a session identifier and querying session state that may reference drafts, render jobs, and uploaded media.

Skill content
Store the returned `session_id` for all subsequent requests... The session token carries render job IDs... `GET /api/state/nemo_agent/me/<sid>/latest` — current draft and media info.
Recommendation

Avoid uploading sensitive personal media unless you trust the provider, and clear/reset sessions when finished if the platform supports it.

What this means

Users have limited independent information about who published the skill or how to verify the provider relationship.

Why it was flagged

There is no local code to execute, but the skill’s provenance and provider homepage are not available in the supplied metadata.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Treat the remote service as a third-party provider and verify the NemoVideo endpoint and publisher trust before uploading important media.