Mediaio Auto Subtitle

ReviewAudited by ClawScan on May 3, 2026.

Overview

This skill appears purpose-aligned for cloud subtitle rendering, but users should know it sends uploaded media and prompts to a NemoVideo backend and uses a bearer token/session.

This skill looks coherent for generating and burning subtitles through a cloud API. Before installing, make sure you are comfortable sending your video files and prompts to the NemoVideo backend, using a NEMO_TOKEN bearer token, and accepting the limited provenance information shown in the registry.

Findings (4)

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, prompts, and render-related data may be sent to NemoVideo's cloud service for processing.

Why it was flagged

The skill clearly discloses that user-provided video files are processed by an external cloud backend, which may expose private media content to that provider.

Skill content
Drop your video files in the chat and tell me what you need. I'll handle the AI subtitle generation on cloud GPUs
Recommendation

Only upload videos you are comfortable sending to this provider, and avoid confidential media unless the provider's privacy and retention terms are acceptable.

What this means

Anyone with the token could potentially use the associated NemoVideo session or credits until it expires or is revoked.

Why it was flagged

The skill uses a bearer token for service access. This is expected for the backend integration, but the token acts as delegated access for API calls.

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

Use a dedicated token, keep it private, and rotate or remove it if you stop using the skill.

What this means

Using the skill can automatically contact the NemoVideo API and create a session before an actual render request.

Why it was flagged

The skill may initiate backend setup automatically on first use. This is disclosed and purpose-aligned, but it means opening the skill can create a remote session.

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

Install it only if you are comfortable with automatic setup calls to the disclosed backend.

What this means

It may be harder to verify who maintains the integration or review provider documentation before installing.

Why it was flagged

The skill is instruction-only and has no local code to review, but the registry metadata does not identify a source repository or homepage for independent provenance checks.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the skill text and backend domain carefully, and prefer verified sources when handling sensitive videos.