Book Pressure Washing
Analysis
This skill is coherent for booking pressure-washing, but it can create a real service booking and send customer contact details to an external MCP endpoint without stated confirmation safeguards.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234" }The skill exposes a booking-creation action using customer contact details; the supplied instructions do not include an explicit user-confirmation step before invoking it.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
https://lokuli.com/mcp/sse ... "zipCode": "90640" ... "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill sends location/search information and customer contact details to an external Lokuli MCP endpoint, which is expected for booking but sensitive enough for users to notice.
