Book Fitness
Analysis
This instruction-only skill matches its stated fitness-booking purpose, but it uses an external Lokuli MCP endpoint that can create bookings and receive customer contact details.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"The skill exposes a booking-creation action, which is purpose-aligned but can create a real appointment if submitted.
Source: unknown; Homepage: none
The registry metadata does not provide an external source or homepage to help verify the publisher or service provenance.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The documented MCP flow sends customer contact information to an external Lokuli endpoint as part of booking.
