Book Web Developer
Analysis
This instruction-only skill appears aligned with booking a web developer, but it uses an external Lokuli MCP service that may create a booking and send 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" ... "timeSlot": "2025-02-10T14:00:00-08:00"
The skill documents a tool call that can create an actual service booking, which is expected for the skill but should be user-confirmed before use.
Source: unknown; Homepage: none
The skill has limited provenance information, though it contains no executable code or install mechanism.
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 routes booking calls through an external MCP endpoint and includes customer contact information in the booking payload.
