Maker Free Hd

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 or invoking the skill can contact the NemoVideo backend and start a rendering session.

Why it was flagged

The skill can initiate backend setup automatically and then route editing actions through the NemoVideo API. This is disclosed and central to the video-rendering purpose, but it is still automatic external tool use.

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

Use it only when you are comfortable with automatic connection to the named backend; avoid invoking it for unrelated or sensitive conversations.

What this means

Someone with the token could potentially use the associated NemoVideo credits/session.

Why it was flagged

The skill uses a service-specific bearer token for NemoVideo requests. This matches the stated purpose and there is no evidence of unrelated credential access, but the token should be treated as a credential.

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

Keep NEMO_TOKEN private, do not share logs containing it, and rotate or re-acquire it if exposed.

What this means

Uploaded media and editing prompts may leave the local environment and be processed by nemovideo.ai.

Why it was flagged

The skill discloses that user media is processed by an external cloud backend. This is expected for the service, but videos, images, audio, and prompts can contain sensitive personal or business data.

Skill content
Drop your video clips in the chat... I'll handle the free HD video creation on cloud GPUs
Recommendation

Do not upload confidential or regulated content unless you trust the provider and its data-handling terms.

What this means

It may be harder to independently verify who operates the skill before sending media to its backend.

Why it was flagged

The skill has limited provenance information. There is no installable code in the provided artifacts, but users have fewer independent signals for verifying the publisher or backend service.

Skill content
Source: unknown; Homepage: none
Recommendation

Confirm you trust the publisher and the nemovideo.ai service before uploading valuable or private files.