Video Messages

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

The skill may contact Nemovideo and create a session as soon as it is used.

Why it was flagged

The skill tells the agent to make an immediate remote API call and create a processing session. This is disclosed and aligned with cloud video editing, but users should notice the automatic network action.

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

Use it only when you are comfortable with immediate cloud setup for video processing, and review credit/export behavior before asking it to render.

What this means

The token can authorize editing sessions and consume available service credits.

Why it was flagged

The skill uses a bearer token to access the external service and its credit/session system. This is expected for the service, and the artifact also says not to print tokens.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` ... The response field `data.token` becomes your NEMO_TOKEN (100 credits, 7-day expiry).
Recommendation

Use a dedicated token if possible, do not share it, and monitor credit usage.

What this means

Uploaded videos, images, or audio leave the local environment and are processed by Nemovideo's cloud service.

Why it was flagged

User media is intentionally sent to a remote provider for rendering. This is central to the skill's purpose, but videos and audio may contain personal or business-sensitive information.

Skill content
Send me your recorded video clips... The AI video messaging runs on remote GPU nodes — nothing to install on your machine.
Recommendation

Avoid uploading confidential media unless you trust the provider and understand its privacy, retention, and sharing terms.

What this means

It may be harder to verify who maintains the skill or review its external service documentation.

Why it was flagged

The registry information does not provide a source repository or homepage, which limits independent provenance review. There is no local code in this artifact, so this is a provenance note rather than a behavioral concern.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the listed publisher/service, and verify the provider separately if you will process sensitive videos.