UI/UX Design Guide

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is benign. It provides comprehensive UI/UX design principles, patterns, and setup instructions. The `SKILL.md` and `UI_UX_MASTER_GUIDE.md` files contain standard `npx` commands for setting up Next.js projects with Tailwind CSS and Shadcn/ui (`npx create-next-app`, `npx shadcn@latest init`, `npx shadcn@latest add`). These commands are directly aligned with the stated purpose of the skill to assist with UI/UX design and project setup, and do not exhibit any malicious intent, data exfiltration, persistence, or prompt injection attempts beyond the skill's legitimate function. All referenced external tools and resources are legitimate design and development utilities.

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

If the user runs these commands, external npm packages may create or modify project files and install dependencies.

Why it was flagged

These are user-facing setup examples that would retrieve and execute npm packages at their latest versions if run. This is purpose-aligned for setting up a Tailwind/Shadcn UI project, but users should recognize it as external package execution.

Skill content
npx create-next-app@latest project-name --typescript --tailwind --app ... npx shadcn@latest init
Recommendation

Run the setup commands only in the intended project directory, review generated changes, and pin package versions if reproducibility or supply-chain control matters.