Ui Design Optimizer
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent UI design helper with no evidence of malicious behavior, though it references an optional PowerShell helper script that is not included in the provided files.
This skill appears safe for normal UI planning and starter HTML/CSS generation. Before using the optional PowerShell search helper, confirm that scripts/search.ps1 actually exists and review it, since it was not included in the provided artifacts.
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.
If a user or agent tries to run the optional helper, it may fail or rely on a script not present in the reviewed package.
The skill references a helper script, but the file manifest does not include scripts/search.ps1. This is not evidence of malicious behavior, but users should know the referenced helper was not available for review.
Use `scripts/search.ps1` when quick lookup is useful:
Use the bundled CSV/JSON data directly, or install and review the missing helper script before running it.
Running an unreviewed local script could execute code outside the visible instruction-only skill artifacts.
The documented optional helper command uses PowerShell with ExecutionPolicy Bypass. It is purpose-aligned as a dataset search helper, but because the script is not included, users should not run an unreviewed replacement blindly.
powershell -ExecutionPolicy Bypass -File scripts/search.ps1 -Query "saas dashboard" -DesignSystem -ProjectName "Demo"
Do not run the PowerShell helper unless the script is present, reviewed, and from a trusted source; otherwise rely on the provided dataset files.
