Back to skill
v1.0.1

Frontend Design Extractor

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 4:54 AM.

Analysis

This instruction-only skill is coherent with its UI/UX extraction purpose, but users should review the referenced local scripts and approve any refactor edits before use.

GuidanceThis skill appears safe to install as an instruction-only UI/UX analysis aid. When using it, only run helper scripts you have inspected or trust, choose the repo root deliberately, keep outputs in the intended ui-ux-spec folder, and approve refactor plans only after reviewing the proposed file changes.

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
run `scripts/scan_ui_sources.sh` ... `scripts/generate_output_skeleton.sh`

The instructions reference helper scripts, while the supplied package is described as instruction-only with only SKILL.md present. Users should verify any script they run because those helpers are not included in the reviewed artifacts.

User impactIf a user runs a similarly named script from a target repo or local environment, that code is outside this skill’s reviewed artifact set.
RecommendationBefore running the referenced scripts, confirm where they come from, inspect their contents, or perform the inventory/scaffold steps manually.
Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Do not proceed to edits until the plan is accepted. ... Apply changes for the current phase only.

The skill can guide project file edits during refactor mode, but the instructions include clear user-control safeguards: accepted plan first, phased execution, minimal reversible diffs, and UI/UX-only scope.

User impactUsing the refactor mode may modify frontend project files, so accidental or unwanted UI changes are possible if the plan is not reviewed carefully.
RecommendationUse version control, review the proposed plan before approving edits, and keep changes limited to the stated UI/UX scope.