Book Language Tutor
Analysis
The skill is a straightforward external booking helper, but it can create real bookings and send contact details to Lokuli 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.
"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" }This shows the skill can perform a real booking action using the user's contact details. The artifact does not include a documented requirement to confirm provider, time, price, cancellation terms, or contact details immediately before this action.
Source: unknown; Homepage: none
The skill is instruction-only, but its provenance metadata is sparse for a skill that directs booking traffic to an external 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": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill discloses an external MCP endpoint and example booking fields containing personal contact information. This is purpose-aligned for booking, but it means user data leaves the agent environment.
