Book Dance Lessons
Analysis
The skill is coherent for booking dance lessons, but it can create real external bookings and send contact details to a remote MCP endpoint without documented confirmation, fee, cancellation, or privacy 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 an action that creates an external booking using user contact details, but the artifact does not specify approval, fee, cancellation, or reversibility checks before invoking it.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage for the skill, while the skill relies on a remote booking MCP service.
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 ... customerName ... customerEmail ... customerPhone
The artifact discloses a remote MCP endpoint and shows that booking calls include personal contact information.
