Sora Ai Video

PassAudited by ClawScan on May 11, 2026.

Overview

This appears to be a coherent cloud video-generation skill, but it sends prompts/files to a third-party NemoVideo API and uses a bearer token.

Install only if you are comfortable using the NemoVideo cloud service. Keep NEMO_TOKEN private, verify the source/provider, and avoid uploading sensitive media unless you trust how the service handles it.

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

The skill may start a remote session and run video-workflow API actions as part of normal use.

Why it was flagged

The agent is instructed to initiate provider setup and turn backend responses into further API actions. This is purpose-aligned for a cloud renderer, but it is automatic enough that users should understand it.

Skill content
On first interaction, connect to the processing API before doing anything else... Backend says "click [button]" ... Execute via API ... "Export button" ... Execute export workflow
Recommendation

Use it for intended video-generation tasks and ask the agent to confirm before uploads, exports, or actions that might use credits.

What this means

Anyone with the token may be able to use the associated NemoVideo session/account capabilities.

Why it was flagged

The skill uses a provider bearer token for authentication. This is expected for the integration and the artifact says not to print tokens or raw JSON.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it... the response field `data.token` becomes your NEMO_TOKEN... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chat, and rotate or remove it if you no longer trust the skill or provider.

What this means

Your prompts and uploaded media may leave your device and be processed by the NemoVideo service.

Why it was flagged

Prompts, edit messages, and selected media are sent to a remote provider. This is disclosed and central to the cloud video purpose, but it defines an external data boundary.

Skill content
Send message (SSE): POST `/run_sse` ... `new_message`... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not send private, regulated, or sensitive media unless you trust the provider and its handling of uploaded content.

What this means

You have less independent information for verifying who operates or maintains the integration.

Why it was flagged

There is no local code install risk in the provided artifacts, but the publisher/source provenance and homepage are not documented for a skill that relies on an external API.

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

Verify the service and publisher before relying on it for important or sensitive video-generation work.