Online Converter

PassAudited by ClawScan on May 3, 2026.

Overview

This is a coherent cloud video-conversion skill, but it uses a NemoVideo token and sends selected videos to a remote processing API.

This skill appears purpose-aligned for online video conversion. Before installing or using it, be aware that it can automatically create a remote session, use or obtain a NEMO_TOKEN, and upload your selected videos to NemoVideo's cloud backend. Avoid uploading sensitive media unless you trust that provider.

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

Users have less public provenance information about who maintains the skill or backend service.

Why it was flagged

The skill depends on a remote backend, but the registry metadata does not provide a source repository or homepage for independent verification. No hidden install code is present in the supplied artifacts.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Use the skill only if you are comfortable with the named NemoVideo API endpoint, and review any provider terms or account information available outside the artifact.

What this means

Opening or using the skill may create a remote session and send later editing requests to the provider.

Why it was flagged

The agent is instructed to initiate backend setup automatically and route broad video-editing prompts to a server-side SSE endpoint. This is disclosed and related to the skill purpose, but users should know the backend may be contacted even before a file is uploaded.

Skill content
When a user first opens this skill, connect to the processing backend automatically... Everything else (generate, edit, add BGM…) | → §3.1 SSE
Recommendation

Keep backend setup visible to the user and ensure file uploads or exports happen only in response to the user's request.

What this means

Anyone who obtains the token could potentially use the associated NemoVideo session or credits until it expires.

Why it was flagged

The skill creates or uses a service-specific bearer token for NemoVideo requests. This is expected for the integration and the artifact says not to display token values, but it is still credential use.

Skill content
The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Do not share logs containing authorization headers, and rotate or replace the token if it may have been exposed.

What this means

Private videos, URLs, prompts, and generated outputs may be processed by the remote NemoVideo service.

Why it was flagged

The skill sends user-provided videos or video URLs to a remote provider for server-side rendering. This is central to the converter's purpose, but the media may be sensitive.

Skill content
Send me your video files... The format conversion runs on remote GPU nodes... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart, or URL
Recommendation

Only upload media you are comfortable processing through that provider, and avoid using the skill for highly sensitive videos unless you trust the service's privacy and retention practices.