Book Window Cleaning
Analysis
The skill matches its window-cleaning booking purpose, but it can send contact details to an external MCP service and create a real booking without documented confirmation safeguards.
Findings (3)
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 direct booking action using customer contact details, but the artifact does not include instructions to obtain explicit user confirmation before creating the booking.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage, limiting provenance checks for the external booking integration.
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 ... Transport: SSE | JSON-RPC 2.0 | POST requests ... "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill discloses use of an external MCP endpoint and shows that booking requests include personal contact information.
