Ux Researcher Designer

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 skill may run local code when the user follows the persona-generation workflow.

Why it was flagged

The workflow instructs the user to run an included local Python helper script. This is code execution, but it is explicitly documented and central to generating personas.

Skill content
python scripts/persona_generator.py
Recommendation

Run the helper only when you intend to generate personas, and review or keep a trusted copy of the script if using sensitive research data.

What this means

Installation metadata may not fully tell users what local runtime is needed before they follow the documented command.

Why it was flagged

The registry metadata does not declare Python as a required binary even though the documented workflow uses a Python script. This is an under-declared setup requirement, not evidence of malicious behavior.

Skill content
Required binaries (all must exist): none
Recommendation

Confirm Python is available before use; the publisher should declare the Python runtime requirement in metadata.