Video Filter Effects

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

If invoked, the agent may send selected media to the cloud and initiate export jobs on the user's behalf.

Why it was flagged

The skill instructs the agent to automatically create a cloud session and call upload/export APIs. These actions are central to the video-filtering purpose, but they can upload files, start processing jobs, and potentially consume service credits.

Skill content
On first use, set up the connection automatically... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file... `/api/render/proxy/lambda` | POST | Start export.
Recommendation

Use clear prompts and consider asking the agent to confirm before uploading large/private files or starting exports.

What this means

Anyone who obtains the token could potentially use the associated backend session or credits.

Why it was flagged

The skill relies on a bearer token for the NemoVideo backend. This is expected for the service and the instructions explicitly say not to expose the token, but it is still account/session authority.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`... Don't expose tokens or raw API output.
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chat, and rotate or remove it if you believe it was exposed.

What this means

Videos, images, audio, and prompts submitted for editing may leave the local device and be processed by the cloud backend.

Why it was flagged

The workflow sends user media and editing instructions to an external cloud provider. This is clearly disclosed and purpose-aligned, but uploaded videos may contain sensitive personal or business content.

Skill content
This tool takes your video clips and runs AI filter application through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload media you are comfortable sending to NemoVideo's cloud service, especially if it contains private people, locations, client work, or confidential material.

What this means

It is harder to independently verify who maintains the skill or review its external service documentation.

Why it was flagged

The registry metadata does not provide a source repository or homepage. Because there are no code files, this is a provenance notice rather than evidence of unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that you trust the listed service domain and avoid using the skill with sensitive media if you cannot validate the provider.