Browser Nemo Video

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

Opening the skill can create an anonymous backend session before the user has uploaded a file.

Why it was flagged

The agent is instructed to initiate external API setup automatically on first use. This is disclosed and purpose-aligned, but users should be aware that merely opening the skill may contact Nemo’s backend.

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

Install only if automatic connection to the Nemo service is acceptable, and ask for confirmation before uploading or exporting sensitive media.

What this means

The token may allow use of the associated free credits and backend session, so it should be treated as a credential.

Why it was flagged

The skill obtains or uses a bearer token for Nemo’s service. This is expected for the stated cloud-rendering purpose, and the artifact also instructs not to display token values.

Skill content
The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Keep NEMO_TOKEN private, avoid sharing logs containing it, and remove or rotate it if you no longer use the skill.

What this means

Videos, images, audio, and edit prompts may be processed by Nemo’s servers rather than staying local.

Why it was flagged

The artifact clearly shows that user media and editing instructions are sent to an external cloud backend for processing. This is central to the skill’s purpose but may involve private content.

Skill content
This tool takes your video clips and runs browser-based video editing through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload media you are comfortable sending to the external service, and review the provider’s privacy and retention terms before using sensitive content.