Back to skill

Security audit

NovaVideo

Security checks across malware telemetry and agentic risk

Overview

This is a coherent Nova Video API integration that sends prompts and image references to an external generation service, with no hidden scripts or destructive behavior found.

Install only if you trust Nova Video with the prompts, images, and generated media you submit. Use a revocable API key, avoid private or signed image URLs unless intended, delete any saved video_url.txt file when no longer needed, and prefer the reviewed OpenClaw version over fetching mutable remote instructions directly.

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 (3)

External Transmission

Medium
Category
Data Exfiltration
Content
2. Return the `imageUrl` from the response

```bash
curl -s -X POST "$NOVA_BASE_URL/api/openapi/image" \
  -H "Authorization: Bearer $NOVA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
90% confidence
Finding
curl -s -X POST "$NOVA_BASE_URL/api/openapi/image" \ -H "Authorization: Bearer $NOVA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "<user description>", "size": "2k"

External Transmission

Medium
Category
Data Exfiltration
Content
### Step 3 — Submit video task

```bash
VIDEO_RESP=$(curl -s -X POST "$NOVA_BASE_URL/api/openapi/video" \
  -H "Authorization: Bearer $NOVA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
91% confidence
Finding
curl -s -X POST "$NOVA_BASE_URL/api/openapi/video" \ -H "Authorization: Bearer $NOVA_API_KEY" \ -H "Content-Type: application/json" \ -d

External Transmission

Medium
Category
Data Exfiltration
Content
> "Generate a video from this image: https://example.com/photo.jpg"

```bash
curl -s -X POST "$NOVA_BASE_URL/api/openapi/video" \
  -H "Authorization: Bearer $NOVA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
89% confidence
Finding
curl -s -X POST "$NOVA_BASE_URL/api/openapi/video" \ -H "Authorization: Bearer $NOVA_API_KEY" \ -H "Content-Type: application/json" \ -d

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.