Face Swap Video Ai

PassAudited by ClawScan on May 6, 2026.

Overview

This skill is coherent for cloud-based face-swap video creation, but users should know their media and prompts are sent to a NemoVideo backend under a token-backed session.

Before installing, understand that this is a cloud service wrapper: it can obtain or use a NEMO_TOKEN, send your uploaded videos/photos and prompts to mega-api-prod.nemovideo.ai, and perform edit/export API actions in that session. Use only media you have rights to process and are comfortable sharing with the provider, protect the token, and verify the provider's privacy and retention practices.

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

Uploaded clips, reference images, and related prompts may leave the local environment and be processed by NemoVideo's cloud service.

Why it was flagged

The skill clearly sends user-provided media to an external cloud provider for processing, which is central to the stated face-swap purpose but involves sensitive video/photo data.

Skill content
This skill connects to a cloud processing backend... **API base**: `https://mega-api-prod.nemovideo.ai` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload media you are comfortable sharing with the provider, and review the provider's privacy, retention, and rights policies before using sensitive or identifiable faces.

What this means

Anyone with the token may be able to access or act within the associated NemoVideo session or credits until the token expires or is revoked.

Why it was flagged

The skill uses a bearer token to create sessions, check credits, upload media, and render/export videos. This is expected for the integration, but the token grants access to the user's service session.

Skill content
Look for `NEMO_TOKEN` in the environment... Extract `data.token` from the response — this is your NEMO_TOKEN... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Treat NEMO_TOKEN as a secret, avoid pasting it into chats or logs, and prefer a dedicated or anonymous token for this skill.

What this means

A backend response or interpretation error could cause the agent to perform an in-service edit, state query, or export step that the user did not explicitly restate.

Why it was flagged

The skill instructs the agent to translate backend UI-style messages into follow-up API actions. This is purpose-aligned, but it means remote backend responses can drive actions inside the editing session.

Skill content
Backend Response Translation... `click [button]` / `点击` | Execute via API ... `Export button` / `导出` | Execute export workflow
Recommendation

Keep actions confined to the current user-requested video session, and require user confirmation before uploads, exports, credit-consuming operations, or any action outside the stated request.

What this means

Users have less artifact-backed information to verify who operates the cloud backend before sending media to it.

Why it was flagged

The registry provides limited provenance information for a skill that connects to an external media-processing service. There is no local code install risk shown, but provider verification is limited from the supplied artifacts.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service identity and terms independently before uploading private, biometric, or commercially sensitive media.