Music Ai Generator Free

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

It may be harder to independently verify who maintains the skill or the service it connects to.

Why it was flagged

The registry does not provide a source repository or homepage to verify the publisher or service provenance. No executable installer or code files are present, so this is a provenance note rather than evidence of unsafe code.

Skill content
Source: unknown
Homepage: none
Recommendation

Install only if you trust the registry listing and the NemoVideo cloud service.

What this means

The skill can act under the NemoVideo token and may use available credits for render/export operations.

Why it was flagged

The skill uses a provider token or creates an anonymous token to authenticate cloud API calls. This is expected for the stated service, and the instructions say not to expose tokens.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a token intended for this service, monitor credits, and avoid sharing the token outside the skill.

What this means

Videos, images, audio, or URLs you provide may be uploaded to NemoVideo's cloud systems.

Why it was flagged

User-provided media and prompts are sent to a third-party cloud backend for processing. This is disclosed and central to the skill's purpose, but it is still a sensitive data flow.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai`... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload media you are comfortable sending to that provider, especially if it contains private people, locations, or business content.

What this means

The agent may start sessions, perform edits, or trigger exports through the provider API as part of the requested workflow.

Why it was flagged

The skill can automatically create a session and translate backend GUI-style responses into API actions. This is purpose-aligned for a cloud video editor, but users should notice that some cloud operations can be driven by backend responses.

Skill content
On first use, set up the connection automatically... Backend says | You do ... `click [button]` | Execute via API ... `Export button` | Execute export workflow
Recommendation

Ask the agent to confirm before exporting or spending credits if you want tighter control over cloud actions.