Best Video Editing App

AdvisoryAudited by Static analysis on May 6, 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

Your raw clips and editing instructions may leave your device and be processed by NemoVideo's cloud service.

Why it was flagged

The skill is explicit that user-provided media is uploaded to a remote NemoVideo service for processing. This is purpose-aligned, but videos, audio, and images can contain sensitive personal data.

Skill content
The AI video editing runs on remote GPU nodes — nothing to install on your machine. ... All rendering happens server-side. ... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Only upload media you are comfortable sending to this provider, and review the provider's privacy/retention terms if the clips are sensitive.

What this means

Anyone with the token could potentially use the associated NemoVideo service access or credits.

Why it was flagged

The skill uses a Bearer token to create sessions, upload/render, and spend service credits. This is expected for the integration, and the artifacts do not show unrelated credential use or token leakage.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly ... Otherwise, acquire a free starter token ... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a service-specific token, do not share it in chat or files, and rotate/revoke it if you no longer trust the skill or provider.

What this means

The agent may contact the backend and create a session without explaining the full technical details in the conversation.

Why it was flagged

The skill tells the agent to simplify or omit technical backend details while creating a remote session. This appears to be a UX choice, but users may not realize setup/network calls occurred.

Skill content
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...". ... Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Ask the agent to confirm before uploading files and to disclose what remote service it is contacting if you want more transparency.

What this means

You have less external information to verify who maintains the skill or the cloud service it uses.

Why it was flagged

The registry does not provide an upstream source or homepage for independent verification of the skill/provider. This is a provenance note, not evidence of unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer using it with non-sensitive media unless you can verify the provider and trust its handling of uploaded files.