UI Audit

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only UI/UX audit skill with no evidence of credential access, data exfiltration, destructive behavior, or hidden capabilities.

This skill appears safe and purpose-aligned for generating UI audit reports. If you install it through npm, be aware that the package has a postinstall message script, but the provided artifact shows it only printing setup instructions.

Findings (1)

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 installed through npm, a local install-time command runs, but the shown command only prints text.

Why it was flagged

npm postinstall scripts run during npm installation. In this artifact, the lifecycle script is limited to an echo message with setup guidance, so it is noteworthy but not suspicious.

Skill content
"postinstall": "echo '\\n📖 UI Audit skill installed. Add to your project:..."
Recommendation

Install from a source you trust and verify package metadata if using npm; no additional action is needed for the shown postinstall behavior.