Book Driving Lessons

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent with its stated purpose, but users should confirm details before creating a booking and understand that contact information is sent to Lokuli.

This skill appears purpose-aligned and instruction-only. Before installing or using it, make sure you want Lokuli to receive your booking and contact details, and require the agent to show the provider, time, and personal information for confirmation before submitting a booking.

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.

What this means

The agent may be able to submit a driving-lesson booking if given the required details.

Why it was flagged

The skill exposes a tool call that can create a booking. This is aligned with the skill purpose, but it is a real-world action that should be user-confirmed.

Skill content
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"
Recommendation

Only allow the agent to create a booking after you have reviewed the provider, service, time slot, and contact details.

What this means

Your contact information and booking preferences may be transmitted to Lokuli's MCP service.

Why it was flagged

The skill uses a remote MCP endpoint and the booking example includes customer name, email, and phone number. This data sharing is expected for booking, but it is still personal information sent to an external service.

Skill content
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Share only the details needed for the booking and verify that you are comfortable with Lokuli handling that information.