Book Cleaning
Analysis
The skill matches its stated cleaning-booking purpose, but it can create a real booking and send contact details to a remote MCP service without documented final-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.
### create_booking ... "timeSlot": "2025-02-10T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill exposes a tool that creates a booking using user contact details, but the artifact does not instruct the agent to obtain final user approval or verify booking terms before calling it.
Source: unknown Homepage: none
The registry metadata does not provide a source repository or homepage, which makes it harder to verify the maintainer or service provenance before using the remote booking endpoint.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
## MCP Endpoint ``` https://lokuli.com/mcp/sse ``` Transport: SSE | JSON-RPC 2.0 | POST requests
The skill sends MCP/JSON-RPC requests to a remote service; this is expected for the stated purpose, but the booking payload includes personal contact information and the artifact does not describe data handling boundaries.
