Best Video Free

PassAudited by ClawScan on May 11, 2026.

Overview

The skill is a disclosed remote video-editing connector that uses a NemoVideo token and uploads selected media for cloud rendering; no malicious behavior is evidenced in the provided artifacts.

This appears suitable if you want cloud-based video editing and are comfortable sending your clips to NemoVideo. Before using it, consider whether your videos contain private content, protect the NEMO_TOKEN, and verify that you trust the provider because the source and homepage metadata are not supplied.

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 can contact NemoVideo and create an editing session as part of setup.

Why it was flagged

The skill may initiate remote API setup automatically on first use. This is disclosed and aligned with the video-editing purpose, but users should understand that opening the skill can create a remote session.

Skill content
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Recommendation

Use the skill only when you are comfortable starting a remote editing session; avoid invoking it unintentionally if you do not want network contact.

What this means

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

Why it was flagged

The skill relies on a provider-specific bearer token for NemoVideo API access. This is expected for the integration and the artifacts do not show logging, hardcoding, or unrelated use of the token.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private and rotate or clear it if you believe it was exposed.

What this means

Your uploaded clips and editing instructions are processed off-device by the remote service.

Why it was flagged

The skill sends user-selected media to the remote NemoVideo service for processing. The destination is disclosed and purpose-aligned, but uploaded videos may contain sensitive content.

Skill content
Upload — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Only upload videos you are comfortable sending to NemoVideo; avoid confidential or regulated content unless you trust the provider’s privacy and retention practices.

What this means

It may be harder to verify who maintains the skill or review provider documentation before use.

Why it was flagged

The registry metadata does not provide a source repository or homepage for independent verification. There is no local code to install, so this is a provenance note rather than evidence of unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Confirm that you trust the listed API domain and skill publisher before uploading private media.