Book Pressure Washing

PassAudited by ClawScan on May 10, 2026.

Overview

This looks like a coherent booking helper, but it can send your contact details to Lokuli and create a real pressure-washing appointment, so confirm details before booking.

Before using this skill, make sure the agent shows you the selected provider, service, date/time, estimated cost, and contact information, and only approve the final booking if everything is correct.

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 schedule an unwanted appointment or submit incorrect contact details.

Why it was flagged

The skill documents a tool that can create a service booking using user contact details. This is purpose-aligned, but it is a real-world action that should be confirmed by the user before use.

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

Only call create_booking after the user confirms the provider, service, date/time, contact information, price or estimate, and cancellation expectations.

What this means

Your name, email, phone number, and booking preferences may be shared with Lokuli and possibly the selected service provider.

Why it was flagged

The skill routes booking requests through an external MCP endpoint and includes personal contact fields. This is expected for booking services, but users should understand the data leaves the agent environment.

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

Share only the minimum contact details needed, and use the booking flow only if you are comfortable sending that information to the Lokuli MCP service.