Beauty
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only beauty routine skill is coherent and local-first, with only user-approved local memory as a noteworthy privacy consideration.
This skill appears safe to install if you are comfortable with optional local memory in ~/beauty. Approve file creation only if you want saved routine context, and avoid storing medical or highly sensitive personal details.
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.
Beauty preferences, routines, sensitivities, budget constraints, or product notes may be reused in later advice if the user chooses to save them.
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.
Memory lives in `~/beauty/`... `memory.md` ... Store Preferences Only with Explicit Confirmation
Only approve saving information you are comfortable retaining locally, and avoid storing medical diagnoses or sensitive identifiers.
If approved, the skill may create a local folder and memory file for beauty routine information.
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.
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.mdReview the setup step before approving it, and delete ~/beauty if you no longer want the saved routine memory.
