Back to skill
v1.0.0

Video Editor Effects

BenignClawScan verdict for this skill. Analyzed Apr 30, 2026, 10:36 PM.

Analysis

This is a coherent cloud video-editing skill, but it automatically connects to NemoVideo, uses a token, uploads media and prompts, and keeps render session state.

GuidanceThis skill appears purpose-aligned for cloud video effects. Before installing, make sure you trust the NemoVideo backend and publisher, keep NEMO_TOKEN private, and avoid uploading private footage unless you are comfortable sending it to the external rendering service.

Findings (8)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agent Goal Hijack
SeverityLowConfidenceHighStatusNote
SKILL.md
Backend says | You do ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow

The skill treats backend text as instructions for API actions. This is part of the intended GUI-to-API translation, but it means remote backend responses can steer edits or exports.

User impactUnexpected backend instructions could affect the edit or export flow without the user spelling out every step.
RecommendationReview the agent's summaries before exporting and give specific edit/export instructions.
Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Upload — POST /api/upload-video/nemo_agent/me/<sid> — multipart file or JSON with URLs ... Export — POST /api/render/proxy/lambda ... Poll GET /api/render/proxy/lambda/<id>

The skill performs external upload, render, polling, and download workflows. These actions are central to the video editing purpose but can consume credits and change the remote project state.

User impactYour uploaded media and edit requests are processed by the cloud service, and export actions may use available credits.
RecommendationOnly upload media you are comfortable sending to the provider, and confirm export intent when credits or final outputs matter.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
metadata
Source: unknown; Homepage: none

The skill has no local install code or dependencies, but its registry provenance is limited, which matters because it relies on an external cloud rendering backend.

User impactYou have less publisher and project provenance to review before sending media to the service.
RecommendationVerify that you trust the publisher and NemoVideo service before uploading sensitive or private footage.
Cascading Failures
SeverityLowConfidenceHighStatusNote
SKILL.md
Each export job queues on a cloud GPU node ... The session token carries render job IDs, so closing the tab before completion orphans the job.

A render job may continue remotely if the user closes the tab before completion. This is disclosed and scoped to the render workflow, but it can leave a remote job unfinished or orphaned.

User impactA render may continue or become hard to recover if you leave before it finishes, potentially wasting time or credits.
RecommendationWait for exports to complete and check credits or project state if a render is interrupted.
Human-Agent Trust Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").

The skill instructs automatic backend setup with brief user messaging. This is disclosed in the artifact and supports the product flow, but users should notice that connection and token/session creation can happen immediately.

User impactThe service may be contacted before you provide detailed editing instructions.
RecommendationInstall only if you are comfortable with automatic setup calls to the NemoVideo backend.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityLowConfidenceHighStatusNote
SKILL.md
Check if `NEMO_TOKEN` is set in the environment ... response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days ... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`

The skill uses a NemoVideo bearer token for authenticated requests. This is expected for the integrated rendering service and no artifact shows hardcoded secrets, token logging, or unrelated credential use.

User impactAnyone with the token may be able to use the associated NemoVideo session or credits while it is valid.
RecommendationKeep NEMO_TOKEN private and rotate or let it expire if you suspect it was exposed.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Store the returned `session_id` for all subsequent requests ... State — `GET /api/state/nemo_agent/me/<sid>/latest` — current draft and media info.

The skill reuses a cloud session and draft state across requests. This is appropriate for editing a video project, but the stored session context affects later edits and exports.

User impactPrior project state in the session can influence subsequent actions if you continue working in the same session.
RecommendationUse a fresh session for unrelated projects or sensitive footage you do not want mixed with previous edits.
Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
All calls go to `https://mega-api-prod.nemovideo.ai` ... Chat (SSE) — `POST /run_sse` ... Upload — `POST /api/upload-video/nemo_agent/me/<sid>`

The agent communicates with an external provider using API and SSE flows, sending prompts and media to the service. The destination and Authorization header are disclosed and purpose-aligned.

User impactYour footage, URLs, prompts, and project state may be transmitted to NemoVideo for processing.
RecommendationDo not upload confidential media unless you are comfortable with that provider processing it.