Beauty

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

Beauty preferences, routines, sensitivities, budget constraints, or product notes may be reused in later advice if the user chooses to save them.

Why it was flagged

The skill intentionally maintains persistent local memory for user beauty preferences and routines. This is purpose-aligned and requires confirmation, but it can retain personal context across future interactions.

Skill content
Memory lives in `~/beauty/`... `memory.md` ... Store Preferences Only with Explicit Confirmation
Recommendation

Only approve saving information you are comfortable retaining locally, and avoid storing medical diagnoses or sensitive identifiers.

What this means

If approved, the skill may create a local folder and memory file for beauty routine information.

Why it was flagged

The setup instructions include simple shell commands to create and permission a local memory directory. They are disclosed, scoped to ~/beauty, and gated on explicit approval.

Skill content
Propose local structure and ask for explicit approval before writing files:
mkdir -p ~/beauty/{routines,products,notes}
touch ~/beauty/memory.md
chmod 700 ~/beauty
chmod 600 ~/beauty/memory.md
Recommendation

Review the setup step before approving it, and delete ~/beauty if you no longer want the saved routine memory.