Back to skill

Security audit

Dream Head Tail to Video

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward third-party video-generation integration that requires an API key and sends prompts and images to the disclosed NewportAI/DreamAPI endpoints.

Install only if you are comfortable sending prompts and first/last-frame image URLs or uploaded media to NewportAI/DreamAPI and storing the required API key in OpenClaw config. Avoid submitting confidential, private, or regulated images unless you have reviewed the provider's privacy and retention terms.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (6)

External Transmission

Medium
Category
Data Exfiltration
Content
---
name: dream-head-tail-to-video
description: "Generate videos from first and last frames using Head Tail to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and first/last frame images. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products. API resources: https://api.newportai.com/api-reference/head-tail-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🔄", "requires": {"env": ["DREAMHEADTAILTOVIDEO_API_KEY"]}, "primaryEnv": "DREAMHEADTAILTOVIDEO_API_KEY"}}
---
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

External Transmission

Medium
Category
Data Exfiltration
Content
---
name: dream-head-tail-to-video
description: "Generate videos from first and last frames using Head Tail to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and first/last frame images. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products. API resources: https://api.newportai.com/api-reference/head-tail-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🔄", "requires": {"env": ["DREAMHEADTAILTOVIDEO_API_KEY"]}, "primaryEnv": "DREAMHEADTAILTOVIDEO_API_KEY"}}
---
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

External Transmission

Medium
Category
Data Exfiltration
Content
---
name: dream-head-tail-to-video
description: "Generate videos from first and last frames using Head Tail to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and first/last frame images. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products. API resources: https://api.newportai.com/api-reference/head-tail-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🔄", "requires": {"env": ["DREAMHEADTAILTOVIDEO_API_KEY"]}, "primaryEnv": "DREAMHEADTAILTOVIDEO_API_KEY"}}
---
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

External Transmission

Medium
Category
Data Exfiltration
Content
---
name: dream-head-tail-to-video
description: "Generate videos from first and last frames using Head Tail to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and first/last frame images. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products. API resources: https://api.newportai.com/api-reference/head-tail-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🔄", "requires": {"env": ["DREAMHEADTAILTOVIDEO_API_KEY"]}, "primaryEnv": "DREAMHEADTAILTOVIDEO_API_KEY"}}
---
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The skill description does not clearly disclose that user-provided prompts and image URLs will be sent to external third-party services. This can cause unintended data exposure, especially if users provide sensitive image links or confidential prompt content under the assumption processing is local.

Vague Triggers

Low
Confidence
76% confidence
Finding
This markdown file applies to the vague-trigger category. The description states general capabilities like generating videos from text descriptions and images, but does not define explicit trigger phrases, constraints, or negative examples that clarify when the skill should or should not activate.

Static analysis

No suspicious patterns detected.