Book Driving Lessons

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: book-driving-lessons Version: 1.0.1 The skill bundle is designed to book driving lessons through the Lokuli MCP server. It defines tools for searching, checking availability, and creating bookings, which inherently involve handling customer PII (name, email, phone) and sending it to the specified external endpoint (https://lokuli.com/mcp/sse). There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The behavior is clearly aligned with its stated purpose, and the handling of PII is a necessary function for a booking skill.

Findings (0)

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.