Airport Pickups London
Analysis
This is a coherent airport-transfer booking skill, but users should notice that it can book, amend, cancel, and track transfers through a remote API using an API key.
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.
`book_transfer` — Create Booking ... `amend_booking` — Modify Booking ... `cancel_booking` — Cancel Booking
The skill exposes tools that can create, change, or cancel real travel bookings. This is expected for the stated purpose, and the artifact also instructs the agent not to book without user confirmation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**This skill requires an API key** via the `x-api-key` header. ... The API key authenticates the agent, not the end user.
The skill requires a service API key that authorizes the agent to use the booking API. This is disclosed and purpose-aligned, but users should treat the key as sensitive.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This skill sends the following data to the APL booking API: - Pickup and dropoff locations - Passenger name, phone, email - Flight numbers
The remote MCP/API flow sends personal and trip details to the provider. The data transfer is disclosed and necessary for booking, but it is sensitive information.
