Book Tree Service
Analysis
The skill is coherent for booking tree service, but it can send personal contact details to an external MCP service and create a real booking without explicit confirmation guidance.
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", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234" }This shows the skill can submit a booking with customer details. The artifact does not include instructions to require explicit user confirmation of provider, service, time, and contact details before calling it.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage, which makes the external booking integration harder for users to verify.
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 skill discloses an external MCP endpoint and a booking payload containing personal contact information. This is purpose-aligned, but the artifact does not describe data retention, downstream sharing, or privacy boundaries.
