Book Inspection
PassAudited by ClawScan on May 10, 2026.
Overview
This skill is a simple instruction-only integration for finding and booking inspections through a disclosed Lokuli MCP endpoint, with no local code or credentials shown.
This appears safe to install as an instruction-only booking helper, but only share the minimum needed contact details and make sure the agent asks you to confirm the provider, time slot, and booking details before creating an appointment.
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.
If used without care, the agent could create an inspection appointment using the user's personal contact details.
The skill exposes a booking-creation action that can schedule an external service and submit user contact information. This is aligned with the stated purpose, but it is still a user-impacting action.
"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" }Confirm the provider, service, date/time, and contact details with the user before calling create_booking.
Inspection search details and booking contact information may be shared with Lokuli's MCP service.
The skill instructs the agent to communicate with a remote MCP server. This is disclosed and purpose-aligned, but it means search queries and booking details may be sent to that external service.
https://lokuli.com/mcp/sse Transport: SSE | JSON-RPC 2.0 | POST requests
Use the skill only if the user is comfortable sending the needed inspection and contact details to Lokuli.
