Ai Short Video

PassAudited by ClawScan on May 16, 2026.

Overview

This is a coherent cloud video-generation skill, but it uses a NemoVideo token and sends user-selected media and prompts to a third-party API.

This skill appears appropriate for cloud-based video clipping and export. Before installing, be sure you are comfortable sending your footage, audio, images, URLs, and editing prompts to NemoVideo’s API, and keep the NEMO_TOKEN limited to this service.

Findings (5)

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 may contact NemoVideo’s API before a video is uploaded.

Why it was flagged

The skill automatically contacts the backend and creates a session on first use. This is disclosed and purpose-aligned, but users should notice the automatic third-party connection.

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

Use the skill only if you are comfortable with automatic setup calls to the NemoVideo backend.

What this means

The token controls access to the NemoVideo session and credits for this workflow.

Why it was flagged

The skill uses a bearer token for provider access. This is expected for the service, and the artifacts do not show token leakage or unrelated credential use.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private and use a token intended only for this video service.

What this means

Private footage, audio, images, URLs, and prompt text may be processed by NemoVideo’s cloud service.

Why it was flagged

The skill sends user media and instructions to an external cloud provider. This is central to the stated purpose, but it is still a sensitive data flow.

Skill content
This tool takes your raw footage and runs AI short video creation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Avoid uploading confidential or sensitive media unless you accept the provider-side processing of that content.

What this means

Backend responses may drive workflow steps such as querying state or exporting the video.

Why it was flagged

The agent is instructed to convert backend text into follow-up API actions. This appears scoped to the video workflow, but remote responses can influence the next action.

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
Recommendation

For important exports or credit-consuming operations, verify that the requested action matches your intent.

What this means

Users have less external information for verifying the publisher or service integration.

Why it was flagged

The registry metadata does not provide a source repository or homepage. There is no executable code here, but provenance is limited.

Skill content
Source: unknown; Homepage: none
Recommendation

Treat the integration as a third-party cloud service and verify the provider independently if provenance matters.