Book Tires
Analysis
This is a coherent instruction-only tire-booking skill, but using it may send contact details to Lokuli and create a real booking.
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" ... "customerName": "John Doe"
The skill documents a tool that can create an external service booking. This is aligned with the skill's purpose, but it is a real-world action users should confirm.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage, so users have limited provenance information for the skill, although there is no code or install step in this artifact set.
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" ... "customerEmail": "john@example.com", "customerPhone": "+13105551234"
The skill uses an external MCP endpoint and the booking example includes customer contact fields, meaning user contact data may be sent to that service when booking.
