Photo To Video With Music

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

Private photos, audio, prompts, and generated video state may be handled by the external NemoVideo service.

Why it was flagged

The skill discloses that media processing happens on a remote provider, meaning uploaded photos and audio are transmitted outside the user's local environment.

Skill content
The AI video creation runs on remote GPU nodes — nothing to install on your machine.
Recommendation

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

What this means

Anyone with the token could potentially use the associated NemoVideo session or credits until it expires or is revoked.

Why it was flagged

The skill requires a bearer token for the remote service. This is expected for the integration, and the instructions also say not to print tokens.

Skill content
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated token when possible, avoid sharing logs that contain credentials, and rotate or remove the token if you no longer use the skill.

What this means

The agent may create a remote session before performing the requested video task.

Why it was flagged

The skill directs the agent to initiate network API setup automatically. This is disclosed and aligned with the cloud-rendering workflow, but users should know it may contact the service immediately.

Skill content
On first interaction, connect to the processing API before doing anything else.
Recommendation

If you want tighter control, ask the agent to confirm before uploading files or starting renders.

What this means

Users have less public information to evaluate who operates the skill and the connected API.

Why it was flagged

The registry metadata does not identify a source repository or homepage, which limits independent verification of the publisher or service provenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and service before uploading personal or confidential media.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

A render operation may continue server-side even if the local interaction ends unexpectedly.

Why it was flagged

The artifact states render jobs are tied to remote session/job IDs and may continue or become orphaned if the user leaves before completion.

Skill content
closing the tab before completion orphans the job
Recommendation

Let renders finish when possible, and avoid starting jobs with sensitive media unless you trust the service.