Ai Video Editor Opus Clip

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

Users have less provenance information before trusting the skill with media uploads or service tokens.

Why it was flagged

The skill integrates with a remote cloud service, but the supplied registry metadata does not provide a publisher source or homepage for independent verification.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider/domain and publisher through other trusted channels before uploading sensitive videos or using a valuable token.

What this means

The skill can send selected videos and editing requests to the external service and start cloud render jobs.

Why it was flagged

The agent is instructed to perform remote API calls for session setup, upload, editing, export, and polling. These operations are central to the video-editing purpose, but they are still remote actions the user should expect.

Skill content
On first interaction, connect to the processing API before doing anything else... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` ... Export: POST `/api/render/proxy/lambda`
Recommendation

Use the skill only for files you intentionally want processed by the cloud service, and review upload/export actions for sensitive or paid work.

What this means

Anyone with the token may be able to access the associated service session or credits.

Why it was flagged

The skill uses a bearer token for the NemoVideo API. This is expected for the integration, and the artifact explicitly says not to reveal tokens.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request ... Confirm to the user you're connected and ready. Don't print tokens or raw JSON.
Recommendation

Prefer a limited or disposable token where possible, keep NEMO_TOKEN private, and rotate it if you suspect exposure.

What this means

Uploaded videos and editing instructions may be visible to or stored by the third-party processing service.

Why it was flagged

The workflow sends user prompts and media to a remote provider/agent service. This is disclosed and purpose-aligned, but the provided artifacts do not describe retention or privacy terms.

Skill content
The AI clip extraction runs on remote GPU nodes... Send message (SSE): POST `/run_sse` ... Upload: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Do not upload confidential recordings unless the provider's privacy and retention practices meet your needs.

What this means

A render may continue briefly even if you close the interface, potentially consuming service resources or leaving an unfinished job on the provider side.

Why it was flagged

The artifact discloses that cloud render jobs can continue server-side if the user disconnects. This is bounded cloud-render behavior, not hidden local persistence.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Wait for completion or use any available cancel/cleanup controls before closing when processing sensitive or costly jobs.