Book Braids

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a straightforward booking helper, but using it can share your contact details with Lokuli and create an appointment, so confirm details before booking.

Before installing, verify that you trust Lokuli for booking. Use the skill for searching and checking availability, but make sure the agent asks for your explicit approval before it creates any booking or sends your contact 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.

What this means

If used without careful confirmation, the agent could create an appointment with the wrong provider, service, time, or contact details.

Why it was flagged

The skill exposes a state-changing booking action. This is purpose-aligned, but a booking should be treated as a final user-approved action.

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

Confirm the provider, service, time slot, and contact details with the user immediately before calling create_booking.

What this means

Your name, email address, phone number, and appointment details may be shared with Lokuli's MCP service when creating a booking.

Why it was flagged

The skill sends personal contact information to a remote MCP endpoint as part of booking.

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

Only provide contact information you are comfortable sharing with Lokuli, and use the booking action only after confirming you trust the service.