Ai Intelligent Image Generation

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-image-generation Version: 1.0.0 The skill bundle consists of metadata and a descriptive markdown file (SKILL.md) for an AI image generation service. It contains standard project information, such as features, pricing, and installation instructions, with no executable code, suspicious network calls, or malicious instructions targeting the agent.

Findings (0)

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

Installing the referenced repository could run third-party code and dependencies on the user's machine.

Why it was flagged

The skill instructs the user to clone, install, and run code from an external repository that is not included in the submitted artifact set. This is user-directed and aligned with the image-generation purpose, but the code and dependencies are not reviewed here.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-image-generation
cd ai-intelligent-image-generation
pip install -r requirements.txt
python app.py
Recommendation

Before installing, inspect the GitHub repository, dependency list, and app entry point, and prefer pinned dependencies or a trusted environment.

What this means

Prompts or uploaded images may be processed by an external provider if the referenced implementation uses this API.

Why it was flagged

The skill discloses use of an external image-generation API. This is expected for the stated purpose, but the artifact does not describe what prompts or images are sent to the provider or how that data is handled.

Skill content
- DALL-E API
Recommendation

Avoid sending confidential images or sensitive prompts unless you have reviewed the provider configuration, privacy terms, and any credentials used by the implementation.