Book Alignment

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for finding and booking alignment services, but users should notice that it can contact a third-party MCP service, create bookings, and share contact details.

Before installing or using this skill, be aware that it is designed to contact Lokuli's MCP service and may create an alignment appointment using your name, email, and phone number. Treat search and availability checks as low risk, but confirm all booking details before allowing a final 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 could create a service appointment if the booking tool is used.

Why it was flagged

The skill exposes a tool that can create an appointment. That is consistent with the booking purpose, but users should ensure the final booking details are confirmed before use.

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

Confirm the provider, service, date, time, cancellation terms, and any costs with the user before creating a booking.

What this means

A user's name, email address, and phone number may be sent to the external booking service.

Why it was flagged

The skill communicates with an external MCP endpoint and the booking example includes personal contact fields. This is expected for booking, but it is still a sensitive data flow.

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

Only provide contact details needed for the booking and review the service's privacy and booking policies if available.