Book Dog Walker

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is aligned with booking dog-walker services, but it uses an external MCP endpoint and can create bookings with the user’s contact details.

This skill appears coherent for booking dog-walker services. Before using it, make sure you trust Lokuli and only allow a booking after reviewing the provider, time, and contact information that will be shared.

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

A booking could be scheduled with the user’s contact details if the action is taken before the user has reviewed the final details.

Why it was flagged

The skill can create a real booking through the external service, which is expected for the purpose but should be treated as an action requiring user confirmation.

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

Confirm the provider, date, time, price or obligations, and contact details with the user before calling create_booking.

What this means

The external provider may receive the user’s name, email, phone number, zip code, and selected booking details.

Why it was flagged

The skill uses an external MCP endpoint and the booking example includes personal contact information, so users should understand that this data is sent to Lokuli for the booking workflow.

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

Use this only if the user agrees to share the needed contact and booking information with Lokuli.