Face

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 agent may contact an external avatar service to retrieve image options.

Why it was flagged

The skill instructs the agent to run a Python-based web fetch, which is tool use and network access, but it is directly aligned with the avatar-search purpose and limited to retrieving face listing data.

Skill content
Use a direct fetch first. Return 3 to 6 options max. ... urlopen(Request(url, headers={"User-Agent": "Mozilla/5.0"}))
Recommendation

Install only if you are comfortable with the agent making these disclosed external requests for avatar selection.

What this means

A selected avatar link could become part of the agent's long-term profile or identity if the user agrees.

Why it was flagged

The skill may lead to a persistent identity/profile entry containing the chosen avatar link. This is purpose-aligned and user-mediated, but users should notice that the link could be reused later.

Skill content
if it is their long-term face, suggest storing the chosen link in identity
Recommendation

Only store the link in identity if you want the avatar to persist across future interactions.