Maker Free App

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 create an anonymous backend token/session before a specific editing request, though the provided artifact does not show unrelated local data being sent at setup.

Why it was flagged

The skill initiates backend setup automatically on first open. This is disclosed and purpose-aligned, but users should be aware that opening the skill can trigger remote API calls.

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

Use the skill only if you are comfortable with automatic connection to the documented NemoVideo backend.

What this means

Anyone with the token could potentially use the associated backend credits/session during its validity period.

Why it was flagged

The skill uses a bearer token that controls backend credits and session access. This is expected for the service integration, but it is still account-like authority.

Skill content
The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days... Include `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private and avoid exposing logs or raw API responses that might contain it.

What this means

Users have less information to verify who maintains the skill or the relationship to the remote service.

Why it was flagged

The registry information does not provide a clear source or homepage, which limits independent provenance review for a skill that connects to an external service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher/service before uploading sensitive media or relying on the backend for business work.

What this means

Private media uploaded for editing will leave the local environment and be processed by the remote service.

Why it was flagged

The core workflow sends user media to a third-party cloud backend. This is necessary for the stated cloud rendering purpose, but videos, images, and audio can contain sensitive personal or business information.

Skill content
Send me your raw video clips... The AI video creation runs on remote GPU nodes... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Do not upload confidential media unless you trust the service’s privacy, retention, and access practices.