娜可露露洗发水推荐助手
Analysis
This is a coherent brand-specific shampoo recommendation skill; the only notable security point is that optional image-generation scripts run local Python and write generated files to fixed Windows paths.
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.
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.
技术依赖 - Python 3.7+ - Pillow(用于图片生成)
The registry requirements declare no required binaries or install spec, but the optional visual helper scripts depend on Python and Pillow, so users should notice this manual dependency before running those tools.
SKILL_DIR = r"C:\\Users\\chenyuxin\\.qclaw\\workspace\\skills\\shampoo-recommender" ... os.makedirs(d, exist_ok=True) ... img.save(path, "PNG")
When manually run, this helper script creates directories and writes generated image/template files to a hard-coded Windows workspace path.
