Maker Free Kiss

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: maker-free-kiss Version: 1.0.0 The skill bundle provides instructions for an AI agent to interface with a cloud-based video editing service (nemovideo.ai) to apply AI effects. It handles session management, anonymous token acquisition, and API communication via standard HTTP requests. The file access is restricted to its own configuration directory (~/.config/nemovideo/), and the network activity is limited to the stated service domain (mega-api-prod.nemovideo.ai), with no evidence of data exfiltration or malicious execution.

Findings (0)

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

Personal videos may be processed and temporarily stored by the external rendering provider.

Why it was flagged

The skill sends user-selected video files or media URLs to an external cloud provider for rendering. This is expected for the stated purpose, but it is a sensitive data flow.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai`... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload media you are comfortable sending to the NemoVideo service, and avoid using sensitive or non-consensual content.

What this means

The token authorizes API use and may affect credits or account/session state with the provider.

Why it was flagged

The skill uses a bearer token for the external video service, or obtains an anonymous provider token if none is present. This is purpose-aligned and disclosed, with no evidence of unrelated credential use.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request.
Recommendation

Use a token intended for this service, avoid exposing it in logs or chat, and revoke or rotate it if you no longer trust the integration.

What this means

A user might not realize the backend connection or cloud upload details unless they ask or read the skill instructions.

Why it was flagged

The skill tells the agent not to show technical connection details. This can be reasonable UX, but users should still receive enough disclosure to know that an external API and media upload are being used.

Skill content
Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Before uploading media, provide a brief plain-language notice that the file will be sent to the NemoVideo cloud rendering API.

What this means

It may be harder for users to verify who operates the external service or review its privacy and security posture.

Why it was flagged

There is no local code or install script to inspect, but the integration’s provenance is limited because the source and homepage are not provided.

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

Verify the provider and terms before uploading private videos or using a personal API token.