Maker From Photos

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

Your uploaded media may be processed by the external Nemovideo service, so sensitive personal or business images could be exposed to that provider.

Why it was flagged

The skill intentionally sends user-provided media to a remote cloud backend for processing, which is aligned with its purpose but means photos, videos, audio, and prompts leave the local chat environment.

Skill content
This skill connects to a cloud processing backend... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Use the skill only with files you are comfortable uploading to the listed backend, and check the provider’s privacy/retention terms if the media is sensitive.

What this means

The token may control access to credits, sessions, and generated outputs for this service.

Why it was flagged

The skill uses a bearer token for service access and can create an anonymous token when one is not already configured. This is disclosed and purpose-aligned, but it is still credential handling.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... Extract `data.token`
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chat, and revoke or rotate it if you believe it was exposed.

What this means

You have less provenance information for deciding whether to trust the external service that will receive media and handle rendering.

Why it was flagged

The registry does not provide a source repository or homepage to independently verify the provider or implementation, while the skill depends on a remote API service.

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

Before using sensitive content, verify the Nemovideo service and account/credit terms through trusted channels.