Beauty
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: beauty Version: 1.0.0 The skill bundle appears benign. All instructions and code are aligned with the stated purpose of providing beauty routines and guidance. The `SKILL.md` explicitly states that no external network requests are made and no data leaves the machine, which is consistent with the content of all other files. The `setup.md` file contains shell commands (`mkdir`, `touch`, `chmod`) for local directory and file creation within `~/beauty/`, but these are explicitly guarded by an instruction to "ask for explicit approval" from the user, and they set restrictive permissions (e.g., `chmod 600 ~/beauty/memory.md`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to bypass user intent or security controls.
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.
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.
