Book DJ

PassAudited by ClawScan on May 10, 2026.

Overview

The skill matches its DJ-booking purpose, but using it may contact an external MCP service, share your contact details, and create a real booking.

This appears coherent for booking DJs. Before installing or using it, verify you trust Lokuli, and only create a booking after confirming the provider, time, cost or cancellation terms, and the contact details that will be shared.

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.

What this means

The agent could place a booking with selected provider, service, time, and customer details if the user proceeds.

Why it was flagged

The skill documents a tool that can create an actual booking. This is expected for a booking skill, but it is a mutating action users should explicitly confirm.

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

Confirm provider, service, date, time, price, and cancellation terms before allowing the agent to call create_booking.

What this means

Your name, email address, and phone number may be transmitted to Lokuli's MCP service when creating a booking.

Why it was flagged

The skill uses an external MCP endpoint and the booking example includes customer contact details. This is purpose-aligned, but it means personal data may be sent to the MCP service.

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

Only use the booking step if you trust the service and are comfortable sharing the required contact details.

What this means

Users have limited provenance information for verifying who maintains the skill or the associated service endpoint.

Why it was flagged

The registry metadata does not provide a source repository or homepage for verification. There is no code to install, but the skill relies on an external service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that Lokuli is the service you intend to use before sharing booking details.