Book Wedding
Analysis
Review recommended: the skill is aligned with wedding booking, but it can create real bookings through a remote service and send customer contact details without documented 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" ... "timeSlot": "2025-02-10T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The artifact documents a tool call that can create a booking using customer contact details, but it does not include an explicit user-confirmation or cancellation/rollback requirement 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``` ... "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill communicates with a remote MCP endpoint and the booking example includes personal contact fields, so user-provided contact data would be sent to that external service.
