Book Beauty

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple instruction-only booking skill that uses Lokuli’s MCP service for beauty appointments and asks for explicit approval before creating a booking.

This skill appears purpose-aligned for booking beauty services. Before installing or using it, be aware that searches and booking details go to Lokuli’s external MCP service, and booking may require sharing your name, email, and phone number. Review appointment details carefully before giving approval to create a booking.

Findings (3)

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 create an appointment-related checkout link if the user approves the final details.

Why it was flagged

The skill can take an external action to create a booking or checkout link, but the workflow requires explicit user approval first.

Skill content
5. **Confirm** — Get explicit user approval
6. **Create booking** — Generate checkout link
Recommendation

Before approving, verify the provider, service, date, time, price, and any cancellation or payment terms.

What this means

Beauty-service searches and appointment details may be shared with Lokuli’s MCP service.

Why it was flagged

The skill routes searches, availability checks, and bookings through an external MCP endpoint.

Skill content
https://lokuli.com/mcp/sse
Recommendation

Only provide the information needed to search or book, and avoid sharing unnecessary sensitive details.

What this means

Your name, email address, and phone number may be provided to the booking service when creating an appointment.

Why it was flagged

The booking example includes personal contact information that would be sent as part of creating a booking.

Skill content
"customerName": "John Doe",
"customerEmail": "john@example.com",
"customerPhone": "+13105551234"
Recommendation

Confirm you are comfortable sharing contact details with the booking provider before authorizing booking creation.