Subtitle Generator Ai Free

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Videos, audio, or images provided to the skill may be uploaded to NemoVideo's cloud backend for processing.

Why it was flagged

The skill explicitly sends user-selected video/media files to an external cloud API for processing, which is expected for this subtitle-generation service but can involve private media leaving the user's environment.

Skill content
This skill connects to a cloud processing backend... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Use this only with files you are comfortable sending to the provider, and check the provider's privacy/retention terms before uploading sensitive footage.

What this means

Anyone with the token may be able to use the associated NemoVideo session or free credits.

Why it was flagged

The skill uses a bearer token for the NemoVideo API and can create an anonymous token if one is not present. This is aligned with the service integration, but the token grants access to backend sessions/credits.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chat, and rotate or remove it if you suspect it was exposed.

What this means

The agent may perform follow-up video-session actions, such as export, based on backend responses rather than only direct step-by-step user commands.

Why it was flagged

The instructions let backend responses trigger additional API actions inside the video-editing workflow. This is coherent with automating a GUI-backed cloud editor, but it means the provider response is treated as operational guidance.

Skill content
Backend says | You do: "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow
Recommendation

Give clear instructions and review upload/export results; require confirmation for any action that would publish, share, or overwrite files outside the documented workflow.

What this means

It may be harder to verify who maintains the skill or review provider documentation before sending media to the cloud API.

Why it was flagged

The supplied registry metadata does not identify a source repository or homepage for the skill/provider. There is no local code to install, but users still need to trust the remote API service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider and domain independently before using the skill with valuable or private content.