Book Locksmith

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

An agent could book a locksmith appointment or send contact details before the user has clearly approved the final provider, time, and details.

Why it was flagged

The skill documents a tool that can create a real-world service booking using the user's contact information, but the instructions do not require explicit user confirmation before submitting the booking.

Skill content
"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" }
Recommendation

Only use this skill after confirming the exact provider, service, time slot, price or estimated cost, and contact details; the skill author should add explicit confirmation and cancellation guidance before create_booking.

What this means

Your name, email, phone number, and booking details may be shared with the Lokuli MCP service to complete the booking.

Why it was flagged

The artifact discloses that booking requests go to an external MCP endpoint and may include personal contact information.

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

Share only the information necessary for the booking and verify that you are comfortable sending it to the listed Lokuli endpoint.