Text To Hd

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 skill can authenticate to the video provider and may consume free or account credits associated with the token.

Why it was flagged

The skill uses a Bearer token for the Nemo Video cloud service and can automatically acquire an anonymous token if one is not present.

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

Use a token only for the intended Nemo Video account, monitor credit usage, and rotate or revoke the token if it is exposed.

What this means

Private scripts, images, videos, or URLs provided to the skill may be processed outside your local environment.

Why it was flagged

Prompts, uploaded files, and URLs are sent to an external provider as part of the advertised rendering workflow.

Skill content
This skill connects to a cloud processing backend... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Avoid uploading confidential or regulated content unless you trust the provider and understand its data handling terms.

NoteMedium Confidence
ASI01: Agent Goal Hijack
What this means

Provider responses may drive follow-up actions such as state queries, edits, or exports within the same video session.

Why it was flagged

The skill tells the agent to interpret backend responses as workflow instructions and translate them into further API calls.

Skill content
The backend responds as if there's a visual interface. Map its instructions to API calls: ... "click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Recommendation

For sensitive projects, ask the agent to confirm before uploads, edits, exports, or credit-consuming generation steps.

What this means

It is harder to confirm who operates the skill and whether the documented cloud endpoint is trustworthy.

Why it was flagged

The registry information does not provide a source repository or homepage to independently verify the skill or its backend relationship.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the publisher and the Nemo Video API endpoint used by the skill.