Book Flooring

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a coherent flooring-booking skill, but it can create real bookings with customer contact details through a remote MCP endpoint without documented confirmation safeguards.

Before using this skill, verify that you trust Lokuli and instruct the agent not to call create_booking until you explicitly approve the exact provider, service, date/time, and contact details. Share only the contact and location information needed for the 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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

An agent using the skill could submit a booking request before the user has reviewed and approved the final provider, service, time, and contact details.

Why it was flagged

This shows a state-changing booking action using customer contact information. The supplied SKILL.md lists the call schema but does not include a requirement to obtain explicit user approval before submitting a booking.

Skill content
"name": "create_booking" ... "timeSlot": "2025-02-10T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Require explicit confirmation immediately before create_booking, and show the selected provider, service, time slot, customer details, and any known terms before submitting.

What this means

Your ZIP code, name, email, phone number, and booking preferences may be sent to Lokuli or downstream service providers.

Why it was flagged

The skill directs the agent to a remote MCP endpoint and the booking call includes personal contact fields. This is expected for booking services, but it means user data may be shared with the external MCP service.

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

Only provide the information needed to book, verify that you trust the Lokuli endpoint, and prefer a workflow that clearly states what data will be sent before submission.