Ai Video Stabilizer

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward guide for using NemoVideo’s cloud API to stabilize videos, with expected privacy considerations around uploading media.

Install only if you are comfortable sending selected videos and prompts to NemoVideo for processing with your NemoVideo token. Avoid confidential, regulated, or highly personal footage unless NemoVideo’s privacy, retention, and deletion controls meet your needs.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
92% confidence
Finding
The documentation instructs users to upload video to a third-party remote API but does not explicitly warn that potentially sensitive media will leave the local environment. Videos commonly contain faces, voices, locations, screens, metadata, and other personal or confidential information, so omission of a clear transfer notice can cause unintentional disclosure.

External Transmission

Medium
Category
Data Exfiltration
Content
### Step 3 — Generate
```bash
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
  -H "Authorization: Bearer $NEMO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
95% confidence
Finding
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \ -H "Authorization: Bearer $NEMO_TOKEN" \ -H "Content-Type: application/json" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal