Book Carpet Cleaning
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
The agent could book an appointment with a service provider if the user proceeds with this skill.
The skill documents a tool call that can create an external service booking, which is expected for the stated purpose but should be performed only after the user confirms the booking details.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"Confirm the provider, service, time slot, and any costs or cancellation terms before allowing the booking call.
Your name, email, phone number, and booking request details may be transmitted to Lokuli and/or a service provider.
The skill uses a disclosed external MCP endpoint and includes customer contact details in the booking request, meaning personal information is sent outside the local agent environment.
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Use the skill only if you are comfortable sharing the needed contact information with the external booking service.
