Video Ai Japanese

PassAudited by ClawScan on May 11, 2026.

Overview

The skill is a coherent cloud video-captioning integration, but users should expect selected media and editing prompts to be sent to NemoVideo using a NEMO token.

Before installing, decide whether you are comfortable sending selected videos and edit instructions to https://mega-api-prod.nemovideo.ai using a NEMO_TOKEN or anonymous token. Avoid confidential media unless you trust that service, and keep the token private.

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

Videos or media files the user provides may be sent to the external NemoVideo service for processing.

Why it was flagged

The skill can upload user-selected media files to a remote API, which is central to its stated video-processing purpose but still important for users to understand.

Skill content
Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Use the skill only with files you are comfortable uploading to the stated cloud service, especially if the videos contain private or sensitive content.

What this means

The skill will act through the configured or generated NemoVideo token for API sessions, uploads, credits, state, and rendering.

Why it was flagged

The skill uses a bearer token for the NemoVideo API. This is expected for the integration, and the artifact also instructs not to print tokens.

Skill content
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, use the least-privileged/token source intended for this service, and revoke or rotate it if it is exposed.

What this means

User prompts, selected media, and project state may be exchanged with the disclosed external provider during processing.

Why it was flagged

The skill discloses the external provider API used for session creation, SSE messages, uploads, state checks, credits, and exports.

Skill content
API base: `https://mega-api-prod.nemovideo.ai`
Recommendation

Review whether this provider is acceptable for your content, and avoid submitting confidential videos unless you trust the service and its data handling.

What this means

The remote service can guide the agent to perform editing/export actions within the active video session.

Why it was flagged

The skill tells the agent to convert some backend GUI-style messages into API actions. This is purpose-aligned for controlling the cloud editor, but it means provider responses influence workflow steps.

Skill content
Backend says | You do ... `"Export button" / "导出"` | `Execute export workflow`
Recommendation

Confirm important outputs before using or sharing them, and be cautious if backend-driven actions do not match your requested edit.

What this means

Users have limited registry-provided provenance information before sending media to the disclosed external service.

Why it was flagged

The registry metadata does not provide a source or homepage for independently verifying the publisher or service, although no executable code or install dependency is present.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service and publisher through other trusted channels before uploading sensitive content.