Book Pedicure

PassAudited by ClawScan on May 10, 2026.

Overview

This skill is a straightforward pedicure-booking integration, but it can send your contact details to an external MCP service and create an appointment.

Before installing or using this skill, decide whether you are comfortable sending your booking details and contact information to Lokuli. Ask the agent to search and show options first, then require explicit confirmation before it calls create_booking.

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.

What this means

The agent could create an appointment if the user provides enough details and authorizes the workflow.

Why it was flagged

The skill exposes a tool call that can create an actual booking. This is aligned with the skill's purpose, but users should ensure the agent confirms provider, service, time, and any cost or cancellation terms before calling it.

Skill content
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"
Recommendation

Use the skill only after reviewing the selected provider, service, time, and contact information; instruct the agent not to finalize a booking without explicit confirmation.

What this means

Your name, email, phone number, location/zip code, and chosen appointment details may be sent to Lokuli's MCP service to search or book.

Why it was flagged

The skill sends booking requests, including customer contact information, to an external MCP endpoint. This is expected for a booking service, but it means personal details leave the agent environment.

Skill content
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Only provide the contact information needed for the booking and verify you are comfortable sharing it with the external service.