Ui Ux Pro Max 0.1.0

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 used, the agent may run a local Python script included with the skill to generate design tokens.

Why it was flagged

The skill suggests running a bundled Python script for design-system generation. This is directly related to the skill's purpose and appears optional, but it is still local code execution users should notice.

Skill content
python3 skills/ui-ux-pro-max/scripts/design_system.py --help
Recommendation

Use the script only when you want token generation, and review or trust the bundled script before running it in sensitive projects.

What this means

You have less external provenance information for deciding whether to trust the included assets and optional script.

Why it was flagged

The skill's provenance is not clearly linked to a public source or homepage. This matters because the skill includes bundled scripts and data, although no artifact evidence shows hidden or unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer installing from publishers you trust, and inspect bundled scripts before using them in important repositories.