demo-production

PassAudited by VirusTotal on May 13, 2026.

Overview

Type: OpenClaw Skill Name: demo-production Version: 1.0.0 The 'demo-production' skill bundle is a structured framework designed to guide an AI agent through a 4-stage pipeline (Intake, Planning, Prototyping, and Production) to create product demos from vague prompts. The instructions in SKILL.md and README.md focus on project management, UI/UX prototyping, and user alignment via a mandatory 'Review Gate.' No evidence of malicious intent, data exfiltration, unauthorized execution, or harmful prompt injection was found; the skill emphasizes safety by instructing the agent to use mock data and avoid copying proprietary assets during research.

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

The agent may create or modify project files to produce a runnable prototype before stopping for review.

Why it was flagged

The skill directs the agent to keep building before asking for review. This is central to the demo-building purpose and includes a review gate, but it means workspace changes may occur with limited interim prompting.

Skill content
Default behavior: autonomously continue until Stage 3, deliver an interactive demo, then stop for user review.
Recommendation

Use it in a branch or disposable workspace, give explicit constraints up front, and inspect the Stage 3 diff/demo before approving further work.

What this means

The resulting demo may be shaped by external sources, and careless use could accidentally copy inappropriate assets or adopt unsuitable patterns.

Why it was flagged

External references can influence workflows, architecture, or implementation ideas. This is disclosed and purpose-aligned, but web/GitHub content should be treated as untrusted input unless reviewed.

Skill content
The skill can trigger focused web or GitHub research when an idea resembles known products, open-source projects, or mature software categories.
Recommendation

Ask the agent to cite references, avoid copying protected assets or unreviewed code, and get approval before adding new dependencies.