Ai Free Text

AdvisoryAudited by Static analysis on May 10, 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 agent may use a NemoVideo token or anonymous credits to create sessions and render videos.

Why it was flagged

The skill uses or creates a service token and establishes an authenticated backend session. This is expected for the stated cloud video service, but it is credential-based access.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly and create a session. Otherwise, acquire a free starter token ... valid for 7 days
Recommendation

Use only a NemoVideo-scoped token, do not provide unrelated credentials, and monitor any credits or account activity tied to the token.

What this means

Text prompts and uploaded media may be processed by the third-party NemoVideo backend.

Why it was flagged

The skill sends prompts, session messages, URLs, and potentially uploaded files to an external provider. This is central to the text-to-video purpose, but it creates a data-sharing boundary.

Skill content
API base: `https://mega-api-prod.nemovideo.ai` ... Send message (SSE): POST `/run_sse` ... Upload: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Avoid submitting confidential or regulated content unless you trust the provider and understand its retention and privacy practices.

What this means

The agent may perform additional video-editing, state-query, or export actions based on backend responses rather than only direct user wording.

Why it was flagged

The instructions let backend-generated GUI-style responses drive follow-up API calls. The actions appear limited to the video workflow, but users should know the backend can steer automation within that session.

Skill content
Backend says | You do ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export
Recommendation

For important or credit-consuming actions, ask the agent to confirm before exporting, uploading, or making major edits.

What this means

Users have less registry-provided context for validating who maintains the skill or the referenced backend service.

Why it was flagged

The skill has no code or install step, but its provenance is not documented in the registry metadata, making the external service integration harder to verify.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the skill text and provider identity before using it with sensitive prompts, files, or account credentials.

What this means

A render may continue or remain orphaned on the service if the session is closed before completion.

Why it was flagged

Render jobs and session state can persist on the backend after the local interaction is interrupted. This appears expected for cloud rendering, not hidden autonomous behavior.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Do not start renders with sensitive content unless you are comfortable with backend processing continuing until the job completes or expires.