Book Manicure
Analysis
The skill is purpose-aligned for booking manicures, but it can create an external appointment and send personal contact details without an explicit confirmation or scoping instruction.
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 action that can create an external appointment using personal contact details, while the provided instructions do not define an explicit user-confirmation step or limits before that action.
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 relies on an external MCP service for search, availability, and booking, so user booking details are communicated to a third-party service boundary.
