Sports Highlight Maker

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is a coherent cloud video-editing integration, but it will contact NemoVideo, create or use a token/client ID, and send uploaded footage to Nemo’s backend.

Before installing, make sure you are comfortable with a cloud service receiving the videos you upload, creating or using a NemoVideo token, and storing a local client ID under ~/.config/nemovideo.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 or first using the skill may create a NemoVideo session and contact Nemo’s API before any editing work begins.

Why it was flagged

The skill directs the agent to make external API calls automatically during first-contact setup. This is disclosed and aligned with the video-editing service, but users should know it happens.

Skill content
When the user first interacts, set up the connection... Acquire anonymous token: curl -s -X POST "https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token" ... Create a session
Recommendation

Install only if you are comfortable with automatic service setup; review or set NEMO_TOKEN yourself if you want more control.

What this means

The skill can act against the NemoVideo service using your supplied or anonymous token and can reuse the same local client ID across sessions.

Why it was flagged

The skill uses a service token and a persistent client identifier to access NemoVideo. This is expected for the stated service integration and no token leakage or unrelated credential use is shown.

Skill content
`NEMO_TOKEN` | No | Auto-generated on first use ... `NEMO_CLIENT_ID` | No | Auto-generated UUID, persisted to `~/.config/nemovideo/client_id`
Recommendation

Use a dedicated NemoVideo token if possible and remove ~/.config/nemovideo/client_id if you want to reset the anonymous identity.

What this means

Sports footage, including potentially personal or youth-team videos, may be processed by NemoVideo’s remote service.

Why it was flagged

The workflow sends uploaded footage and natural-language edit requests to NemoVideo’s backend. That is central to the skill’s function, but it means user media leaves the local environment.

Skill content
Upload the full game recording ... User describes an edit → you send it to the backend → backend processes → you report results
Recommendation

Avoid uploading private or sensitive footage unless you trust NemoVideo’s handling of the media and have permission from the people recorded.