Back to skill

Security audit

Dream Image to Video

Security checks for vulnerabilities and agentic risk

Overview

This skill is a simple API-integration guide for turning user-provided images and prompts into short videos through DreamAPI/NewportAI, with no bundled executable code or hidden persistence.

Install only if you are comfortable sending prompts, image URLs, and any uploaded local images to the DreamAPI/NewportAI service, and avoid using confidential, personal, or sensitive media unless you have reviewed that 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
  • 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 (5)

External Transmission

Medium
Category
Data Exfiltration
Content
---
name: dream-image-to-video
description: "Generate videos from images using Image to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and 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/image-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🎞️", "requires": {"env": ["DREAMIMAGETOVIDEO_API_KEY"]}, "primaryEnv": "DREAMIMAGETOVIDEO_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-image-to-video
description: "Generate videos from images using Image to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and 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/image-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🎞️", "requires": {"env": ["DREAMIMAGETOVIDEO_API_KEY"]}, "primaryEnv": "DREAMIMAGETOVIDEO_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-image-to-video
description: "Generate videos from images using Image to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and 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/image-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🎞️", "requires": {"env": ["DREAMIMAGETOVIDEO_API_KEY"]}, "primaryEnv": "DREAMIMAGETOVIDEO_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-image-to-video
description: "Generate videos from images using Image to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions and 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/image-to-video-wan2-1"
metadata: {"openclaw": {"emoji": "🎞️", "requires": {"env": ["DREAMIMAGETOVIDEO_API_KEY"]}, "primaryEnv": "DREAMIMAGETOVIDEO_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
96% confidence
Finding
The skill documentation describes sending prompts, image URLs, and potentially local files to external APIs, but it does not clearly warn users that their content will leave the local environment and be processed by third-party services. This can lead to unintended disclosure of sensitive text, images, or file contents, especially when users assume the skill operates locally or do not understand the privacy implications of upload and polling flows.

Static analysis

No suspicious patterns detected.