Book Pet Grooming

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill appears aligned with booking pet grooming, but using it can send contact details to Lokuli and create an appointment, so the user should confirm details first.

Before installing or using this skill, make sure you trust Lokuli for pet-grooming bookings. Confirm the appointment details before creating a booking, and share only the contact information needed to complete the reservation.

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 place an appointment using the selected provider, service, and time if the user proceeds.

Why it was flagged

The skill documents a tool call that can create an external booking. This is purpose-aligned for a booking skill, but it is a mutating action that should be user-confirmed.

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

Confirm the provider, service, time, customer details, and any cancellation or fee terms before allowing the booking call.

What this means

Your ZIP code and contact details may be sent to Lokuli or the selected grooming provider to complete the booking.

Why it was flagged

The skill uses an external MCP endpoint and the booking example includes personal contact fields. This is expected for booking, but the artifacts do not describe data retention or privacy handling by the remote service.

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

Use the skill only if you are comfortable sharing the necessary booking details with the external service, and avoid providing extra sensitive information.