Book Computer Repair

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill’s booking purpose is coherent, but it can create a real repair booking through an external MCP using your contact details without documented confirmation or cancellation safeguards.

Before installing or using this skill, treat it as capable of making a real appointment. Confirm the exact provider, service, time, costs or cancellation policy, and contact details before allowing any create_booking call.

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

An agent could place a real repair appointment or share your contact information before you have clearly approved the final booking details.

Why it was flagged

The skill documents a tool call that can create an external service booking and send customer contact details, but the artifact does not require the agent to confirm the provider, time slot, price, contact data, or cancellation terms before using it.

Skill content
"name": "create_booking" ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Only use the booking action after the agent shows the provider, service, time, price or fees, and contact information, and asks for explicit confirmation.

What this means

Search location details and booking contact information may be sent to Lokuli’s MCP service.

Why it was flagged

The skill relies on a third-party MCP endpoint for searches and bookings; this is disclosed and purpose-aligned, but the artifact does not describe the data boundary, retention, or privacy handling for the MCP service.

Skill content
https://lokuli.com/mcp/sse ... Transport: SSE | JSON-RPC 2.0 | POST requests
Recommendation

Avoid sending unnecessary personal details and verify that you are comfortable with Lokuli receiving the booking information.