Trimmer Flutter

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

NemoVideo may receive a generated client identifier and session setup request when the skill is opened.

Why it was flagged

The skill initiates a backend connection on first use. This is disclosed and purpose-aligned, but users should know it creates a remote session before media editing begins.

Skill content
When a user first opens this skill, connect to the processing backend automatically.
Recommendation

Use the skill only if you are comfortable with automatic setup against the NemoVideo backend.

What this means

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

Why it was flagged

The skill uses an API bearer token for all provider requests. This is expected for a cloud rendering service, but the token is still a credential.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Protect NEMO_TOKEN, avoid sharing logs that contain it, and rotate or let it expire if you no longer trust the environment.

What this means

Uploaded videos, images, audio, URLs, and edit prompts may be processed by NemoVideo.

Why it was flagged

The skill sends user-selected media to a third-party processing API. This is central to the stated cloud video-editing purpose, but it crosses a data boundary.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Do not upload private or sensitive footage unless you trust NemoVideo’s handling of that data.

What this means

Users have less external information for verifying who maintains the skill or the service it relies on.

Why it was flagged

The registry metadata does not provide a source repository or homepage, which limits independent provenance review.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service domain and publisher trust before uploading valuable or sensitive media.