Anthropic Frontend Design

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a frontend design guidance skill with bundled reference data; the main thing to notice is that it documents running a bundled Python helper despite being listed as instruction-only and coming from an unknown source.

This skill looks safe for its stated frontend design purpose. Before installing, be aware that it may use a bundled Python search helper even though the registry labels it as instruction-only, and its source/homepage are not identified.

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

The agent may run a local helper script to search design reference data while helping build UI.

Why it was flagged

The skill instructs use of a bundled Python script as part of its design-search workflow. This is aligned with the stated purpose, but it is still local code execution that users should be aware of.

Skill content
python scripts/search.py "<product_type> <industry> <keywords>" --design-system
Recommendation

Keep script execution user-directed and review the bundled scripts if you want to verify exactly how the helper works.

What this means

It is harder to independently verify the origin, maintainer, or update history of the bundled helper code.

Why it was flagged

The package includes bundled scripts and data, but the provided metadata does not identify a source repository or homepage. This is a provenance gap, not evidence of malicious behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer packages with clear provenance when available, or inspect the bundled files before relying on the helper script.