Ui Design System

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a coherent UI design-system helper that runs a local Python token generator and provides design reference documentation.

This looks safe for its stated design-system purpose. Before installing, be aware that it asks you to run a local Python script to generate files, so inspect the generated CSS/SCSS/JSON before adding them to a project or sharing them with a team.

Findings (2)

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

Using the skill may create local design-token files such as CSS, SCSS, or JSON outputs in the user’s project directory.

Why it was flagged

The skill tells the user to run a bundled Python helper and optionally write generated token output to local files. This is central to the design-token purpose and is shown as a user-directed command.

Skill content
python scripts/design_token_generator.py "#0066CC" modern css > design-tokens.css
Recommendation

Review the generated files before committing or integrating them, and run the Python helper only in a project directory where creating token files is expected.

What this means

The skill may not work unless Python is available, despite the registry metadata listing no required binaries.

Why it was flagged

The metadata does not declare Python as a requirement even though the skill documentation uses a Python helper script. This is a metadata completeness issue for a purpose-aligned helper, not evidence of hidden installation or remote dependency behavior.

Skill content
No install spec — this is an instruction-only skill. ... Required binaries (all must exist): none
Recommendation

Confirm Python is installed before use, and prefer registry metadata that accurately declares required local tools.